mirror of
https://github.com/juanfont/headscale.git
synced 2025-10-23 11:19:19 +02:00
17 lines
459 B
YAML
17 lines
459 B
YAML
# If you plan to somehow use headscale, please deploy your own DERP infra: https://tailscale.com/kb/1118/custom-derp-servers/
|
|
regions:
|
|
1: null # Disable DERP region with ID 1
|
|
900:
|
|
regionid: 900
|
|
regioncode: custom
|
|
regionname: My Region
|
|
nodes:
|
|
- name: 900a
|
|
regionid: 900
|
|
hostname: myderp.example.com
|
|
ipv4: 198.51.100.1
|
|
ipv6: 2001:db8::1
|
|
stunport: 0
|
|
stunonly: false
|
|
derpport: 0
|