Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
Dnsmasq
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Dnsmasq
Commits
6ffe5ad0
Commit
6ffe5ad0
authored
Feb 20, 2015
by
Chen Wei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update README for precompiled openwrt package
parent
824b0c6a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
14 deletions
+17
-14
README.md
README.md
+17
-14
No files found.
README.md
View file @
6ffe5ad0
## DNSMASQ fork for improving --ipsets
and --server
performance
## DNSMASQ fork for improving --ipsets
, --server, --address
performance
### Current status
The --ipsets
and --server lookup has been rewritten. It scales well with thousands
of --ipsets and --server entries.
The --ipsets
, --server, and --address lookup has been rewritten. It scales well
with thousands
of --ipsets and --server entries.
_______root_______
/ \
root
|
+---------------------+
com org
/ | \ / \
/ | \ / \
| |
+------------------+ +-------------+
yahoo google twitter debian freebsd
| | | |
www mail cn www
www mail +---------+ www
cn jp uk us
|
ftp
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
nodes are stored separately. e.g. yahoo, google, and twitter are in one hash
...
...
@@ -31,9 +34,9 @@ The search should take constant time regardless the size of --ipset and --server
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/
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment