Add fixed IPs to DERP advertisement
This commit is contained in:
parent
6e5ad66bd2
commit
290d8b4273
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ derp:
|
|||
|
||||
private_key_path: /var/lib/headscale/derp_server_private.key
|
||||
|
||||
ipv4: "{{ ansible_default_ipv4.address }}"
|
||||
ipv6: "{{ ansible_default_ipv6.address }}"
|
||||
|
||||
# List of externally available DERP maps encoded in JSON
|
||||
urls: []
|
||||
|
||||
|
|
Loading…
Reference in a new issue