File: default

package info (click to toggle)
dnsmasq 2.35-1%2Betch4
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,292 kB
  • ctags: 833
  • sloc: ansic: 10,148; perl: 643; sh: 420; makefile: 108
file content (17 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#    NOTE:
#
# From version 1.10, dnsmasq itself reads a 
# config file at /etc/dnsmasq.conf so you may
# want to set options there rather than here.
#
# This file now has only two  functions, 
# to set DOMAIN_SUFFIX by running `dnsdomainname` 
# and to select an alternative config file
# by setting DNSMASQ_OPTS to --conf-file=<file>
#
# For upgraders, all the shell variables set here in previous versions
# are still honored by the init script so if you just keep your old
# version of this file nothing will break.

#DOMAIN_SUFFIX=`dnsdomainname`
#DNSMASQ_OPTS="--conf-file=/etc/dnsmasq.alt"