sing-box: add more servers
This commit is contained in:
parent
500ad4be63
commit
12bb3e13c8
5 changed files with 54 additions and 42 deletions
|
@ -23,8 +23,8 @@
|
|||
|
||||
# Open ports in the firewall.
|
||||
networking.firewall.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [ ];
|
||||
networking.firewall.allowedUDPPorts = [ 41641 ];
|
||||
networking.firewall.allowedTCPPorts = [ 3389 ];
|
||||
networking.firewall.allowedUDPPorts = [ 3389 41641 ];
|
||||
networking.firewall.trustedInterfaces = [
|
||||
"tun0"
|
||||
"tailscale0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue