Describe your issue here.
lnd 0.17.3uname -a on *Nix) ubuntu 20.04btcd, bitcoind, or other backendI run a node that I want accessible via clearnet IPv4, IPv6 and Tor.
I have a domain lightning.foo.com that has both A and AAAA DNS records. When I set this in lnd.conf
externalhosts=lightning.foo.com
The node advertises only IPv4 and Tor (as checked via getinfo)
If a domain resolves to both IPv4 and IPv6 lnd should advertise both protocols
The node favors one of the protocols. I guess this code does the resolve on the first interface https://github.com/lightningnetwork/lnd/blob/613bfc07fb664086e78e8c58c9e1c8785e4656d9/server.go#L1644