From e6550e900045c6327f64dd579c3ec6c1dd812bf5 Mon Sep 17 00:00:00 2001 From: 186526 Date: Sun, 1 Jan 2023 21:27:41 +0800 Subject: [PATCH] Update: readme.md --- .drone.yml | 10 +++++++++- .gitignore | 1 + readme.md | 5 +++-- 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.drone.yml b/.drone.yml index 61c7e17..f09ea41 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,10 @@ kind: pipeline type: docker name: default +platform: + os: linux + arch: arm64 + trigger: event: include: @@ -21,6 +25,10 @@ kind: pipeline type: docker name: updateFilter +platform: + os: linux + arch: arm64 + trigger: branch: - main @@ -37,7 +45,7 @@ steps: - 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 - name: push to repo - image: appleboy/drone-git-push + image: appleboy/drone-git-push:0.2.3-linux-arm64 settings: branch: production remote: git@direct-git.186526.xyz:186526/net186-config.git diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..61e71e2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +install.sh \ No newline at end of file diff --git a/readme.md b/readme.md index 7ba207f..53e6221 100644 --- a/readme.md +++ b/readme.md @@ -97,10 +97,11 @@ To get in touch with me, please send mail to the following mailboxes. | Name | Location | Code | Type | | ------- | --------------------- | ---- | ---- | | Europe | ---- | ---- | -| de-fra1 | Frankfurt am Main, DE | 101 | Edge | +| de-fra1 | Frankfurt am Main, DE | 101 | Core | | uk-lhr1 | London, GB | 102 | Edge | | nl-ams1 | Amsterdam, NL | 103 | Core | | lu-lux1 | Roost, LU | 104 | Core | +| de-hoq1 | Dusseldorf, DE | 105 | Edge | | America | ---- | ---- | | us-iad1 | Ashburn, VA, US | 201 | 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 | | jp-tyo1 | Tokyo, JP | 403 | Edge | | kr-icn1 | Chuncheon, KR | 404 | Edge | -| sg-sin1 | Singapore | 410 | Core | +| sg-sin1 | Singapore | 411 | Core | | cn-pek1 | Beijing, CN | 431 | Core | | cn-pek2 | Beijing, CN | 432 | Edge | | cn-can1 | Guangzhou, CN | 433 | Core |