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