mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-08-29 01:18:32 +00:00
Add server support for multiple listen addresses
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# HTTP listen port
|
||||
listen = "127.0.0.1:8053"
|
||||
listen = [
|
||||
"127.0.0.1:8053"
|
||||
]
|
||||
|
||||
# TLS certification file
|
||||
cert = ""
|
||||
|
||||
Reference in New Issue
Block a user