disable ipv6
This commit is contained in:
@@ -2,4 +2,5 @@
|
|||||||
services.openvpn.servers = {
|
services.openvpn.servers = {
|
||||||
"173.249.5.230" = {config = ''config /root/nixos/openvpn/173.249.5.230.ovpn'';};
|
"173.249.5.230" = {config = ''config /root/nixos/openvpn/173.249.5.230.ovpn'';};
|
||||||
};
|
};
|
||||||
|
networking.enableIPv6 = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user