aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--optional/router.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/optional/router.json b/optional/router.json
index 6b6ac60..37404dd 100644
--- a/optional/router.json
+++ b/optional/router.json
@@ -5,5 +5,5 @@
{ "in": "wan", "dest": "$LAN_PRIVATE_ADDRS", "action": "drop" }
],
"policy": [ { "in": "lan", "out": "wan" } ],
- "nat": [ { "out": "wan", "src": "$LAN_PRIVATE_ADDRS" } ]
+ "snat": [ { "out": "wan", "src": "$LAN_PRIVATE_ADDRS" } ]
}