mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-08-29 09:58:35 +00:00
Put [::1] into default listen addresses
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# HTTP listen port
|
||||
listen = [
|
||||
"127.0.0.1:8053"
|
||||
"127.0.0.1:8053",
|
||||
"[::1]:8053",
|
||||
]
|
||||
|
||||
# TLS certification file
|
||||
|
||||
Reference in New Issue
Block a user