summaryrefslogtreecommitdiff
path: root/config/obr/relayd.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-05-10 19:53:22 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-05-10 19:53:22 +0200
commitd6687d1c61114276acda4ab232bbe3ec6e55a388 (patch)
tree040f181ca0f9b71273d8c378a28d9d78c5ce5cf2 /config/obr/relayd.conf
parent23327cfb576d431e62c875b61592766727cf879b (diff)
downloadOpenBSD-firewall-d6687d1c61114276acda4ab232bbe3ec6e55a388.tar.gz
OpenBSD-firewall-d6687d1c61114276acda4ab232bbe3ec6e55a388.tar.bz2
updated personal configuration
Diffstat (limited to 'config/obr/relayd.conf')
-rw-r--r--config/obr/relayd.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/obr/relayd.conf b/config/obr/relayd.conf
index 7268354..425a064 100644
--- a/config/obr/relayd.conf
+++ b/config/obr/relayd.conf
@@ -10,6 +10,7 @@ EXT_IF = 83.150.2.48
table <euroweb> { euroweb.lan }
table <euroserver> { euroserver.lan }
+table <euromon> { euromon.lan }
http protocol "http_protocol" {
@@ -44,7 +45,7 @@ http protocol "http_protocol" {
match request quick header "Host" value "cloud.andreasbaumann.cc" \
forward to <euroweb> no tag
match request quick header "Host" value "mon.andreasbaumann.cc" \
- forward to <euroserver> no tag
+ forward to <euromon> no tag
match request quick header "Host" value "imap.andreasbaumann.cc" \
forward to <euroweb> no tag
match request quick header "Host" value "imap.maschezuoz.ch" \
@@ -73,5 +74,6 @@ relay http_relay {
forward to <euroweb> port 80
forward to <euroserver> port 80
+ forward to <euromon> port 80
}