[fix] add n2plus
This commit is contained in:
parent
0ab4db1af6
commit
4eafe24fb6
1 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,9 @@
|
||||||
(n2) {
|
(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}
|
||||||
|
}
|
||||||
# DNS
|
# DNS
|
||||||
(duckdns) {
|
(duckdns) {
|
||||||
tls {
|
tls {
|
||||||
|
@ -43,7 +45,7 @@
|
||||||
}
|
}
|
||||||
@code host code.quodatum.duckdns.org
|
@code host code.quodatum.duckdns.org
|
||||||
handle @code {
|
handle @code {
|
||||||
import n2 8444
|
import n2plus 8444
|
||||||
}
|
}
|
||||||
# Fallback for otherwise unhandled domains
|
# Fallback for otherwise unhandled domains
|
||||||
handle {
|
handle {
|
||||||
|
|
Loading…
Add table
Reference in a new issue