diff options
author | xyz <gky44px1999@gmail.com> | 2022-01-30 16:45:18 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-01-30 16:45:18 -0800 |
commit | 7ec9a07b2b2937ccc581531c6d500a0db360d39c (patch) | |
tree | db9071cfa3c640c7cd18b8834ca91b6c169cb316 /etc/nftables.conf | |
parent | 61dbbc512c7588f3491064ff001233bb9b73547a (diff) |
nftables.conf, create and delete tables at top so can reload
Diffstat (limited to 'etc/nftables.conf')
-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 { |