summaryrefslogtreecommitdiffstats
path: root/modules/headscale
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-21 04:54:45 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-21 04:54:45 -0500
commit64ff3f3cd9dcee61fa40a52728860cf81479b3ab (patch)
tree4b1fdccec1267ae708e509cdf2d75d82d987be9b /modules/headscale
parent2c745777c00814334ec0f31426df4a5d0695442e (diff)
downloadpuppet-tozt-64ff3f3cd9dcee61fa40a52728860cf81479b3ab.tar.gz
puppet-tozt-64ff3f3cd9dcee61fa40a52728860cf81479b3ab.zip
see if enabling ipv6 for headscale helps
Diffstat (limited to 'modules/headscale')
-rw-r--r--modules/headscale/templates/config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/headscale/templates/config.yaml b/modules/headscale/templates/config.yaml
index 09f6824..d37eb3b 100644
--- a/modules/headscale/templates/config.yaml
+++ b/modules/headscale/templates/config.yaml
@@ -5,6 +5,7 @@ private_key_path: <%= @data_dir %>/private.key
noise:
private_key_path: <%= @data_dir %>/noise_private.key
ip_prefixes:
+ - fd7a:115c:a1e0::/48
- 100.64.0.0/10
disable_check_updates: true
db_type: sqlite3