root / trunk / config.example

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

r1095@LC2000: docwhat | 2005-09-22T03:26:05.112720Z
Uh....don't need that
r1096@LC2000: docwhat | 2005-09-22T03:35:10.956584Z
Cleanups

  • 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:  this isn't a test.
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.