[add] code+wiki 2
This commit is contained in:
parent
16236f2d84
commit
a7ab015384
1 changed files with 12 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
(n2plus) {
|
||||
reverse_proxy 192.168.1.10:{args.0}
|
||||
}
|
||||
(xu4){
|
||||
reverse_proxy 192.168.1.5:{args.0}
|
||||
}
|
||||
}
|
||||
# DNS
|
||||
(duckdns) {
|
||||
tls {
|
||||
|
@ -49,10 +53,18 @@
|
|||
handle @wiki {
|
||||
import n2 8088
|
||||
}
|
||||
@wiki_2 host wiki_2.quodatum.duckdns.org
|
||||
handle @wiki {
|
||||
import n2plus 8088
|
||||
}
|
||||
@code host code.quodatum.duckdns.org
|
||||
handle @code {
|
||||
import n2plus 8444
|
||||
}
|
||||
@code_2 host code_2.quodatum.duckdns.org
|
||||
handle @code {
|
||||
import omv 8444
|
||||
}
|
||||
# Fallback for otherwise unhandled domains
|
||||
handle {
|
||||
abort
|
||||
|
|
Loading…
Add table
Reference in a new issue