Hey Simon -
Would it be a big project, or one that interests you, to add the
functionality to interface DNSMasq with a script or (more interestingly) a
named pipe, so it could dynamically retrieve DNS records... a named pipe
could have a script on the other side that could do rewriting, SQLite or
On 28/03/2012 13:59, Simon Kelley wrote:
Linux has a sockopt, SO_BINDTODEVICE which does this job admirably,
but isn't portable.
How interesting... I wanted to do exactly this on just linux for a
project I'm working on - I didn't realise that this option existed!
Cool! Thanks!
(Now I just
On 28/03/12 12:23, Ed W wrote:
On 27/03/2012 21:49, Simon Kelley wrote:
On 27/03/12 15:18, Simon wrote:
The strange packets have source address 0.0.0.0 and/or destination
address 255.255.255.255. When an socket is bound to a particular
address, it may not receive these packets. Some kernels w
On 27/03/2012 21:49, Simon Kelley wrote:
On 27/03/12 15:18, Simon wrote:
The strange packets have source address 0.0.0.0 and/or destination
address 255.255.255.255. When an socket is bound to a particular
address, it may not receive these packets. Some kernels work fine,
but it's really moving