Regenerated
This commit is contained in:
+352
-348
File diff suppressed because it is too large
Load Diff
@@ -1527,6 +1527,10 @@ This sets the firewall.
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
|
||||
filterForward = false; # don't filter forwarded traffic
|
||||
# outbound is allowed by default UNLESS you've set:
|
||||
extraOutputRules = ""; # make sure nothing blocks output
|
||||
|
||||
# LAN-only ports — Wi-Fi interface
|
||||
interfaces."wlan0" = {
|
||||
allowedTCPPorts = [
|
||||
|
||||
@@ -8,6 +8,10 @@
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
|
||||
filterForward = false; # don't filter forwarded traffic
|
||||
# outbound is allowed by default UNLESS you've set:
|
||||
extraOutputRules = ""; # make sure nothing blocks output
|
||||
|
||||
# LAN-only ports — Wi-Fi interface
|
||||
interfaces."wlan0" = {
|
||||
allowedTCPPorts = [
|
||||
|
||||
Reference in New Issue
Block a user