21 lines
312 B
Plaintext
21 lines
312 B
Plaintext
[tor]
|
|
ProxyPort = 9050
|
|
ControllerPort = 9051
|
|
|
|
[ssh]
|
|
Port = 22
|
|
|
|
[mqtt]
|
|
BrokerHost = mqtt.example.com # OR example1i3uyrbfoi3fi.onion
|
|
BrokerPort = 1883
|
|
ClientID = my-client
|
|
Topic = example/topic
|
|
|
|
### Options for Using TLS
|
|
|
|
#RequireCertificate = true
|
|
#CaFile = ca.crt
|
|
#CertFile = client.crt
|
|
#KeyFile = client.key
|
|
|