root / branches / refactor_testable / example.conf

Revision 57, 0.6 kB (checked in by docwhat, 3 years ago)

r1067@LC2000: docwhat | 2005-09-20T03:26:07.574958Z
More refactoring
r1068@LC2000: docwhat | 2005-09-20T03:26:58.540450Z
Added class to do daemonizing

  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision
Line 
1# This is an example configuration file for
2# the GerfDynamicHost server
3
4## Server Settings
5[server]
6# Address to listen on
7address: 127.0.0.1
8# Port to listen on
9port: 8888
10# Max children
11max_children: 10
12# Command to do nsupdate with
13nsupdate_path: /usr/bin/nsupdate
14
15# DEFAULTs for hosts
16[DEFAULT]
17# The default MX record. You probably want to end this with a '.'
18mxhost: mail.gerf.org.
19# The default duration of the records in seconds
20ttl: 300
21
22# Example Host
23[name::testhost]
24host: testhost.gerf.net
25key:  thisisatest
26
27# Example Host
28[name::cat]
29host: cat.gerf.net
30key: rat
31ttl: 150
32mxhost: mail.gerf.org.
Note: See TracBrowser for help on using the browser.