Add https_addr config, required to run HTTPS

This commit is contained in:
Justin Li
2018-09-09 11:22:19 -04:00
parent 1a4e4c833b
commit 1cb16ddb0c
2 changed files with 78 additions and 24 deletions
+5 -1
View File
@@ -25,9 +25,13 @@ chihaya:
# If you do not wish to run this, delete this section.
http:
# The network interface that will bind to an HTTP server for serving
# BitTorrent traffic.
# BitTorrent traffic. Remove this to disable the non-TLS listener.
addr: "0.0.0.0:6969"
# The network interface that will bind to an HTTPS server for serving
# BitTorrent traffic. If set, tls_cert_path and tls_key_path are required.
https_addr: ""
# The path to the required files to listen via HTTPS.
tls_cert_path: ""
tls_key_path: ""