mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
34 lines
687 B
YAML
34 lines
687 B
YAML
# /etc/headscale/derp.yaml
|
|
regions:
|
|
900:
|
|
regionid: 900
|
|
regioncode: thk
|
|
regionname: Tencent Hongkong
|
|
nodes:
|
|
- name: 900a
|
|
regionid: 900
|
|
hostname: xxxx
|
|
ipv4: xxxx #非必须
|
|
stunport: 3478
|
|
stunonly: false
|
|
derpport: 40184
|
|
- name: 900b
|
|
regionid: 900
|
|
hostname: xxxx
|
|
ipv4: xxxx
|
|
stunport: 3478
|
|
stunonly: false
|
|
derpport: 12345
|
|
901:
|
|
regionid: 901
|
|
regioncode: tsh
|
|
regionname: Tencent Shanghai
|
|
nodes:
|
|
- name: 901a
|
|
regionid: 901
|
|
hostname: xxxx
|
|
ipv4: xxxx
|
|
stunport: 3478
|
|
stunonly: false
|
|
derpport: 40184
|