I installed standalone Snowflake on Ubuntu per these instructions: https://community.torproject.org/relay/setup/snowflake/standalone/. Now how can I tell if it's running? Can I see the number of connections it's serviced? Will it continue after a reboot?
Thanks, Chuck Bevitt Tor Project | Standalone Snowflake proxyhttps://community.torproject.org/relay/setup/snowflake/standalone/ Our mission: To advance human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding. community.torproject.org
Hello Chuck,
Quoting tor@Bevitt.ws (2022-04-08 02:49:51)
I installed standalone Snowflake on Ubuntu per these instructions: https://community.torproject.org/relay/setup/snowflake/standalone/. Now how can I tell if it's running? Can I see the number of connections it's serviced? Will it continue after a reboot?
This information is present in the logs, by default the standalone proxy sends the logs to standard output. So if you run it with docker you should see it with: docker logs snowflake-proxy Or if you installed it with ansible you should be able to see it in journald.
tor-relays@lists.torproject.org