forked from mirrors/nixpkgs
nixos/nftables: fix typo in ruleset example
This commit is contained in:
parent
ad3220f9ff
commit
c1c9905aae
|
@ -52,7 +52,7 @@ in
|
|||
ip protocol icmp icmp type { destination-unreachable, router-advertisement, time-exceeded, parameter-problem } accept
|
||||
|
||||
# allow "ping"
|
||||
ip6 nexthdr icmp icmpv6 type echo-request accept
|
||||
ip6 nexthdr icmpv6 icmpv6 type echo-request accept
|
||||
ip protocol icmp icmp type echo-request accept
|
||||
|
||||
# accept SSH connections (required for a server)
|
||||
|
|
Loading…
Reference in a new issue