headscale: ipv6 subnet
no effect yet, but at least will be configured.
This commit is contained in:
parent
7d4a3acb94
commit
3abc743961
@ -166,7 +166,10 @@ let ssh_pubkeys = {
|
|||||||
clientSecretFile = "/var/lib/headscale/oidc_client_secret"; # https://github.com/juanfont/headscale/pull/1127
|
clientSecretFile = "/var/lib/headscale/oidc_client_secret"; # https://github.com/juanfont/headscale/pull/1127
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
ip_prefixes = [ "100.89.176.0/20" ];
|
ip_prefixes = [
|
||||||
|
"100.89.176.0/20"
|
||||||
|
"fd7a:115c:a1e0:59b0::/64"
|
||||||
|
];
|
||||||
dns_config = {
|
dns_config = {
|
||||||
nameservers = [ "1.1.1.1" "8.8.4.4" ];
|
nameservers = [ "1.1.1.1" "8.8.4.4" ];
|
||||||
magic_dns = true;
|
magic_dns = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user