Update files
This commit is contained in:
@@ -14,8 +14,20 @@
|
||||
firewall = {
|
||||
enable = true;
|
||||
# Ports used by Local Send
|
||||
allowedTCPPorts = [ 53317 ];
|
||||
allowedUDPPorts = [ 53317 ];
|
||||
allowedTCPPorts = [
|
||||
53317
|
||||
8001
|
||||
8002
|
||||
8003
|
||||
8004
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
53317
|
||||
8001
|
||||
8002
|
||||
8003
|
||||
8004
|
||||
];
|
||||
extraCommands = "
|
||||
iptables -I nixos-fw 1 -i br+ -j ACCEPT
|
||||
";
|
||||
|
||||
Reference in New Issue
Block a user