surgat, pruflas: open WG ports

This commit is contained in:
Tim Schubert 2021-01-02 17:44:53 +01:00
parent 1bcfcb26b8
commit c3bdc36fc3
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 2 additions and 0 deletions

View file

@ -61,6 +61,7 @@ in
]; ];
allowedUDPPorts = [ allowedUDPPorts = [
51234 # Wireguard 51234 # Wireguard
51235 # Wireguard
]; ];
}; };

View file

@ -49,6 +49,7 @@ in
]; ];
allowedUDPPorts = [ allowedUDPPorts = [
51234 # Wireguard 51234 # Wireguard
51235 # Wireguard
]; ];
}; };