0.6.3
Version 0.6.3 Release Notes
✨ New Features
Add unicast_address_list_with_prefix method
PR: #30
- Introduced a new API method to retrieve unicast IP addresses along with their actual prefix lengths directly from the Windows API
- Leverages
MIB_UNICASTIPADDRESS_TABLEto obtain accurateOnLinkPrefixLengthvalues - Updated the
listadaptersexample to demonstrate the new functionality