Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
dns [2009/05/25 00:35]
127.0.0.1 external edit
dns [2010/11/05 21:26]
a
Line 29: Line 29:
    apt-get install pdnsd    apt-get install pdnsd
  
-<code |/etc/default/pdnsd>+<code |/etc/default/pdnsd>
 START_DAEMON=yes START_DAEMON=yes
 </code> </code>
  
-<code |h/etc/pdnsd.conf>+<code |/etc/pdnsd.conf> 
 +global { 
 +        perm_cache=2048; 
 +        cache_dir="/var/cache/pdnsd"; 
 +        max_ttl=604800; 
 +        run_as="pdnsd"; 
 +        paranoid=on; 
 +        status_ctl=on; 
 +        server_port=53; 
 +        server_ip="127.0.0.1"; 
 +
 + 
 +# server { 
 +#    label="opendns"; 
 +#    ip = 208.67.220.220,208.67.222.222; 
 +#} 
 server { server {
-    label="opendns"; +        ip="8.8.4.4"; 
-    ip 208.67.220.220,208.67.222.222;+        timeout=60; 
 +        interval=900; 
 +        uptest=none; 
 +        ping_timeout=500; 
 +        purge_cache=off; 
 +        caching=on; 
 +
 + 
 +server { 
 +    label="resolvconf"; 
 +
 +source { 
 +        ttl=86400; 
 +        owner="localhost."; 
 +        serve_aliases=on; 
 +        file="/etc/hosts";
 } }
 </code> </code>
  
-<code |/etc/resolv.conf>+<code |/etc/resolv.conf>
 nameserver 127.0.0.1 nameserver 127.0.0.1
 </code> </code>
 +
 +If your PC gets its nameserver from a DHCP server, you will need to reconfigure dhclient.conf to make 127.0.0.1 your primary domain server.
 +
 +Here is the file you need to edit: ''/etc/dhcp3/dhclient.conf'', uncomment or add the following line ...
 +
 +   prepend domain-name-servers 127.0.0.1;
 +
 +If you got the static ip address, in this case you just need to edit your ''/etc/resov.conf'' file and add the following entries ..
 +
 +   nameserver 127.0.0.1
  
  
Line 76: Line 117:
 [[spam|DNS greylisting]] [[spam|DNS greylisting]]
  
 +[http://pgl.yoyo.org/adservers/]
  
dns.txt · Last modified: 2016/03/07 12:12 by zagi
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready