Hello,
I installed the Tor package on Debian, how can I use the snowflake bridge?
Thank you.
Hello,
I installed the Tor package on Debian, how can I use the snowflake bridge?
Thank you.
@hack3rcon are you first time user of Tor? or have already used?
Itâs in the documentation
Hello,
Why? I found these guidances, but I donât know are they OK or are not!
https://askubuntu.com/questions/1406561/how-to-run-tor-service-with-snowflake
https://forum.torproject.org/t/how-can-i-use-snowflake-with-tor-service/5045/5
I used this setup guide successfully on LMDE-6 (Debian-based Mint):
Only additional step was the apparmor thing mentioned in one of the OPâs links:
#/etc/apparmor.d/abstractions/tor
⌠/usr/local/bin/snowflake-client Pix,
Adjust as needed and run âsystemctl restart apparmorâ . Note that apparmor parses the /etc/tor/torrc file and will prevent running snowflake-client if it finds something it doesnât like; in my case it was trying to log to /tmp/snowflake-client.log for testing purposesâŚ
I found the onion-circuits pkg useful for watching for circuit construction (or lack of) whenever you run âsystemctl restart torâ . Need to add yourself to the debian-tor group, enable âControlPort 9051â and âCookieAuthentication 1â in /etc/tor/torrc , and reboot.
Curiously the various settings â stun, front, ice â suggested in the âŚ/src/snowflake/client/README.md failed to work for me during my testing.
Hello,
Did you replace brew
with the apt
command?
Scroll down further to the Run snowflake-client on Linux section. I didnât actually install snowflake-client via apt(8) as Iâm running the standalone snowflake-proxy and the source includes all the other snowflake components like the snowflake-client and are probably more recent versions.