diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2019-10-12 14:38:21 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2019-10-12 14:38:21 -0400 |
commit | 694232126064975553b8dafd5dd126a44889a2ff (patch) | |
tree | f3775ebe527741b84792102ab50d607a14802a0f | |
parent | e97e7d5ab6338755a043900509c265478fd18d12 (diff) |
firewall
-rw-r--r-- | config/ap.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ap.nix b/config/ap.nix index f168910..60afb3a 100644 --- a/config/ap.nix +++ b/config/ap.nix @@ -54,7 +54,7 @@ in } } - table nat { + domain ip table nat { chain POSTROUTING { saddr $NET_LAN outerface $DEV_WAN MASQUERADE; } |