[dns-operations] anybody from Double Click DNS reading this?
    Jaap Akkerhuis 
    jaap at NLnetLabs.nl
       
    Thu Feb 12 08:27:31 UTC 2009
    
    
  
I have used this as well but note:
    
    	The following makes a pretty useful named.conf for testing purposes.
    	Adjust as needed.  I use something similar all the time.
    
    	named -g -c named.conf
    
    	controls { /* empty */ };
    	options {
    		pid-file "none";
    		listen-on port 5353 { 127.0.0.1; };
    	};
that the port 5353 is used by mDNS, so you might actually want to use a
different one.
	jaap
    
    
More information about the dns-operations
mailing list