Compare commits
No commits in common. "9370647a39e52aa8714b942a6083db96e01d7ea5" and "e5d521b51caa58524bb4c81f2492ddda4e833890" have entirely different histories.
9370647a39
...
e5d521b51c
1 changed files with 7 additions and 9 deletions
|
@ -8,20 +8,18 @@
|
||||||
|
|
||||||
# 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 {
|
||||||
|
@ -111,12 +109,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 xu4 4000
|
import fins 3001
|
||||||
}
|
}
|
||||||
@oi host oi.quodatum.duckdns.org
|
@oi host oi.quodatum.duckdns.org
|
||||||
handle @oi {
|
handle @oi {
|
||||||
import auth_quodatum
|
import auth_quodatum
|
||||||
import fins 3001
|
import xu4 4000
|
||||||
}
|
}
|
||||||
# Fallback for otherwise unhandled domains
|
# Fallback for otherwise unhandled domains
|
||||||
handle {
|
handle {
|
||||||
|
|
Loading…
Add table
Reference in a new issue