drop config for centos 7
[dotFiles.git] / etc / nftables.rules.d / 99-reject.rules
blobf0ec142e0be3b0539fba6176e4282a5f40bbc064
1 #!/usr/sbin/nft -f
4 table inet filter {
5   chain input {
6     counter reject with icmpx type host-unreachable
7   }