feat(nftables): flush ruleset on init
This commit is contained in:
parent
87788fce99
commit
a4ce39ce68
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/nft -f
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
||||
destroy table inet filter
|
||||
flush ruleset
|
||||
|
||||
table inet filter {
|
||||
chain input {
|
||||
type filter hook input priority filter; policy drop;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue