Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 039193326a3717dc9e9cf30139d249aa > files > 1

dnsproxy-1.15-4mdv2008.1.x86_64.rpm

#
# dnsproxy 1.15 configuration file example
#
# $Id: dnsproxy.conf,v 1.7 2005/05/16 17:31:30 armin Exp $

#
# Authoritative server
# 
authoritative		127.0.0.1
authoritative-port	53001		# It's port. Defaults to 53.
authoritative-timeout	10		# Seconds to wait for answers.

#
# Recursive resolver
#
recursive		127.0.0.1
recursive-port		53002		# It's port. Defaults to 53.
recursive-timeout	90		# Seconds to wait for answers.

#
# Local address and port of dnsproxy
# 
listen 192.168.168.1
port 53000

#
# Security features
#
chroot /var/empty
user nobody

#
# Internal networks (allowed to do recursive queries)
# 
internal 192.168.168.0/24	# Our internal network
internal 192.168.169.0/24	# Friendly neighbours
internal 127.0.0.1