readd wireguard port to rackserv allowedUDPPorts :p

This commit is contained in:
xunuwu 2025-06-21 17:07:00 +02:00
parent c0023d5f50
commit aa66943501
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -31,7 +31,7 @@ in {
peers;
in {
allowedTCPPorts = getPortsWithProtocol "tcp";
allowedUDPPorts = getPortsWithProtocol "udp";
allowedUDPPorts = [51820] ++ getPortsWithProtocol "udp";
extraCommands = forPortIps ({
IP,
port,