Compare commits
2 commits
e5d521b51c
...
9370647a39
Author | SHA1 | Date | |
---|---|---|---|
9370647a39 | |||
9de80fe7b9 |
1 changed files with 9 additions and 7 deletions
|
@ -8,18 +8,20 @@
|
||||||
|
|
||||||
# Physical
|
# Physical
|
||||||
(omv) {
|
(omv) {
|
||||||
reverse_proxy 192.168.1.6:{args.0}
|
reverse_proxy 192.168.1.6:{args[0]}
|
||||||
}
|
}
|
||||||
(n2) {
|
(n2) {
|
||||||
reverse_proxy 192.168.1.4:{args.0}
|
reverse_proxy 192.168.1.4:{args[0]}
|
||||||
}
|
}
|
||||||
(n2plus) {
|
(n2plus) {
|
||||||
reverse_proxy 192.168.1.10:{args.0}
|
reverse_proxy 192.168.1.10:{args[0]}
|
||||||
}
|
}
|
||||||
(xu4) {
|
(xu4) {
|
||||||
reverse_proxy 192.168.1.5:{args.0}
|
reverse_proxy 192.168.1.5:{args[0]}
|
||||||
|
}
|
||||||
|
(fins) {
|
||||||
|
reverse_proxy 192.168.1.9:{args[0]}
|
||||||
}
|
}
|
||||||
|
|
||||||
# DNS
|
# DNS
|
||||||
(duckdns) {
|
(duckdns) {
|
||||||
tls {
|
tls {
|
||||||
|
@ -109,12 +111,12 @@ quodatum.duckdns.org {
|
||||||
@shark host shark.quodatum.duckdns.org
|
@shark host shark.quodatum.duckdns.org
|
||||||
handle @shark {
|
handle @shark {
|
||||||
import auth_quodatum
|
import auth_quodatum
|
||||||
import fins 3001
|
import xu4 4000
|
||||||
}
|
}
|
||||||
@oi host oi.quodatum.duckdns.org
|
@oi host oi.quodatum.duckdns.org
|
||||||
handle @oi {
|
handle @oi {
|
||||||
import auth_quodatum
|
import auth_quodatum
|
||||||
import xu4 4000
|
import fins 3001
|
||||||
}
|
}
|
||||||
# Fallback for otherwise unhandled domains
|
# Fallback for otherwise unhandled domains
|
||||||
handle {
|
handle {
|
||||||
|
|
Loading…
Add table
Reference in a new issue