mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-23 06:51:14 -04:00
Add support for using HTTP proxies
This commit is contained in:
parent
eda7444ca4
commit
eb8fcc9e88
6 changed files with 51 additions and 3 deletions
|
@ -160,6 +160,17 @@ https_only: false
|
|||
##
|
||||
#force_resolve:
|
||||
|
||||
##
|
||||
## Configuration for using a HTTP proxy
|
||||
##
|
||||
## If unset, then no HTTP proxy will be used.
|
||||
##
|
||||
http_proxy:
|
||||
user:
|
||||
password:
|
||||
host:
|
||||
port:
|
||||
|
||||
|
||||
##
|
||||
## Use Innertube's transcripts API instead of timedtext for closed captions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue