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
2692136d
Commit
2692136d
authored
Feb 20, 2015
by
Chen Wei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add checksum to readme
parent
6ffe5ad0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
10 deletions
+16
-10
README.md
README.md
+16
-10
No files found.
README.md
View file @
2692136d
## DNSMASQ fork for improving --ipsets, --server, --address performance
## DNSMASQ fork for improving --ipsets, --server,
and
--address performance
### Current status
Dnsmasq matches domain names for --ipsets, --server, and --address options by
iterates over linked list. It is good enough for general use, but slows down as
the domain names to be matched grows.
The --ipsets, --server, and --address lookup has been rewritten. It scales well
with thousands of --ipsets and --server entri
es.
Here introduce a modified dnsmasq for fast lookup ipset/server/address options.
The match time is constant regardless the size of rul
es.
root
...
...
@@ -30,14 +32,18 @@ bucket. For locating a particular label from hash table, two hash values are
compared first, only if they are match, should the more expensive string
comparison be used to confirm the search.
The search should take constant time regardless the size of --ipset and --server
rules.
### Precompiled OpenWrt packages
### Precompiled binary
For OpenWrt Attitude Adjustment (12.09 final) and Barrier Breaker (14.07)
[
ar71xx
](
http://sourceforge.net/projects/dnsmasq-fast-lookup/files/
)
. DNSSEC is
disabled.
for OpenWrt Attitude Adjustment (12.09 final) and Barrier Breaker (14.07)
[
ar71xx
](
http://sourceforge.net/projects/dnsmasq-fast-lookup/files/
)
sha1sum
d9376f269e14eeb2823df1c1d12ec6168914927b dnsmasq-ipset_2.72-4_ar71xx_Attitude_Adjustment_12.09.ipk
5b5e677c7115ce35eaa2624861c8f291153a2a8c dnsmasq-ipset_2.72-4_ar71xx_Barrier_Breaker_14.07.ipk
md5sum
8717aec763d90061d157d28f5ba6a959 dnsmasq-ipset_2.72-4_ar71xx_Attitude_Adjustment_12.09.ipk
dba2b0a803afbd8f4ebe67bf0a1cce6b dnsmasq-ipset_2.72-4_ar71xx_Barrier_Breaker_14.07.ipk
[
Contact me
](
mailto:
weichen302@gmail.com)
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