Re: Disabling A records for IPv6?

2012-12-28 Thread Robin Lee Powell
Ah, it's ... a lot worse than I thought; here's the relevant node.js bug: https://github.com/joyent/node/issues/4168 I knew node.js was made by twelve year olds, but even so... Words fail me. -Robin On Sat, Dec 29, 2012 at 12:53:51AM +, Phil Mayers wrote: > [Grumble stupid mobile devices .

Re: Disabling A records for IPv6?

2012-12-28 Thread Robin Lee Powell
Here's the digging my ISP did: [root@dvs-node01 ~]# node > var dns = require('dns') undefined > dns.resolve('github.com', function(e, h) { console.log(JSON.stringify(h)) } ) { oncomplete: [Function: onanswer] } > ["207.97.227.239"] undefined > dns.resolve6('github.com', function(e, h) { console.l

Re: Disabling A records for IPv6?

2012-12-28 Thread Robin Lee Powell
On Fri, Dec 28, 2012 at 07:57:24PM +, Phil Mayers wrote: > Robin Lee Powell wrote: > > > > >So I've got some IPv6-only VMs set up that need to talk to the > >general internet for things like downloading packages. As you > >can imagine, this requ

Disabling A records for IPv6?

2012-12-28 Thread Robin Lee Powell
So I've got some IPv6-only VMs set up that need to talk to the general internet for things like downloading packages. As you can imagine, this requires that they have NAT64 and DNS64, because lots and lots of things are IPv4 only. The problem is that many things do *stupid shit* when given both