Replies: 2 comments 3 replies
-
|
I don't really have rotating proxies. For some engines I pass the traffic through tor. That's very easy to do, there is documentation available for that. It comes down to configuring a proxy in searxng. |
Beta Was this translation helpful? Give feedback.
-
|
I use rotating proxies in my instance opnxng.com. The documentation on how to configure the settings.yml is clear. One method is to set up SSH tunnels to another vps using the -D option. You can look into autossh (with systemd) to make the tunnel more permanent. After that, you should be able to add the socks5h:// proxy to the settings.yml. Other socks5 servers, such as this one, also work. I suppose one can also purchase proxies online, but I cannot speak to the privacy aspect of this method. One thing to note is that, whenever a proxy fails, Searxng will be down and return proxy error. Another is that you can use proxy only for specific engines if you want to by configuring the settings.yml. I do have one question: when proxies are implemented, is the host ip included in the rotation? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I know, the searx.be instance hosted by
either@unixfoxor @return42is using rotating proxies to avoid ratelimiting and the search engines blocking "suspicious requests", how does it all work, how can I implement it into my own instance and what are more things I need to know about to make things as optimal and stable as possible?Beta Was this translation helpful? Give feedback.
All reactions