Snowflake proxy
Pluggable Transport using WebRTC, inspired by Flashproxy.
Regular snap logs are easy to check using snap logs tor-snowflake.snowflake -f
.
We also log more detailed events to a log file you can tail with tail -f /var/snap/tor-snowflake/current/snowflake.log
If using a firewall, make sure to open local ports range (usually 32768 to 60999) UDP.
- iptables:
sudo iptables -A INPUT -p udp --dport $(sed 's/\t/:/g' /proc/sys/net/ipv4/ip_local_port_range) -j ACCEPT
- ufw:
sudo ufw allow $(sed 's/\t/:/g' /proc/sys/net/ipv4/ip_local_port_range)/udp