mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat: allow IGMP traffic and all ICMP traffic
This commit is contained in:
parent
c39a285bc9
commit
342c4787ab
2 changed files with 15 additions and 25 deletions
|
@ -165,11 +165,6 @@
|
|||
);
|
||||
|
||||
networking.nftables.firewall = {
|
||||
snippets.nnf-icmp.ipv6Types = [
|
||||
"mld-listener-query"
|
||||
"nd-router-solicit"
|
||||
];
|
||||
|
||||
zones =
|
||||
{
|
||||
untrusted.interfaces = [ "wan" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue