This commit is contained in:
parent
5e854a779b
commit
49e076a676
2 changed files with 169 additions and 160 deletions
|
|
@ -87,6 +87,12 @@ in {
|
|||
pool_connections = 100;
|
||||
pool_maxsize = 15;
|
||||
enable_http2 = true;
|
||||
proxies = {
|
||||
http = "socks5h://127.0.0.1:9050";
|
||||
https = "socks5h://127.0.0.1:9050";
|
||||
};
|
||||
using_tor_proxy = true;
|
||||
extra_proxy_timeout = 15.0;
|
||||
};
|
||||
|
||||
enabled_plugins = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue