mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Set a somewhat arbitrary limit on the number of host aliases we'll return.
This commit is contained in:
@@ -167,6 +167,8 @@ typedef struct {
|
|||||||
#define LWRES_ADDRTYPE_V4 0x00000001U /* ipv4 */
|
#define LWRES_ADDRTYPE_V4 0x00000001U /* ipv4 */
|
||||||
#define LWRES_ADDRTYPE_V6 0x00000002U /* ipv6 */
|
#define LWRES_ADDRTYPE_V6 0x00000002U /* ipv6 */
|
||||||
|
|
||||||
|
#define LWRES_MAX_ALIASES 16 /* max # of aliases */
|
||||||
|
|
||||||
ISC_LANG_BEGINDECLS
|
ISC_LANG_BEGINDECLS
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Reference in New Issue
Block a user