Skip to content

knot-resolver: fix binding to interfaces

Jan Pavlinec requested to merge hotfix/knot-resolver-interface into master

This PR tries to fix #196 (closed)

It introduces new behavior in case there is no interface set in /etc/config/resolver. It will try to bind to available IP addresses (with exception of IPv6 link-local address) Also, it now use net.listen function instead of -a parameter.

@vcunat Could you please share your opinion about this approach or how it could be done better?

Edited by Vojtech Myslivec

Merge request reports