|
Revision 117, 503 bytes
(checked in by paravoid, 5 years ago)
|
|
Add WHOIS server (whoind) to revision control
|
| Line | |
|---|
| 1 | ### WiND - Wireless Nodes Database |
|---|
| 2 | ### whoind configuration file |
|---|
| 3 | |
|---|
| 4 | # Database information |
|---|
| 5 | database.host = localhost |
|---|
| 6 | database.user = user |
|---|
| 7 | database.password = password |
|---|
| 8 | database.db = wind |
|---|
| 9 | database.charset = greek |
|---|
| 10 | |
|---|
| 11 | # Forward zone suffix & NS suffix |
|---|
| 12 | zone.forward = awmn |
|---|
| 13 | zone.ns = ns.awmn |
|---|
| 14 | |
|---|
| 15 | # Requests' header/footer and website (optional) |
|---|
| 16 | #header = Athens Wireless Metropolitan Network WHOIS Server |
|---|
| 17 | #footer = For more information visit http://wind.awmn.net/ |
|---|
| 18 | #website = http://wind.awmn.net/?page=nodes&node=%s |
|---|