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, 4 insertions, 0 deletions
diff --git a/config/obr/relayd.conf b/config/obr/relayd.conf
index 6be42f6..ba52e74 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 <eurobuild3> { eurobuild3.lan }
http protocol "http_protocol" {
@@ -45,6 +46,8 @@ http protocol "http_protocol" {
forward to <euroweb> no tag
match request quick header "Host" value "mon.andreasbaumann.cc" \
forward to <euroserver> no tag
+ match request quick header "Host" value "archlinux32.andreasbaumann.cc" \
+ forward to <eurobuild3> no tag
block request tagged disallowed_host label "BAD host"
}
@@ -55,5 +58,6 @@ relay http_relay {
forward to <euroweb> port 80
forward to <euroserver> port 80
+ forward to <eurobuild3> port 80
}