Revert "Change Wireguard port to UDP 53"
This reverts commit 25c570d26f
.
This commit is contained in:
parent
25c570d26f
commit
b089c72df1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue