Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#1927 closed enhancement (fixed)

IPv6 support in DNS SRV resolution

Reported by: nanang Owned by: bennylp
Priority: normal Milestone: release-2.5.5
Component: pjlib-util Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description (last modified by nanang)

This is a continuation of #419.

Backward compatibility break

Field server of pj_dns_srv_record is now using type pj_dns_addr_record which supports both DNS A and DNS AAAA records, previously it was using type pj_dns_a_record which supports DNS A record only.

Change History (4)

comment:1 Changed 8 years ago by riza

  • Milestone changed from release-2.x to release 2.5.5

comment:2 Changed 8 years ago by riza

  • Milestone changed from release 2.5.5 to release-2.5.5

comment:3 Changed 8 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed

In 5349:

Close #1927: IPv6 support in DNS SRV:

  • support DNS A and AAAA resolution for each target in DNS SRV record
  • support fallback to DNS A and DNS AAAA resolution when DNS SRV record is not available
  • support IPv6 nameservers.

comment:4 Changed 8 years ago by nanang

  • Description modified (diff)
Note: See TracTickets for help on using tickets.