After installing the latest version of snowflake-tor and leaving it running for 24h I noticed I wasn't getting any traffic. I noticed a lot of DNS queries on my local DNS going to stun.stunprotocol.org, a nxdomain. I found a commit from Jan 2023 here: https://lists.torproject.org/mailman3/hyperkitty/list/tor-commits%40lists.torproject.org/message/OPHZRXAF2CQB6SY6KNOTDTKWRPAII6U6/?utm_source= Where the default STUN server was changed from: -stun URL (default "stun:stun.stunprotocol.org:3478") To: +stun URL (default "stun:stun.l.google.com:19302") This is a simple fix that might prevent user confusion as to why their snowflake proxy isnt working after following steps on https://community.torproject.org/relay/setup/snowflake/standalone/freebsd/
Just to clarify, I'm referring to the STUN server specified by default in /usr/local/etc/rc.d/snowflake which is created when the package is installed.