adding quick note on how to look into netbsd's syslog output (it goes to var/log/messages)

This commit is contained in:
Vinicius Zavam 2019-10-18 15:24:08 +00:00
parent 3ebeece732
commit 8187d99599
No known key found for this signature in database
GPG Key ID: 415C653413B43475

View File

@ -74,6 +74,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>'