Change Wireguard port to 1194

This commit is contained in:
2020-03-05 09:01:54 +01:00
parent e1e33ec6e9
commit c2ff03241d

View File

@@ -40,7 +40,7 @@
443
];
allowedUDPPorts = [
51820 # Wireguard
1194 # Wireguard
];
autoLoadConntrackHelpers = true;
connectionTrackingModules = [ "sane" ];
@@ -63,7 +63,7 @@
networking.wireguard.interfaces = {
wg0 = {
ips = [ "10.8.0.1/24" ];
listenPort = 51820;
listenPort = 1194;
privateKeyFile = "/home/coolneng/.wg/keys/privatekey";
peers = [
# Monolith