Add server support for multiple listen addresses

This commit is contained in:
gdm85
2018-04-15 19:57:17 +02:00
parent ce656ac3f7
commit 1abba72898
3 changed files with 27 additions and 7 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
# HTTP listen port
listen = "127.0.0.1:8053"
listen = [
"127.0.0.1:8053"
]
# TLS certification file
cert = ""