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.conf14
1 files changed, 9 insertions, 5 deletions
diff --git a/config/obr/relayd.conf b/config/obr/relayd.conf
index 425a064..4d76c5d 100644
--- a/config/obr/relayd.conf
+++ b/config/obr/relayd.conf
@@ -9,8 +9,6 @@ log state changes
EXT_IF = 83.150.2.48
table <euroweb> { euroweb.lan }
-table <euroserver> { euroserver.lan }
-table <euromon> { euromon.lan }
http protocol "http_protocol" {
@@ -45,7 +43,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 <euromon> no tag
+ forward to <euroweb> 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" \
@@ -64,6 +62,14 @@ http protocol "http_protocol" {
forward to <euroweb> no tag
match request quick header "Host" value "openbsd-firewall.org" \
forward to <euroweb> no tag
+ match request quick header "Host" value "libraries.andreasbaumann.cc" \
+ forward to <euroweb> no tag
+ match request quick header "Host" value "kapuzbib.eurospider.com" \
+ forward to <euroweb> no tag
+ match request quick header "Host" value "staluzern-old.eurospider.com" \
+ forward to <euroweb> no tag
+ match request quick header "Host" value "zhbluzern-old.eurospider.com" \
+ forward to <euroweb> no tag
block request tagged disallowed_host label "BAD host"
}
@@ -73,7 +79,5 @@ relay http_relay {
protocol http_protocol
forward to <euroweb> port 80
- forward to <euroserver> port 80
- forward to <euromon> port 80
}