summaryrefslogtreecommitdiff
path: root/config/obr/pf.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-10-19 14:07:37 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-10-19 14:07:37 +0200
commit5247a4900bb79588094f9422833217ba78c3abc1 (patch)
treec9579164fd89604d8d313fd3b5d074bebf3c2165 /config/obr/pf.conf
parent545207c6738fe5dc93f4db46705f5a2890c3024e (diff)
downloadOpenBSD-firewall-5247a4900bb79588094f9422833217ba78c3abc1.tar.gz
OpenBSD-firewall-5247a4900bb79588094f9422833217ba78c3abc1.tar.bz2
for now disabled https relayd (as we need multi SAN certificates for domains via LetsEncrypt
Diffstat (limited to 'config/obr/pf.conf')
-rw-r--r--config/obr/pf.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/obr/pf.conf b/config/obr/pf.conf
index ac62be4..f60828c 100644
--- a/config/obr/pf.conf
+++ b/config/obr/pf.conf
@@ -85,10 +85,10 @@ pass on $WLAN_if all
# relayd and bruteforce attack scrubbing
pass in on $ext_if proto tcp from any to port 80
-pass in on $ext_if proto tcp from any to port 443
# reroute public services to their machines in the LAN
pass in on $ext_if proto tcp from any to port 25 rdr-to $euroweb
+pass in on $ext_if proto tcp from any to port 443 rdr-to $euroweb
pass in on $ext_if proto tcp from any to port 587 rdr-to $euroweb
pass in on $ext_if proto tcp from any to port 110 rdr-to $euroweb
pass in on $ext_if proto tcp from any to port 143 rdr-to $euroweb