diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2024-10-30 13:46:49 +0100 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2024-10-30 13:46:49 +0100 |
| commit | f326bcf8db2311c3d57d928a1f9722ce5c036150 (patch) | |
| tree | 651e32855b234a7e385a5566dc5eac459d71af5b /config/config.example.yml | |
| parent | d8b893e9ad456598a3e127cec578dd3355141578 (diff) | |
| parent | 6b7e7301009e1a9fc2b536bd8d8de04fb8e22ec0 (diff) | |
| download | invidious-f326bcf8db2311c3d57d928a1f9722ce5c036150.tar.gz invidious-f326bcf8db2311c3d57d928a1f9722ce5c036150.tar.bz2 invidious-f326bcf8db2311c3d57d928a1f9722ce5c036150.zip | |
Add support for using Invidious through a HTTP Proxy (#4270)
Partially addresses issue 301
Diffstat (limited to 'config/config.example.yml')
| -rw-r--r-- | config/config.example.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index e9eebfde..759b81e0 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -173,6 +173,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 |
