[add] shark
This commit is contained in:
parent
35466a69c4
commit
32ce9359b5
1 changed files with 6 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
reverse_proxy 192.168.1.10:{args.0}
|
||||
}
|
||||
(xu4) {
|
||||
reverse_proxy 127.0.0.1:{args.0}
|
||||
reverse_proxy 192.168.1.5:{args.0}
|
||||
}
|
||||
|
||||
# DNS
|
||||
|
@ -90,7 +90,11 @@ quodatum.duckdns.org {
|
|||
import auth_quodatum
|
||||
import omv 8448
|
||||
}
|
||||
|
||||
@shark host shark.quodatum.duckdns.org
|
||||
handle @shark {
|
||||
import auth_quodatum
|
||||
import xu4 4000
|
||||
}
|
||||
# Fallback for otherwise unhandled domains
|
||||
handle {
|
||||
abort
|
||||
|
|
Loading…
Add table
Reference in a new issue