readd wireguard port to rackserv allowedUDPPorts :p
This commit is contained in:
parent
c0023d5f50
commit
aa66943501
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ in {
|
|||
peers;
|
||||
in {
|
||||
allowedTCPPorts = getPortsWithProtocol "tcp";
|
||||
allowedUDPPorts = getPortsWithProtocol "udp";
|
||||
allowedUDPPorts = [51820] ++ getPortsWithProtocol "udp";
|
||||
extraCommands = forPortIps ({
|
||||
IP,
|
||||
port,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue