mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-04-04 22:05:40 +00:00
Add Readme
This commit is contained in:
@@ -23,7 +23,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
addr := flag.String("addr", ":53", "DNS listen port")
|
||||
addr := flag.String("addr", "127.0.0.1:53", "DNS listen port")
|
||||
upstream := flag.String("upstream", "https://dns.google.com/resolve", "HTTP path for upstream resolver")
|
||||
flag.Parse()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user