Temporarily disable the firewall for debugging.
This commit is contained in:
parent
fb66651b69
commit
1161ab9404
@ -259,6 +259,8 @@ makeScope newScope (
|
||||
};
|
||||
};
|
||||
|
||||
"policyEnforcementMode" = "never";
|
||||
|
||||
# TODO: Read and maybe apply https://docs.cilium.io/en/stable/operations/performance/tuning/
|
||||
|
||||
# --set hostFirewall.enabled=true
|
||||
|
||||
@ -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);
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user