diff options
Diffstat (limited to 'templates/ingress')
| -rw-r--r-- | templates/ingress/etc_pf.conf.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/ingress/etc_pf.conf.j2 b/templates/ingress/etc_pf.conf.j2 index 3cdad6e..feb35d5 100644 --- a/templates/ingress/etc_pf.conf.j2 +++ b/templates/ingress/etc_pf.conf.j2 @@ -16,5 +16,7 @@ nat on $wan from $lan_net to any -> ($wan) # NAT will be applied automatically when source is in $lan_net and going out $wan pass out on $wan all keep state pass out on $lan all keep state + +pass in on $wan inet proto {tcp, udp} from any to any port {80, 443} keep state {% endif %} {% endfor %} |
