Add public IPv6 VPN for Bula
This commit is contained in:
parent
525e83b9fd
commit
57223d02ac
@ -72,6 +72,18 @@
|
|||||||
allowedIPsAsRoutes = false;
|
allowedIPsAsRoutes = false;
|
||||||
privateKeyFile = "/var/src/secrets/wireguard/wg-nonat6";
|
privateKeyFile = "/var/src/secrets/wireguard/wg-nonat6";
|
||||||
};
|
};
|
||||||
|
wg-vcp-bula = {
|
||||||
|
ips = [ "fe80::1/64" ];
|
||||||
|
peers = [
|
||||||
|
{
|
||||||
|
allowedIPs = [ "fe80::/64" "2a01:4f8:1c0c:8221::/64" ];
|
||||||
|
publicKey = "lD/4s628IOlb6hTu7MGWWkyZoMveClGiCjuOcHCEhxo=";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
listenPort = 51876;
|
||||||
|
allowedIPsAsRoutes = true;
|
||||||
|
privateKeyFile = "/var/src/secrets/wireguard/wg-vcp-bula";
|
||||||
|
};
|
||||||
wg-vpn = {
|
wg-vpn = {
|
||||||
ips = [ "2a01:4f8:c0c:15f1::8001/113" "10.20.30.1/24" ];
|
ips = [ "2a01:4f8:c0c:15f1::8001/113" "10.20.30.1/24" ];
|
||||||
peers = [
|
peers = [
|
||||||
@ -116,7 +128,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedUDPPorts = [ 53 993 995 50101 50127 50128 51820 60001 ];
|
networking.firewall.allowedUDPPorts = [ 53 993 995 50101 50127 50128 51820 51876 60001 ];
|
||||||
networking.firewall.extraCommands = ''
|
networking.firewall.extraCommands = ''
|
||||||
iptables -t nat -I PREROUTING -p udp -m multiport --dports 53,993,995 -j REDIRECT --to-ports 51820
|
iptables -t nat -I PREROUTING -p udp -m multiport --dports 53,993,995 -j REDIRECT --to-ports 51820
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user