wrouesnel / dns-over-https-proxy

a DNS agent which forwards queries to Google's beta DNS-over-HTTPS service
Apache License 2.0
111 stars 15 forks source link

usage correct #3

Closed CNMan closed 5 years ago

CNMan commented 7 years ago

https://github.com/wrouesnel/dns-over-https-proxy/blob/master/dns-over-https-proxy.go#L6

go run dns_reverse_proxy.go -debug=true -address=127.0.0.1:8500 -log.level=debug
GetFileAttributesEx dns_reverse_proxy.go: The system cannot find the file specified.

should be

go run dns-over-https-proxy.go -debug=true -address=127.0.0.1:8500 -log.level=debug