torch-agent/torch.conf

24 lines
322 B
Plaintext
Raw Normal View History

2020-10-02 14:34:30 +00:00
[tor]
ProxyPort = 9050
2020-10-02 14:34:30 +00:00
ControllerPort = 9051
[ssh]
Port = 22
[mqtt]
2020-10-19 22:07:36 +00:00
BrokerHost = mqtt.example.com
#BrokerHost = example1i3uyrbfoi3fi.onion
2020-10-02 14:34:30 +00:00
BrokerPort = 1883
ClientID = my-client
2020-10-02 14:34:30 +00:00
Topic = example/topic
### Options for Using TLS
#RequireCertificate = true
#CaFile = ca.crt
#CertFile = client.crt
#KeyFile = client.key