AyumuUeha | 76a01bc | 2017-05-18 13:34:13 +0900 | [diff] [blame] | 1 | ; $Id: totd.conf.sample,v 1.9 2003/09/17 15:56:20 dillema Exp $ |
| 2 | ; Totd sample configuration file |
| 3 | ; you can have multiple forwarders, totd will always prefer |
| 4 | ; forwarders listed early and only use forwarders listed later |
| 5 | ; if the first ones are unresponsive. |
| 6 | forwarder 8.8.8.8 |
| 7 | ; forwarder 172.30.10.3 |
| 8 | ; forwarder 192.168.0.1 port 5000 |
| 9 | ; forwarder 3ffe:ffff:fff:f::1234:1234 port 53 |
| 10 | ; you can have multiple prefixes or even no prefixes at all |
| 11 | ; totd uses them in round-robin fashion |
| 12 | ; prefix 2001:468:181:f1ff:: |
| 13 | prefix 2000:ffff:: |
| 14 | ; prefix 2001:468:181:f100:: |
| 15 | ; the port totd listens on for incoming requests |
| 16 | port 53 |
| 17 | ; the pidfile to use (default: /var/run/totd.pid) |
| 18 | ; pidfile /var/run/totd5005.pid |
| 19 | ; interfaces totd listens on (UDP only for now and not on Linux) |
| 20 | ; If left out totd will only open wildcard sockets. |
| 21 | ; interfaces lo0 ep0 ex0 an0 |
| 22 | ; 6to4 reverse lookup |
| 23 | ; stf |
| 24 | |