Re: dns64 patch for unbound

2011-05-18 Thread Stuart Henderson
: "dns64 validator iterator" > | dns64-prefix: 64:ff9b::0/96 > | > | $ dig +short @::1 www.openbsd.org > | 64:ff9b::8ef4:c2a > | > | OK? > | > | If anyone is reading this from outside OpenBSD and not interested in > | the ports bits but just w

Re: dns64 patch for unbound

2011-05-18 Thread Todd T. Fries
| 64:ff9b::8ef4:c2a | | OK? | | If anyone is reading this from outside OpenBSD and not interested in | the ports bits but just wanting an updated dns64 patch for unbound 1.4.9, | it's at http://spacehopper.org/mirrors/unbound-1.4.9-dns64.patch.gz I like this a lot. Though I question, if

Re: dns64 patch for unbound

2011-05-14 Thread Stuart Henderson
or. $ grep dns64 /var/unbound/etc/unbound.conf module-config: "dns64 validator iterator" dns64-prefix: 64:ff9b::0/96 $ dig +short @::1 www.openbsd.org 64:ff9b::8ef4:c2a OK? If anyone is reading this from outside OpenBSD and not interested

Re: dns64 patch for unbound

2011-05-14 Thread Stuart Henderson
actually... just noticed a few problems with the modified sample config, I'll send another one with a modified patchset soon.

Re: dns64 patch for unbound

2011-05-14 Thread Stuart Henderson
On 2011-05-13, Ryan McBride wrote: > This is the patch from http://ecdysis.viagenie.ca/, updated for > unbound-1.4.9. Needed for nat64 in pf being tested now, but also useful > if you're running nat64 on another box. I'd prefer to download the patchset rather than include it in filesdir: Index:

dns64 patch for unbound

2011-05-13 Thread Ryan McBride
This is the patch from http://ecdysis.viagenie.ca/, updated for unbound-1.4.9. Needed for nat64 in pf being tested now, but also useful if you're running nat64 on another box. ok? Index: Makefile === RCS file: /cvs/ports/net/unbound/