%20SOCKS5-Verbindung%20zu%200.0.0.0%3A0%20kann%20nicht%20hergestellt%20werden.%20(1).png)
Ich benutzezeta0/alpine-tor, dennoch erhalte ich gemischte Ergebnisse beim Versuch, auf zwei separate .onion
Adressen zuzugreifen:
# docker run -d -p 5566:5566 -p 2090:2090 -e tors=25 zeta0/alpine-tor
fd7f92d139c9170371c55dff31d1d9350261cfd4326014b6f471edd9f392814e
# docker exec -it tor fd7f92d139c9170371c55dff31d1d9350261cfd4326014b6f471edd9f392814e
/ # apk --quiet --no-cache add curl
/ # curl --proxy socks5h://localhost:5566 facebookcorewwwi.onion -I
HTTP/1.1 302 Found
Location: https://facebookcorewwwi.onion/
Content-Type: text/html; charset="utf-8"
X-FB-Debug: 7YhJnMZiUK7PyDeM9Yg5+PSpCC+8MH+Nt2W+yzY0Hy0ggaU9hMqCjlyWQJcT8MI4+yJS43QotG/Mb1+fasf98w==
Date: Thu, 13 Aug 2020 19:27:06 GMT
Alt-Svc: h3-29=":443"; ma=3600,h3-27=":443"; ma=3600
Connection: keep-alive
Content-Length: 0
/ # curl --proxy socks5h://localhost:5566 X.onion -v
* Rebuilt URL to: X.onion/
* Trying 127.0.0.1...
* TCP_NODELAY set
* SOCKS5 communication to X.onion:80
* Can't complete SOCKS5 connection to 0.0.0.0:0. (1)
* Closing connection 0
curl: (7) Can't complete SOCKS5 connection to 0.0.0.0:0. (1)
/ #
X.onion
wurde aus Sicherheitsgründen verschleiert.X.onion
funktioniertTor Browser
problemlos.
Bitte beraten.