Remove heimnetz IPv6 tunnel
This commit is contained in:
@@ -72,18 +72,6 @@
|
||||
allowedIPsAsRoutes = false;
|
||||
privateKeyFile = "/var/src/secrets/wireguard/wg-nonat6";
|
||||
};
|
||||
wg-heimnetz = {
|
||||
ips = [ "fd00:153:153:201::1/64" ];
|
||||
peers = [ {
|
||||
allowedIPs = [ "::/0" ];
|
||||
endpoint = "[fd00:152:152:104::1]:60001";
|
||||
publicKey = "x44tpGt+uqIWTEl4qwZE7iPRjEHkYSZGKOQ7EuwLzX8=";
|
||||
} ];
|
||||
listenPort = 60001;
|
||||
allowedIPsAsRoutes = false;
|
||||
privateKeyFile = "/var/src/secrets/wireguard/wg-heimnetz";
|
||||
postSetup = "ip link set wg-heimnetz mtu 1340";
|
||||
};
|
||||
wg-vpn = {
|
||||
ips = [ "2a01:4f8:c0c:15f1::8001/113" "10.20.30.1/24" ];
|
||||
peers = [
|
||||
|
Reference in New Issue
Block a user