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