[add] kodi
This commit is contained in:
parent
87f6d1212b
commit
69e858eaf9
2 changed files with 16 additions and 13 deletions
|
|
@ -58,7 +58,7 @@
|
|||
handle @git {
|
||||
import omv 8300
|
||||
}
|
||||
@wiki host wiki.quodatum.duckdns.org
|
||||
@wiki host wiki.quodatum.duckdns.org
|
||||
handle @wiki {
|
||||
import auth_quodatum
|
||||
import n2 8088
|
||||
|
|
@ -73,6 +73,7 @@
|
|||
import auth_quodatum
|
||||
import n2plus 8444
|
||||
}
|
||||
|
||||
@code-alt host code-alt.quodatum.duckdns.org
|
||||
handle @code-alt {
|
||||
import auth_quodatum
|
||||
|
|
@ -88,14 +89,14 @@
|
|||
import duckdns
|
||||
import auth
|
||||
|
||||
@orlop host about.orlop.duckdns.org
|
||||
@orlop host about.orlop.duckdns.org
|
||||
handle @orlop {
|
||||
encode zstd gzip
|
||||
root * orlop
|
||||
file_server browse
|
||||
}
|
||||
|
||||
@jellyfin host jellyfin.orlop.duckdns.org
|
||||
@jellyfin host jellyfin.orlop.duckdns.org
|
||||
handle @jellyfin {
|
||||
import omv 8096
|
||||
}
|
||||
|
|
@ -107,11 +108,15 @@
|
|||
handle @tvheadend {
|
||||
import n2plus 9981
|
||||
}
|
||||
@kodi host kodi.orlop.duckdns.org
|
||||
handle @kodi {
|
||||
import n2 8080
|
||||
}
|
||||
@test host test.orlop.duckdns.org
|
||||
handle @test {
|
||||
respond "test, test. Hello, world!"
|
||||
}
|
||||
# Fallback for otherwise unhandled domains
|
||||
# Fallback for otherwise unhandled domains
|
||||
handle {
|
||||
abort
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue