mirror of
https://github.com/torproject/community.git
synced 2024-12-12 12:35:53 +00:00
adding quick note on how to look into netbsd's syslog output (it goes to var/log/messages)
This commit is contained in:
parent
3ebeece732
commit
8187d99599
@ -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>'
|
||||
|
Loading…
Reference in New Issue
Block a user