updated example conf file with clientId and onion host sample options
This commit is contained in:
parent
c415b548c5
commit
4502060a8c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user