mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 04:35:54 +03:00
[GH-ISSUE #893] [QUESTION] How to check if socks proxy is working? #555
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#555
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ForceConstant on GitHub (Nov 28, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/893
I setup the the proxy, but how to verify that it is actually working?
Thanks.
@benbusby commented on GitHub (Nov 28, 2022):
If any searches succeed while the proxy is configured, then it's working. If there were a configuration issue, then searches would fail since all requests are routed through the proxy when those environment variables are set.
Alternatively, if the proxy is located in a different region than where the instance is hosted, you could do a simple location based search (i.e. "restaurants near me") and see if results are returned for the proxy's region and not the instance's.
Feel free to reopen if you need more help.