address property

String address
final

Endpoint address.

Dial/bind APIs may accept IPs, MagicDNS names, or an empty bind address depending on context. Observed connection endpoints returned by the runtime are literal tailnet addresses whenever the backend can resolve them.

Implementation

final String address;