allow udp port for firewall punching

This commit is contained in:
2024-10-09 11:46:59 +05:30
parent a2d827362e
commit c52d9aa1b9

View File

@ -32,6 +32,9 @@
enable = true;
allowedTCPPorts = [80 443 22 3000 6666 8081];
# Facilitate firewall punching
allowedUDPPorts = [41641];
allowedTCPPortRanges = [
{
from = 1714;