Revert "Change Wireguard port to UDP 53"

This reverts commit 25c570d26f.
This commit is contained in:
coolneng 2020-09-28 18:03:50 +02:00
parent 25c570d26f
commit b089c72df1
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 2 deletions

View File

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