mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-03-30 07:30:09 +00:00
Add Readme
This commit is contained in:
@@ -25,7 +25,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
addr := flag.String("addr", "[::1]:8053", "HTTP listen port")
|
||||
addr := flag.String("addr", "127.0.0.1:8053", "HTTP listen port")
|
||||
cert := flag.String("cert", "", "TLS certification file")
|
||||
key := flag.String("key", "", "TLS key file")
|
||||
path := flag.String("path", "/resolve", "HTTP path for resolve application")
|
||||
|
||||
Reference in New Issue
Block a user