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;
|
peers;
|
||||||
in {
|
in {
|
||||||
allowedTCPPorts = getPortsWithProtocol "tcp";
|
allowedTCPPorts = getPortsWithProtocol "tcp";
|
||||||
allowedUDPPorts = getPortsWithProtocol "udp";
|
allowedUDPPorts = [51820] ++ getPortsWithProtocol "udp";
|
||||||
extraCommands = forPortIps ({
|
extraCommands = forPortIps ({
|
||||||
IP,
|
IP,
|
||||||
port,
|
port,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue