commit 8187d99599370ae48ad33877da43aa8f19fce824 Author: Vinicius Zavam egypcio@googlemail.com Date: Fri Oct 18 15:24:08 2019 +0000
adding quick note on how to look into netbsd's syslog output (it goes to var/log/messages) --- content/relay-operations/technical-setup/bridge/netbsd/contents.lr | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/content/relay-operations/technical-setup/bridge/netbsd/contents.lr b/content/relay-operations/technical-setup/bridge/netbsd/contents.lr index 33a42a0..91eb156 100644 --- a/content/relay-operations/technical-setup/bridge/netbsd/contents.lr +++ b/content/relay-operations/technical-setup/bridge/netbsd/contents.lr @@ -75,6 +75,10 @@ echo "tor=YES" >> /etc/rc.conf To confirm your bridge is running with no issues, you should see something like this:
``` +tail /var/log/messages +``` + +``` [notice] Your Tor server's identity key fingerprint is '<NICKNAME> <FINGERPRINT>' [notice] Your Tor bridge's hashed identity key fingerprint is '<NICKNAME> <HASHED FINGERPRINT>' [notice] Registered server transport 'obfs4' at '[::]:46396'
tor-commits@lists.torproject.org