You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.MD
+3-2
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ A simple tool to convert your dns request into http dns request so we can avoid
9
9
finally,I found that DNSpod have a simple Httpdns API server in China and currently there has no evidence showed which ISP already hijack the http dns request between user's network and DNSpod server, so I developed this tiny tool to make it work.
10
10
> by version 1.5 now this tool will use standard DOH which will access https://doh.pub/dns-query for results,which considered as a better security performance.
11
11
12
-
- Current Version: **1.7**
12
+
- Current Version: **1.8**
13
13
- Language:golang
14
14
15
15
## Usage
@@ -28,7 +28,7 @@ A simple tool to convert your dns request into http dns request so we can avoid
28
28

29
29
**4.** Enjoy your browsing!
30
30
31
-
31
+
>from version 1.8,you can now load dns records from ``-c <your hosts file location>`` option.
32
32
33
33
## Tips
34
34
@@ -48,6 +48,7 @@ A simple tool to convert your dns request into http dns request so we can avoid
48
48
>the tool itself by default will listen on ```0.0.0.0```,so simple put main DNS as 127.0.0.1,another to your LAN address.(which like 192.168.1.x 172.0.1.x...)
49
49
>also by this you can serve the other teminal in your LAN if you like.
0 commit comments