headscale: ipv6 subnet

no effect yet, but at least will be configured.
compress-drv-tests
Motiejus Jakštys 2023-01-15 20:44:17 +02:00
parent 7d4a3acb94
commit 3abc743961
1 changed files with 4 additions and 1 deletions

View File

@ -166,7 +166,10 @@ let ssh_pubkeys = {
clientSecretFile = "/var/lib/headscale/oidc_client_secret"; # https://github.com/juanfont/headscale/pull/1127
};
settings = {
ip_prefixes = [ "100.89.176.0/20" ];
ip_prefixes = [
"100.89.176.0/20"
"fd7a:115c:a1e0:59b0::/64"
];
dns_config = {
nameservers = [ "1.1.1.1" "8.8.4.4" ];
magic_dns = true;