headscale: remove ipv6 subnet
it's confusing: I couldn't find an easy way to get the ipv4 address on a client
This commit is contained in:
parent
31f1d6d669
commit
377030d0c0
@ -21,10 +21,7 @@
|
||||
enable = true;
|
||||
settings = {
|
||||
server_url = "https://vpn.jakstys.lt";
|
||||
ip_prefixes = [
|
||||
config.mj.services.headscale.subnetCIDR
|
||||
"fd7a:115c:a1e0:59b0::/64"
|
||||
];
|
||||
ip_prefixes = [config.mj.services.headscale.subnetCIDR];
|
||||
log.level = "warn";
|
||||
dns_config = {
|
||||
nameservers = ["1.1.1.1" "8.8.4.4"];
|
||||
|
Loading…
Reference in New Issue
Block a user