diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nftables.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index 6eaa41cb..aa2b53f1 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -5,6 +5,9 @@ # some codes from https://wiki.archlinux.org/title/Nftables +table inet my_table +delete table inet my_table + table inet my_table { chain my_input { |