tomclegg.net


Diary
Examples
Hire Tom
Mostly Mozart
Patches
School
Scrapbook
Software
    allaboutme
    byteswap
    checksocks
  >djbdns-ipv6<
    dsprec
    fresnel
    fresnel
    logger
    mail-transport-agent
    maildirpop3d
    mp3cat
    qmail-bmf-wildcard
    rawrms
    stationbreak
Telephones




colocation
comments
davidireland
edsgranola
faq
funsites
goodlooking
goodmovies
google-earth-saucy-amd64
houserules
liberating
resume
resume2
scratch
shopping
snacks
todo
university
warisbogus

djbdns-ipv6 patch
Posted April 27, 2003

This patch allows you to use the djbdns IPv6 patches inside an IPv4 jail. For example, you might want to serve AAAA records from a jailed tinydns on an IPv4 interface.

1. Download patch-djbdns-ipv6-jail to /usr/ports/net/djbdns/files:

cd /usr/ports/net/djbdns/files
fetch http://tomclegg.net/software/patch-djbdns-ipv6-jail

2. Add "WITH_IPV6=yes" to /etc/make.conf:

echo WITH_IPV6=yes >>/etc/make.conf

3. Install djbdns:

cd /usr/ports/net/djbdns
make clean
make install