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