[add] ai comfy
This commit is contained in:
parent
df57670d19
commit
8cac1a1cd1
1 changed files with 13 additions and 0 deletions
|
|
@ -22,6 +22,9 @@
|
||||||
(fins) {
|
(fins) {
|
||||||
reverse_proxy 192.168.1.9:{args[0]}
|
reverse_proxy 192.168.1.9:{args[0]}
|
||||||
}
|
}
|
||||||
|
(evo-x2) {
|
||||||
|
reverse_proxy 192.168.1.11:{args[0]}
|
||||||
|
}
|
||||||
# DNS
|
# DNS
|
||||||
(duckdns) {
|
(duckdns) {
|
||||||
tls {
|
tls {
|
||||||
|
|
@ -118,6 +121,16 @@ quodatum.duckdns.org {
|
||||||
# import auth_quodatum
|
# import auth_quodatum
|
||||||
import fins 3001
|
import fins 3001
|
||||||
}
|
}
|
||||||
|
@ai host ai.quodatum.duckdns.org
|
||||||
|
handle @ai {
|
||||||
|
# import auth_quodatum
|
||||||
|
import evo-x2 3001
|
||||||
|
}
|
||||||
|
@comfy host comfy.quodatum.duckdns.org
|
||||||
|
handle @comfy {
|
||||||
|
# import auth_quodatum
|
||||||
|
import evo-x2 8188
|
||||||
|
}
|
||||||
# Fallback for otherwise unhandled domains
|
# Fallback for otherwise unhandled domains
|
||||||
handle {
|
handle {
|
||||||
abort
|
abort
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue