~ubuntu-branches/ubuntu/raring/maradns/raring

« back to all changes in this revision

Viewing changes to deadwood-2.4.10/doc/Windows/dwood2rc.txt

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2010-01-24 12:17:40 UTC
  • mfrom: (1.1.13 upstream) (10.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100124121740-a4e1fjobwaouz443
Tags: 1.4.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# The following upstream DNS servers are Google's newly-announced (as of
 
2
# December, 2009) public DNS servers.  For more information, see
 
3
# the page at http://code.google.com/speed/public-dns/
 
4
#
 
5
# These IPs can be changed to the IPs of any recursive DNS servers that
 
6
# can be reached from the computer running Deadwood.  If you would prefer to
 
7
# use the DNS servers you are currently using, you can find out their
 
8
# IPs with "ifconfig /all"
 
9
upstream_servers = {}
 
10
upstream_servers["."]="8.8.8.8, 8.8.4.4" # Servers we connect to
 
11
 
 
12
# The IP this program has 
 
13
bind_address="127.0.0.1"
 
14
 
 
15
# The IPs allowed to connect and use the cache
 
16
recursive_acl = "127.0.0.1/16"
 
17
 
 
18
# The file containing a hard-to-guess secret
 
19
random_seed_file = "secret.txt" 
 
20
 
 
21
# This is the file Deadwood uses to read the cache to and from disk
 
22
cache_file = "dw_cache_bin"
 
23
 
 
24
# This is a list of IPs that, if we get them in a DNS reply, we convert
 
25
# the reply in to a "not there" answer
 
26
#ip_blacklist = "10.222.33.44, 10.222.3.55"
 
27