pkgsrc/net/djbdns-run/files
2020-10-16 09:42:01 +00:00
..
axfrdns-tcp
axfrdns.sh For DNS Flag Day 2020, suggest enabling axfrdns along with tinydns. Let 2020-10-16 09:28:14 +00:00
djbdns.sh
dnscache-ip
dnscache.sh
rbldns.sh
README.pkgsrc Remove a stray dot missed in previous. 2020-10-16 09:42:01 +00:00
tinydns.sh

 Getting started
 ===============

Assuming NetBSD-style rc(8), to enable a DNS...

Caching resolver for the local machine:
- Run "echo nameserver 127.0.0.1 > /etc/resolv.conf".
- Set dnscache=YES in /etc/rc.conf.
- Run "@RCD_SCRIPTS_DIR@/dnscache start".

Authoritative name server:
- Set tinydns=YES axfrdns=YES in /etc/rc.conf.
- Create @PKG_SYSCONFDIR@/tinydns/data with suitable contents.
- Run "@RCD_SCRIPTS_DIR@/tinydns start"
  and "@RCD_SCRIPTS_DIR@/axfrdns start".

RBL name server:
- Set rbldns=YES in /etc/rc.conf (and rbldns_ip to a suitable IP address).
- Create @PKG_SYSCONFDIR@/rbldns/data with suitable contents.
- Run "@RCD_SCRIPTS_DIR@/rbldns start".


 Getting help
 ============

You've installed an automated and customized djbdns-run package.
If you're having trouble getting the djbdns daemons to run, ask
the package's maintainer:

<URL:mailto:schmonz-pkgsrc-djbdns@schmonz.com>

If you need to ask for help on the dns list, please mention that
you're using the djbdns-run package from pkgsrc.