Deadwood: DNS Non-recursive Cache
About Deadwood
Deadwood is the code that will eventually become MaraDNS’ next recursive resolver; right now it is a stable and functioning non-recursive cache. Deadwood, unlike MaraDNS, does not need threads to resolve queries, and has features MaraDNS’ recursive cache doesn’t have, such as “resurrections” and the ability to read and write the cache to disk.
Only 34.3k ,it can write DNS items to the file and load on next start.Easy to config.(Default config can work well like a charm.)
http://maradns.org/deadwood/stable/Deadwood-3-0-02-win32.zip
My config example:
# Forward Servers we connect to
upstream_servers[“.”]=”202.14.67.4, 202.14.67.14”
#In order to enable DNS-over-TCP, this variable must be set and have a value of 1.
tcp_listen = 1
# The IP this program has
bind_address = “127.0.0.1”
# The IPs allowed to connect and use the cache
recursive_acl = “127.0.0.1/16”
# The file containing a hard-to-guess secret
random_seed_file = “secret.txt”
# This is the file Deadwood uses to read the cache to and from disk
cache_file = “dw_cache”
引用本文,复制粘贴...
您必须 登录 才能发表评论.