Skip to content
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

Resolve .onion pages - DNS_PROBE_FINISHED_NXDOMAIN #60

Open
MisterDeeds opened this issue Jan 15, 2024 · 0 comments
Open

Resolve .onion pages - DNS_PROBE_FINISHED_NXDOMAIN #60

MisterDeeds opened this issue Jan 15, 2024 · 0 comments

Comments

@MisterDeeds
Copy link

MisterDeeds commented Jan 15, 2024

Dear all

Many thanks for the project! The deployment worked without any problems, and if I specify my Docker host as a tor proxy - it shows that I am connected via the Tor network:

1

I have adapted the config that other hosts from my network can also connect to it:
---
version: "2"
services:
tor-socks-proxy:
container_name: tor-socks-proxy
image: peterdavehello/tor-socks-proxy:latest
ports:
- "8853:53/udp"
- "9050:9150/tcp"
restart: unless-stopped

However, if I want to connect to an .onion page (e.g. http://duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion), I get the message "DNS_PROBE_FINISHED_NXDOMAIN"

What am I doing wrong? Thank you and best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant