mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[GH-ISSUE #740] [BUG] Systemd Tor Proxy Environment Variable #472
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#472
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 @MadcowOG on GitHub (May 1, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/740
I installed whoogle through the Aur. I wanted to proxy my whoogle connection through tor.
This is my systemd unit file:
$PROXY_TYPE is socks5 and $PROXY_LOC is 127.0.0.1:9050 for my local tor address.
I get this error with the proxy environment variable enabled:
And the webpage gives a 500 Internal Error upon searching.
I don't believe this is entirely related, but in the configuration on the homepage Tor is always unavailable, whether I've configured the proxy or not.
Am I setting this up wrong?
Thank you
@nakoo commented on GitHub (May 1, 2022):
WHOOGLE_PROXY_*isn't used for Tor connection. You need to set up Tor yourself. PKGBUILD doesn't have Tor dependency either. It's better to contact AUR maintainer.@MadcowOG commented on GitHub (May 2, 2022):
I already have tor enabled and started on my system, is there a reason that the tor option isn't available?
I will contact the maintainer.