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