- Merge #90 from vcunat: fix build with nettle-3.5.
- Merge 1.9.4 release with fix for vulnerability CVE-2019-16866.
- Continue with development of 1.9.5.
+ - Merge #86 from psquarejho: Added -b source address option to
+ smallapp/unbound-anchor.c.
26 September 2019: Wouter
- Merge #87 from hardfalcon: Fix contrib/unbound.service.in,
/* lookup A, AAAA for the urlname (or parse urlname if IP address) */
ip_list = resolve_name(urlname, port, res_conf, root_hints, debugconf,
srcaddr, ip4only, ip6only);
-
- if(srcaddr && !(src = parse_ip_addr(srcaddr, 0))) {
- if(verb) printf("cannot parse source address: %s\n", srcaddr);
- exit(0);
- }
+ if(srcaddr && !(src = parse_ip_addr(srcaddr, 0))) {
+ if(verb) printf("cannot parse source address: %s\n", srcaddr);
+ exit(0);
+ }
#ifdef USE_WINSOCK
if(1) { /* libunbound finished, startup WSA for the https connection */