You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an VPN on my Windows machine, the lib returns the mac address of the VPN, not the mac of the default adapter. so do we need to loop in reverse order to get the mac of default adapter? or how can we get the en0 address?
The text was updated successfully, but these errors were encountered:
you should be able to fetch the right adapter using get_mac_address_by_name if you have a consistent name for the network adapter. if/when #42 gets merged, that will be another option as well.
I have an VPN on my Windows machine, the lib returns the mac address of the VPN, not the mac of the default adapter. so do we need to loop in reverse order to get the mac of default adapter? or how can we get the en0 address?
The text was updated successfully, but these errors were encountered: