From 64ff3f3cd9dcee61fa40a52728860cf81479b3ab Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 21 Feb 2024 04:54:45 -0500 Subject: see if enabling ipv6 for headscale helps --- modules/headscale/templates/config.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/headscale') 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 -- cgit v1.2.3-54-g00ecf