summaryrefslogtreecommitdiffstats
path: root/modules/headscale/templates/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/headscale/templates/config.yaml')
-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