summaryrefslogtreecommitdiff
path: root/user/nftables/nftables.confd
diff options
context:
space:
mode:
authormultiplexd <multi@in-addr.xyz>2019-01-11 21:37:54 +0000
committermultiplexd <multi@in-addr.xyz>2019-01-11 21:39:04 +0000
commita21b49c9ed1b34c463560d31c0cbeead46810038 (patch)
treed2e6e6a455ddaa0afb0065b17d8e0bd4f3756139 /user/nftables/nftables.confd
parentb74b52b3497bd84c18867d4259c48012ab375014 (diff)
downloadpackages-a21b49c9ed1b34c463560d31c0cbeead46810038.tar.gz
packages-a21b49c9ed1b34c463560d31c0cbeead46810038.tar.bz2
packages-a21b49c9ed1b34c463560d31c0cbeead46810038.tar.xz
packages-a21b49c9ed1b34c463560d31c0cbeead46810038.zip
user/nftables: new package
Diffstat (limited to 'user/nftables/nftables.confd')
-rw-r--r--user/nftables/nftables.confd24
1 files changed, 24 insertions, 0 deletions
diff --git a/user/nftables/nftables.confd b/user/nftables/nftables.confd
new file mode 100644
index 000000000..87fa8f2ea
--- /dev/null
+++ b/user/nftables/nftables.confd
@@ -0,0 +1,24 @@
+# Configuration for /etc/init.d/nftables
+
+# Location of file with nftables rules to restore on service start,
+# and save rules to on service stop when $save_on_stop is enabled.
+#rules_file="/etc/firewall.nft"
+
+# Options to pass to nft on save.
+#save_options="-n"
+
+# Save state on stopping nftables.
+#save_on_stop="yes"
+
+# Enable IPv4/IPv6 forwarding with the rules?
+# Note: If you want to enable forwarding only on selected interfaces,
+# keep this disabled and enable forwarding using /etc/sysctl.conf.
+#enable_forwarding="no"
+
+# If you need to log nftables messages as soon as nftables starts,
+# AND your logger does NOT depend on the network, then you may wish
+# to uncomment the next line.
+# If your logger depends on the network, and you uncomment this line
+# you will create an unresolvable circular dependency during startup.
+# After commenting or uncommenting this line, you must run 'rc-update -u'.
+#rc_use="logger"