|
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 |
|---|
| 7 | address: 127.0.0.1 |
|---|
| 8 | # Port to listen on |
|---|
| 9 | port: 8888 |
|---|
| 10 | # Max children |
|---|
| 11 | max_children: 10 |
|---|
| 12 | # Command to do nsupdate with |
|---|
| 13 | nsupdate_path: /usr/bin/nsupdate |
|---|
| 14 | |
|---|
| 15 | # DEFAULTs for hosts |
|---|
| 16 | [DEFAULT] |
|---|
| 17 | # The default MX record. You probably want to end this with a '.' |
|---|
| 18 | mxhost: mail.gerf.org. |
|---|
| 19 | # The default duration of the records in seconds |
|---|
| 20 | ttl: 300 |
|---|
| 21 | |
|---|
| 22 | # Example Host |
|---|
| 23 | [name::testhost] |
|---|
| 24 | host: testhost.gerf.net |
|---|
| 25 | key: thisisatest |
|---|
| 26 | |
|---|
| 27 | # Example Host |
|---|
| 28 | [name::cat] |
|---|
| 29 | host: cat.gerf.net |
|---|
| 30 | key: rat |
|---|
| 31 | ttl: 150 |
|---|
| 32 | mxhost: mail.gerf.org. |
|---|