mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-15 17:45:10 +00:00
External Proxies: Use list of external videoplayback proxies
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user