Glad it know it works!
the reason why SocksPort is set to 0.0.0.0:9050
instead of the default of 127.0.0.1 is because the docker_tor guide was made for a setup that involved both containers…
Hello! :D
From my understanding, you are running shadowsocks on your host machine and want traffic to flow from 4get, to shadowsocks, and then to tor. And you tried to accomplish this by…
images are only pulled if they aren't available locally. If you build and tag luuul/4get:latest then it would be used when you run docker compose up.
You can see this in action if you delete…
Hello! :D
should I run:
docker build -t 4get:latest .
and change image: luuul/4get:latest to 4get:latest?
Sure you could do that. It would be easier to run `docker build -t luuul/4get:lat…
Shouldn't I change - ./proxies/:/var/www/html/4get/data/proxies to - ./proxies/:/srv/http/4get/data/proxies/ since 4get repo is there?
In docker volumes are mounted from the host machine to…
It looks like you're mixing the steps from your previous install attempt and the steps from docker
please don't put SocksPort 0.0.0.0:9050
in your host's /etc/tor/torrc
In my home in…
Hello :D
I want to not expose my IP to the search engines, so I thought about setting up Tor on the host
You can use tor as socks5 proxy which should make outgoing requests go through…