summaryrefslogtreecommitdiff
path: root/config/obr/relayd.conf
diff options
context:
space:
mode:
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
}