Update firewall
This commit is contained in:
parent
c7e9fbe549
commit
4287a61f9e
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ table ip nat {
|
||||||
type nat hook prerouting priority -100; policy accept;
|
type nat hook prerouting priority -100; policy accept;
|
||||||
|
|
||||||
# ip daddr 10.0.0.1 tcp dport { 80, 443 } dnat to 10.0.0.210
|
# ip daddr 10.0.0.1 tcp dport { 80, 443 } dnat to 10.0.0.210
|
||||||
|
iifname $LAN accept
|
||||||
|
|
||||||
# faceless
|
# faceless
|
||||||
# allow HTTP, HTTPS, gitea's SSH, and host ssh to faceless
|
# allow HTTP, HTTPS, gitea's SSH, and host ssh to faceless
|
||||||
|
|
Loading…
Reference in a new issue