Temporarily disable the firewall for debugging.
This commit is contained in:
@@ -53,9 +53,9 @@
|
||||
# Check logs for blocked connections:
|
||||
# journalctl -k or dmesg
|
||||
|
||||
networking.nftables.tables."my-fw" = {
|
||||
family = "inet";
|
||||
content = (builtins.readFile ./files/my-fw.nft);
|
||||
};
|
||||
# networking.nftables.tables."my-fw" = {
|
||||
# family = "inet";
|
||||
# content = (builtins.readFile ./files/my-fw.nft);
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user