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
|
||||
(omv) {
|
||||
reverse_proxy 192.168.1.6:{args[0]}
|
||||
reverse_proxy 192.168.1.6:{args.0}
|
||||
}
|
||||
(n2) {
|
||||
reverse_proxy 192.168.1.4:{args[0]}
|
||||
reverse_proxy 192.168.1.4:{args.0}
|
||||
}
|
||||
(n2plus) {
|
||||
reverse_proxy 192.168.1.10:{args[0]}
|
||||
reverse_proxy 192.168.1.10:{args.0}
|
||||
}
|
||||
(xu4) {
|
||||
reverse_proxy 192.168.1.5:{args[0]}
|
||||
}
|
||||
(fins) {
|
||||
reverse_proxy 192.168.1.9:{args[0]}
|
||||
reverse_proxy 192.168.1.5:{args.0}
|
||||
}
|
||||
|
||||
# DNS
|
||||
(duckdns) {
|
||||
tls {
|
||||
|
@ -111,12 +109,12 @@ quodatum.duckdns.org {
|
|||
@shark host shark.quodatum.duckdns.org
|
||||
handle @shark {
|
||||
import auth_quodatum
|
||||
import xu4 4000
|
||||
import fins 3001
|
||||
}
|
||||
@oi host oi.quodatum.duckdns.org
|
||||
handle @oi {
|
||||
import auth_quodatum
|
||||
import fins 3001
|
||||
import xu4 4000
|
||||
}
|
||||
# Fallback for otherwise unhandled domains
|
||||
handle {
|
||||
|
|
Loading…
Add table
Reference in a new issue