diff options
Diffstat (limited to 'files/nftables/all-in-one.nft')
-rw-r--r--[-rwxr-xr-x] | files/nftables/all-in-one.nft | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/files/nftables/all-in-one.nft b/files/nftables/all-in-one.nft index d3aa7f37..15ac22e2 100755..100644 --- a/files/nftables/all-in-one.nft +++ b/files/nftables/all-in-one.nft @@ -1,12 +1,10 @@ -#!@sbindir@nft -f - # Here is an example of different families, hooks and priorities in the # nftables framework, all mixed together. # # more examples are located in files/examples in nftables source. # For up-to-date information please visit https://wiki.nftables.org # -# This script is mean to be loaded with `nft -f <file>` +# This script is meant to be loaded with `nft -f <file>` # clear all prior state flush ruleset |