mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #140] [QUESTION] TOR #101
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#101
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 @Dudu514 on GitHub (Oct 29, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/140
Hi, i cloned the latest git of whoogle today, i see the option for TOR but it's "Unavailable".
I already have debian-tor bind to my local interface running on port 9050.
I tried to dig on that for a little bit and i found that "tor-prompt" from of absolute path to bin dir is giving me:
"Unable to connect to tor. Maybe it's running without a ControlPort?".
Am i correct that whoogle is calling tor-prompt to pass search info. to tor?
I'm trying to figure the source of the problem. Thanks :)
@benbusby commented on GitHub (Oct 29, 2020):
You probably need to update your
torrcfile to include the parameters seen here. I'll do a full wiki page on setting up tor to be compatible with whoogle search once the feature is out of beta, but for now that's probably the only thing you're missing.@Dudu514 commented on GitHub (Oct 29, 2020):
All right, thanks it's working fine now.
I just got an error from : Unknown option 'CacheDirectoryGroupReadable'
I commented it for test purpose.
@benbusby commented on GitHub (Nov 3, 2020):
Glad it's working now. I'll close this issue for now and reevaluate if CacheDirectoryGroupReadable is a required property or not. My guess is that it isn't.