mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 02:42:33 -05:00
forward to the view's configured destination port, which may not be 53
This commit is contained in:
parent
0a36a0dd9a
commit
31dfecfa8f
1 changed files with 1 additions and 1 deletions
|
|
@ -508,7 +508,7 @@ configure_view(dns_view_t *view, dns_c_ctx_t *cctx, dns_c_view_t *cview,
|
|||
goto cleanup;
|
||||
}
|
||||
*sa = forwarders->ips[i];
|
||||
isc_sockaddr_setport(sa, 53);
|
||||
isc_sockaddr_setport(sa, port);
|
||||
ISC_LINK_INIT(sa, link);
|
||||
ISC_LIST_APPEND(addresses, sa, link);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue