mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
allow udp port for firewall punching
This commit is contained in:
@ -32,6 +32,9 @@
|
||||
enable = true;
|
||||
allowedTCPPorts = [80 443 22 3000 6666 8081];
|
||||
|
||||
# Facilitate firewall punching
|
||||
allowedUDPPorts = [41641];
|
||||
|
||||
allowedTCPPortRanges = [
|
||||
{
|
||||
from = 1714;
|
||||
|
Reference in New Issue
Block a user