#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 , 12 years ago
Milestone: | → 1.3 |
---|---|
Owner: | changed from | to
sensitive: | → 0 |
Status: | new → assigned |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
IPv6 support for domain names was implemented in 4972/nginx.