Update: readme.md
parent
61167cba6d
commit
e6550e9000
10
.drone.yml
10
.drone.yml
|
@ -2,6 +2,10 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
include:
|
include:
|
||||||
|
@ -21,6 +25,10 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: updateFilter
|
name: updateFilter
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
@ -37,7 +45,7 @@ steps:
|
||||||
- echo "define $(bgpq4 -tbl DOWNSTREAM_ASN AS-NET186 -S RIPE)" > util/irr-filter.conf
|
- echo "define $(bgpq4 -tbl DOWNSTREAM_ASN AS-NET186 -S RIPE)" > util/irr-filter.conf
|
||||||
- echo "define $(bgpq4 -6bl DOWNSTREAM_PREFIXES AS-NET186)" >> util/irr-filter.conf
|
- echo "define $(bgpq4 -6bl DOWNSTREAM_PREFIXES AS-NET186)" >> util/irr-filter.conf
|
||||||
- name: push to repo
|
- name: push to repo
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push:0.2.3-linux-arm64
|
||||||
settings:
|
settings:
|
||||||
branch: production
|
branch: production
|
||||||
remote: git@direct-git.186526.xyz:186526/net186-config.git
|
remote: git@direct-git.186526.xyz:186526/net186-config.git
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
install.sh
|
|
@ -97,10 +97,11 @@ To get in touch with me, please send mail to the following mailboxes.
|
||||||
| Name | Location | Code | Type |
|
| Name | Location | Code | Type |
|
||||||
| ------- | --------------------- | ---- | ---- |
|
| ------- | --------------------- | ---- | ---- |
|
||||||
| Europe | ---- | ---- |
|
| Europe | ---- | ---- |
|
||||||
| de-fra1 | Frankfurt am Main, DE | 101 | Edge |
|
| de-fra1 | Frankfurt am Main, DE | 101 | Core |
|
||||||
| uk-lhr1 | London, GB | 102 | Edge |
|
| uk-lhr1 | London, GB | 102 | Edge |
|
||||||
| nl-ams1 | Amsterdam, NL | 103 | Core |
|
| nl-ams1 | Amsterdam, NL | 103 | Core |
|
||||||
| lu-lux1 | Roost, LU | 104 | Core |
|
| lu-lux1 | Roost, LU | 104 | Core |
|
||||||
|
| de-hoq1 | Dusseldorf, DE | 105 | Edge |
|
||||||
| America | ---- | ---- |
|
| America | ---- | ---- |
|
||||||
| us-iad1 | Ashburn, VA, US | 201 | Core |
|
| us-iad1 | Ashburn, VA, US | 201 | Core |
|
||||||
| us-sjc1 | Fremont, CA, US | 221 | Core |
|
| us-sjc1 | Fremont, CA, US | 221 | Core |
|
||||||
|
@ -112,7 +113,7 @@ To get in touch with me, please send mail to the following mailboxes.
|
||||||
| cn-tpe1 | Taipei, CN | 402 | Edge |
|
| cn-tpe1 | Taipei, CN | 402 | Edge |
|
||||||
| jp-tyo1 | Tokyo, JP | 403 | Edge |
|
| jp-tyo1 | Tokyo, JP | 403 | Edge |
|
||||||
| kr-icn1 | Chuncheon, KR | 404 | Edge |
|
| kr-icn1 | Chuncheon, KR | 404 | Edge |
|
||||||
| sg-sin1 | Singapore | 410 | Core |
|
| sg-sin1 | Singapore | 411 | Core |
|
||||||
| cn-pek1 | Beijing, CN | 431 | Core |
|
| cn-pek1 | Beijing, CN | 431 | Core |
|
||||||
| cn-pek2 | Beijing, CN | 432 | Edge |
|
| cn-pek2 | Beijing, CN | 432 | Edge |
|
||||||
| cn-can1 | Guangzhou, CN | 433 | Core |
|
| cn-can1 | Guangzhou, CN | 433 | Core |
|
||||||
|
|
Loading…
Reference in New Issue