Skip to content

Commit

Permalink
[conf-gen] remove AWS SG node
Browse files Browse the repository at this point in the history
  • Loading branch information
lirundong committed Aug 26, 2023
1 parent 2820d3a commit 0c9d004
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions conf-gen/source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,6 @@ subscriptions:
type: clash
url: '@secret:SUBSCRIPTION_URL'
proxies:
- name: 🇸🇬「SS-AES」aws-sg
type: ss
server: '@secret:SG_NODE_IPV6'
port: '@secret:SG_SS_AES_PORT!int'
cipher: aes-128-gcm
password: '@secret:SG_SS_AES_PASSWORD'
udp: true
- name: &udp-fallback 🇸🇬「SS-ChaCha」aws-sg
type: ss
server: '@secret:SG_NODE_IPV6'
port: '@secret:SG_SS_CHACHA_PORT!int'
cipher: chacha20-ietf-poly1305
password: '@secret:SG_SS_CHACHA_PASSWORD'
udp: true
- name: 🇯🇵「SS-AES」bwh-jp-01
type: ss
server: '@secret:JP_NODE_HOSTNAME'
Expand All @@ -35,11 +21,6 @@ proxies:
cipher: chacha20-ietf-poly1305
password: '@secret:NODE_SS_CHACHA_PASSWORD'
udp: true
- name: 🇯🇵「Naïve」bwh-jp-01
type: socks5
server: '@secret:NAIVE_PROXY_SERVER'
port: '@secret:NAIVE_PROXY_PORT!int'
udp: true
- name: 🇭🇰「SS-AES」bwh-hk-01
type: ss
server: '@secret:HK_NODE_HOSTNAME'
Expand Down

0 comments on commit 0c9d004

Please sign in to comment.