diff options
author | kris <kris@FreeBSD.org> | 2000-11-17 23:08:15 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-11-17 23:08:15 +0000 |
commit | 82b104701706b34794445f6b7906b6fa3cd0b220 (patch) | |
tree | b18718bac2ac0390ed458c64c9fb24ebec899c4b /dns/totd/files | |
parent | 4bf8d2e043184a41939b16282db6737abaab5b96 (diff) | |
download | FreeBSD-ports-82b104701706b34794445f6b7906b6fa3cd0b220.zip FreeBSD-ports-82b104701706b34794445f6b7906b6fa3cd0b220.tar.gz |
totd 1.1p4 is a DNS proxy that supports IPv6 <==> IPv4 record translation
Obtained from: OpenBSD
Diffstat (limited to 'dns/totd/files')
-rw-r--r-- | dns/totd/files/patch-aa | 14 | ||||
-rw-r--r-- | dns/totd/files/totd.conf.sample | 6 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dns/totd/files/patch-aa b/dns/totd/files/patch-aa new file mode 100644 index 0000000..2a3cb92 --- /dev/null +++ b/dns/totd/files/patch-aa @@ -0,0 +1,14 @@ +--- config.h.in- Sun Apr 23 22:17:36 2000 ++++ config.h.in Sun Apr 23 22:17:45 2000 +@@ -33,9 +33,9 @@ + + /* security aware -- seteuid if tot doesn't need priveledge. */ + /* the user/group name to use ... i recommend to make account of tot */ +-#define TOT_USER "tot" ++/*#define TOT_USER "tot"*/ + /* define loglevel if you need log for each root priv action */ +-#define TOT_USER_LOGLVL LOG_INFO ++/*#define TOT_USER_LOGLVL LOG_INFO*/ + + /* if you use IPV6 */ + /*#define USE_INET6*/ diff --git a/dns/totd/files/totd.conf.sample b/dns/totd/files/totd.conf.sample new file mode 100644 index 0000000..bec4e9f --- /dev/null +++ b/dns/totd/files/totd.conf.sample @@ -0,0 +1,6 @@ +; $NetBSD: totd.conf.sample,v 1.1.1.1 1999/11/22 21:04:01 itojun Exp $ +; Totd sample configuration file +forwarder 192.168.0.1 port 5000 +forwarder 3ffe:2a00:100:3001::2 port 53 +prefix 3ffe:abcd:1234:9876:: +retry 300 |