Skip to main content

Module resolver

Module resolver 

Source

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.