Commit 6ffe5ad0 authored by Chen Wei's avatar Chen Wei

update README for precompiled openwrt package

parent 824b0c6a
## DNSMASQ fork for improving --ipsets and --server performance ## DNSMASQ fork for improving --ipsets, --server, --address performance
### Current status ### Current status
The --ipsets and --server lookup has been rewritten. It scales well with thousands The --ipsets, --server, and --address lookup has been rewritten. It scales well
of --ipsets and --server entries. with thousands of --ipsets and --server entries.
_______root_______ root
/ \ |
+---------------------+
com org com org
/ | \ / \ | |
/ | \ / \ +------------------+ +-------------+
yahoo google twitter debian freebsd yahoo google twitter debian freebsd
| | | | | | | |
www mail cn www www mail +---------+ www
| cn jp uk us
ftp |
ftp
The lookup steps over domain name hierarchy top-down. All labels are stored in The lookup steps over domain name hierarchy top-down. All labels are stored in
open addressing hash tables. Sub-level labels that belong to different parent open addressing hash tables. Sub-level labels that belong to different parent
...@@ -31,9 +34,9 @@ The search should take constant time regardless the size of --ipset and --server ...@@ -31,9 +34,9 @@ The search should take constant time regardless the size of --ipset and --server
rules. rules.
### Issues ### Precompiled binary
for OpenWrt Attitude Adjustment (12.09 final) and Barrier Breaker (14.07) [ar71xx](http://sourceforge.net/projects/dnsmasq-fast-lookup/files/)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment