-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starts a Tor hidden service regardless of flags or Config options. #370
Comments
There was a misunderstanding earlier. To specify whether to route wayback traffic through Tor, use |
Ah, okay. That makes sense, going through tor is a neat option. I think changing https://github.com/wabarc/wayback/blob/main/service/httpd/tor.go#L94 to Would there be any plans to support other proxies/ports? Thanks. |
Of course, there will be an option here to disable the Tor hidden service. |
@Jay4242 To disable the onion service, just set the |
@waybackarchiver This doesn't seem to work in Docker Exec into the container to check the variable value:
Checking the logs:
|
The latest tag does not seem to contain the changes, you should use edge instead. |
Bug Report
Current Behavior
wayback -d web
is starting a tor hidden service regardless of the tor settings in the config or flags when running the program.starting and registering onion service, please wait a bit
Expected behavior/code
To not start the tor hidden service when
WAYBACK_USE_TOR=false
is set, or--tor
isn't used on the command.Environment
Possible Solution
Additional context/Screenshots
While tor is great, I don't necessarily want to run this as a hidden service.
I think I only didn't notice this with the snap version (tried
go install
version and then the.deb
version) because snaps are snaps and probably couldn't see my tor install.The text was updated successfully, but these errors were encountered: