* Anand Buddhdev: > I don't know of any existing multiplexer. However, you may want to look > at the libnetfilter_queue module for Linux, which allows one to pass > packets to a user-space application (perl with Net::DNS for example) for > inspection, and return a result to the kernel to let it decide what to > do with the packet.
There's a string matching module for netfilter, which could be used to implement RD-based dispatch (at least for UDP). I'm not sure if this is a good idea, though. -- Florian Weimer <[email protected]> BFK edv-consulting GmbH http://www.bfk.de/ Kriegsstraße 100 tel: +49-721-96201-1 D-76133 Karlsruhe fax: +49-721-96201-99 _______________________________________________ Unbound-users mailing list [email protected] http://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users
