summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv4-nat
diff options
context:
space:
mode:
Diffstat (limited to 'files/nftables/ipv4-nat')
-rw-r--r--files/nftables/ipv4-nat2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/nftables/ipv4-nat b/files/nftables/ipv4-nat
index 99d69514..01c6c3d8 100644
--- a/files/nftables/ipv4-nat
+++ b/files/nftables/ipv4-nat
@@ -1,4 +1,4 @@
-#! nft -f
+#! @sbindir@nft -f
table nat {
chain prerouting { type nat hook prerouting priority -150; }