External Proxies: Use list of external videoplayback proxies

This commit is contained in:
Fijxu
2024-10-11 13:50:42 -03:00
parent fb3ecdad9a
commit 65f3bbcb10
5 changed files with 25 additions and 23 deletions

View File

@@ -180,7 +180,9 @@ class Config
# of the backend
property backends_delimiter : String = "|"
property external_videoplayback_proxy : String?
# External videoplayback proxies list. They should include `https://`
# at the start of the URI
property external_videoplayback_proxy : Array(String) = [] of String
# Materialious redirects
property materialious_domain : String?