1
0

hosts/carbon: Do not fall back IPv6 traffic via VPN, if no native IPv6 is available

This commit is contained in:
2024-10-20 17:06:36 +02:00
parent 24472aec49
commit 09f54a05ee
2 changed files with 10 additions and 0 deletions

View File

@@ -5,5 +5,6 @@
enable = true;
ipv6s = [ "2a01:4f8:c0c:15f1::8111/128" ];
ipv4s = [ "10.20.30.111/32" ];
defaultViaVPN = false;
};
}