Skip to content

Commit

Permalink
Update README: test-dns option
Browse files Browse the repository at this point in the history
  • Loading branch information
sorz committed Dec 7, 2017
1 parent d81f099 commit c37645b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ protocol=socks5
[server-2]
address=127.0.0.1:2002
protocol=http
test dns=127.0.0.53:53 ;use other dns server to caculate delay
[backup]
address=127.0.0.1:2002
protocol=socks5
Expand All @@ -77,7 +78,7 @@ Pass the file path to `moproxy` via `--list` argument.

### Latency probing

Just send a hard-coded DNS request to Google Public DNS (8.8.8.8) over SOCKS,
Just send a hard-coded DNS request (with TCP) over proxy,
and take the delay of receiving a response.

### Priority of servers
Expand Down

0 comments on commit c37645b

Please sign in to comment.