From 216e3dbcf20e4458385dc67b318c2de1e8bbf34a Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 26 Nov 2023 16:36:52 -0600 Subject: [PATCH] fixes --- headscale/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headscale/config.yaml b/headscale/config.yaml index 2c03748..fb40c29 100644 --- a/headscale/config.yaml +++ b/headscale/config.yaml @@ -59,7 +59,7 @@ noise: # Any other range is NOT supported, and it will cause unexpected issues. ip_prefixes: - fd7a:115c:a1e0::/48 - - 100.0.0.0/10 + - 100.64.0.0/10 # DERP is a relay system that Tailscale uses when a direct # connection cannot be established. @@ -206,7 +206,7 @@ dns_config: # List of DNS servers to expose to clients. nameservers: - - 192.168.1.2, 192.168.1.3 + - 192.168.1.2 192.168.1.3 # NextDNS (see https://tailscale.com/kb/1218/nextdns/). # "abc123" is example NextDNS ID, replace with yours.