16 lines
205 B
Plaintext
16 lines
205 B
Plaintext
|
[tor]
|
||
|
ControllerPort = 9051
|
||
|
|
||
|
[ssh]
|
||
|
Port = 22
|
||
|
|
||
|
[mqtt]
|
||
|
BrokerHost = mqtt.bjdweck.com
|
||
|
BrokerPort = 8883
|
||
|
Topic = wokeup/me
|
||
|
RequireCertificate = true
|
||
|
CaFile = ca.crt
|
||
|
CertFile = client.crt
|
||
|
KeyFile = client.key
|
||
|
|