mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-28 13:49:04 +02:00
Use an IPv4 address range suitable for documentation
This commit is contained in:
parent
b87567628a
commit
4d61da30d0
@ -105,7 +105,7 @@ derp:
|
|||||||
|
|
||||||
# For better connection stability (especially when using an Exit-Node and DNS is not working),
|
# For better connection stability (especially when using an Exit-Node and DNS is not working),
|
||||||
# it is possible to optionally add the public IPv4 and IPv6 address to the Derp-Map using:
|
# it is possible to optionally add the public IPv4 and IPv6 address to the Derp-Map using:
|
||||||
ipv4: 1.2.3.4
|
ipv4: 198.51.100.1
|
||||||
ipv6: 2001:db8::1
|
ipv6: 2001:db8::1
|
||||||
|
|
||||||
# List of externally available DERP maps encoded in JSON
|
# List of externally available DERP maps encoded in JSON
|
||||||
|
@ -7,9 +7,9 @@ regions:
|
|||||||
nodes:
|
nodes:
|
||||||
- name: 900a
|
- name: 900a
|
||||||
regionid: 900
|
regionid: 900
|
||||||
hostname: myderp.mydomain.no
|
hostname: myderp.example.com
|
||||||
ipv4: 123.123.123.123
|
ipv4: 198.51.100.1
|
||||||
ipv6: "2604:a880:400:d1::828:b001"
|
ipv6: 2001:db8::1
|
||||||
stunport: 0
|
stunport: 0
|
||||||
stunonly: false
|
stunonly: false
|
||||||
derpport: 0
|
derpport: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user