diff options
| author | syeopite <syeopite@syeopite.dev> | 2023-08-25 16:08:02 -0700 |
|---|---|---|
| committer | syeopite <syeopite@syeopite.dev> | 2024-04-28 19:43:17 -0700 |
| commit | eb8fcc9e88bf71694e7d9e40600ef3fd334bc46e (patch) | |
| tree | 6dc54d675129b88a2fc2c88f50f06e2d0f837252 /config | |
| parent | eda7444ca46dbc3941205316baba8030fe0b2989 (diff) | |
| download | invidious-eb8fcc9e88bf71694e7d9e40600ef3fd334bc46e.tar.gz invidious-eb8fcc9e88bf71694e7d9e40600ef3fd334bc46e.tar.bz2 invidious-eb8fcc9e88bf71694e7d9e40600ef3fd334bc46e.zip | |
Add support for using HTTP proxies
Diffstat (limited to 'config')
| -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 38085a20..9fdc4eda 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -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 |
