search: fix outgoing proxies
Some checks failed
/ deploy (push) Failing after 24s

This commit is contained in:
toufic ar 2026-01-29 22:34:38 +02:00
parent 49e076a676
commit 7cbdddc762
Signed by: toufic ar
SSH key fingerprint: SHA256:/NaO5I1nG3gYKzrzSiTYIdRyaIYxDWfr1U+d+yfJ/4k

View file

@ -87,10 +87,7 @@ 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";
};
proxies."all://:" = ["socks5h://127.0.0.1:9050"];
using_tor_proxy = true;
extra_proxy_timeout = 15.0;
};