summaryrefslogtreecommitdiffstats
path: root/modules/headscale/templates
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-21 21:11:06 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-21 21:11:06 -0500
commitb8d98946e806445049a6786f9dba4d0a2679cbcc (patch)
treec5eec220b21f1850066da6d5df6b6022fb849875 /modules/headscale/templates
parent64ff3f3cd9dcee61fa40a52728860cf81479b3ab (diff)
downloadpuppet-tozt-b8d98946e806445049a6786f9dba4d0a2679cbcc.tar.gz
puppet-tozt-b8d98946e806445049a6786f9dba4d0a2679cbcc.zip
try enabling derp?
Diffstat (limited to 'modules/headscale/templates')
-rw-r--r--modules/headscale/templates/config.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/headscale/templates/config.yaml b/modules/headscale/templates/config.yaml
index d37eb3b..134f331 100644
--- a/modules/headscale/templates/config.yaml
+++ b/modules/headscale/templates/config.yaml
@@ -7,6 +7,12 @@ noise:
ip_prefixes:
- fd7a:115c:a1e0::/48
- 100.64.0.0/10
+derp:
+ server:
+ enabled: true
+ stun_listen_addr: 0.0.0.0:3478
+ private_key_path: <%= @data_dir %>/derp_server_private.key
+ ipv4: <%= @bind_address %>
disable_check_updates: true
db_type: sqlite3
db_path: <%= @data_dir %>/db.sqlite