Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't include link-local addresses (169.254) in public_ips #1040

Merged
merged 2 commits into from
Sep 26, 2024

Commits on Sep 21, 2024

  1. don't include link-local (169.254) addresses in public_ips

    public_ips is meant to return addresses that might be connectable, which link-local are not
    minrk committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    843fc37 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. consolidate netifaces/psutil into _populate_from_dict

    where dict is like `{"en0": ["1.2.3.4"]}`
    minrk committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    965c25b View commit details
    Browse the repository at this point in the history