cbuijs/instigator

DNSLib server cannot listen on IPv6 address

Closed this issue · 1 comments

Just doesn't accept IPv6 addresses as listen-address. Only uses AF_INET in socket.

Funny enough, as "client" (in 'send'), it supports IPv6.

Need to study/modify and make it work.

Fixed by copying classes and added support for AF_INET6 based on listening address