Functions§
- resolve
- Resolve an address like “192.168.1.1:443” or “fe80::1%eth0:80” to a hostname.
Returns the reverse DNS name if found within the timeout; otherwise returns
None. Use only for display (CLI/TUI); does not block core types. - resolve_
socket_ addr - Reverse lookup for a
SocketAddr. Time-bounded via a background thread.