torch-agent/torch.conf

19 lines
310 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]
BrokerHost = mqtt.example.com # OR 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