aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/files
diff options
context:
space:
mode:
Diffstat (limited to 'roles/space_server/files')
-rw-r--r--roles/space_server/files/nftables/nftables.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/space_server/files/nftables/nftables.conf b/roles/space_server/files/nftables/nftables.conf
index e2f5eb3..30233b0 100644
--- a/roles/space_server/files/nftables/nftables.conf
+++ b/roles/space_server/files/nftables/nftables.conf
@@ -199,6 +199,6 @@ table ip nat {
chain postrouting {
type nat hook postrouting priority -150;
- oif $ext_if snat $ext_ip4
+ oif $ext_if ip saddr $int_net4 snat $ext_ip4
}
}