17 lines
239 B
Plaintext
17 lines
239 B
Plaintext
|
[tor]
|
||
|
ControllerPort = 9051
|
||
|
|
||
|
[ssh]
|
||
|
Port = 22
|
||
|
|
||
|
[mqtt]
|
||
|
BrokerHost = mqtt.example.com
|
||
|
BrokerPort = 1883
|
||
|
Topic = example/topic
|
||
|
|
||
|
### Options for Using TLS
|
||
|
|
||
|
#RequireCertificate = true
|
||
|
#CaFile = ca.crt
|
||
|
#CertFile = client.crt
|
||
|
#KeyFile = client.key
|