Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: doc how to install from git repo. #124

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ Install
./configure && make
src/chinadns -m -c chnroute.txt

Or install the latest version from git repository:

git clone https://github.com/shadowsocks/ChinaDNS.git
cd ChinaDNS
./autogen.sh
./configure && make
src/chinadns -m -c chnroute.txt

Optionally, you can put `chinadns` into `$PATH`.

* OpenWRT

* [Download precompiled] for OpenWRT trunk and CPU: ar71xx, brcm63xx,
Expand Down Expand Up @@ -96,10 +106,10 @@ Test if it works correctly:
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29845
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.youtube.com. IN A

;; ANSWER SECTION:
www.youtube.com. 21569 IN CNAME youtube-ui.l.google.com.
youtube-ui.l.google.com. 269 IN A 216.58.220.174
Expand Down