File: dnsproxy.conf

package info (click to toggle)
dnsproxy 1.15-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 732 kB
  • ctags: 599
  • sloc: ansic: 4,947; sh: 299; makefile: 139
file content (38 lines) | stat: -rw-r--r-- 731 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
# 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