mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-08-28 13:04:10 +00:00
Add 5380 as an additional default doh-client port
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
# DNS listen port
|
# DNS listen port
|
||||||
listen = [
|
listen = [
|
||||||
"127.0.0.1:53",
|
"127.0.0.1:53",
|
||||||
|
"127.0.0.1:5380",
|
||||||
"[::1]:53",
|
"[::1]:53",
|
||||||
|
"[::1]:5380",
|
||||||
]
|
]
|
||||||
|
|
||||||
# HTTP path for upstream resolver
|
# HTTP path for upstream resolver
|
||||||
|
|||||||
Reference in New Issue
Block a user