updated example conf file with clientId and onion host sample options

dh_python
B.J. Dweck 2020-10-06 11:16:26 +02:00
parent c415b548c5
commit 4502060a8c
1 changed files with 3 additions and 1 deletions

View File

@ -1,12 +1,14 @@
[tor] [tor]
ProxyPort = 9050
ControllerPort = 9051 ControllerPort = 9051
[ssh] [ssh]
Port = 22 Port = 22
[mqtt] [mqtt]
BrokerHost = mqtt.example.com BrokerHost = mqtt.example.com # OR example1i3uyrbfoi3fi.onion
BrokerPort = 1883 BrokerPort = 1883
ClientID = my-client
Topic = example/topic Topic = example/topic
### Options for Using TLS ### Options for Using TLS