Opened 12 years ago

Closed 11 years ago

Last modified 11 years ago

#186 closed defect (fixed)

listen directive should use AAAA record

Reported by: Roman Odaisky Owned by: Ruslan Ermilov
Priority: minor Milestone: 1.3
Component: nginx-core Version: 1.2.x
Keywords: IPv6 Cc:
uname -a: N/A
nginx -V: nginx/1.2.1

Description

Given the directive:

listen f.q.d.n;

where f.q.d.n has an AAAA record and no A record, nginx should listen on the corresponding IPv6 interface. A configuration error is reported instead.

Change History (3)

comment:1 by Ruslan Ermilov, 11 years ago

Milestone: 1.3
Owner: changed from somebody to Ruslan Ermilov
sensitive: 0
Status: newassigned

comment:2 by Ruslan Ermilov, 11 years ago

Resolution: fixed
Status: assignedclosed

IPv6 support for domain names was implemented in 4972/nginx.

comment:3 by Ruslan Ermilov, 11 years ago

In 4972/nginx:

(The changeset message doesn't reference this ticket)

Note: See TracTickets for help on using tickets.