summaryrefslogtreecommitdiff
path: root/services/nftables-rules.nft
diff options
context:
space:
mode:
Diffstat (limited to 'services/nftables-rules.nft')
-rw-r--r--services/nftables-rules.nft6
1 files changed, 4 insertions, 2 deletions
diff --git a/services/nftables-rules.nft b/services/nftables-rules.nft
index e9cbf54..d7923cb 100644
--- a/services/nftables-rules.nft
+++ b/services/nftables-rules.nft
@@ -51,18 +51,20 @@ table ip nat {
chain prerouting {
type nat hook prerouting priority 0;
counter
+ }
chain postrouting {
type nat hook postrouting priority 100;
counter
- }
+ }
}
table ip6 nat {
chain prerouting {
type nat hook prerouting priority 0;
counter
+ }
chain postrouting {
type nat hook postrouting priority 100;
counter
- }
+ }
}