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]
ProxyPort = 9050
ControllerPort = 9051
[ssh]
Port = 22
[mqtt]
BrokerHost = mqtt.example.com
BrokerHost = mqtt.example.com # OR example1i3uyrbfoi3fi.onion
BrokerPort = 1883
ClientID = my-client
Topic = example/topic
### Options for Using TLS