local-ip-address icon indicating copy to clipboard operation
local-ip-address copied to clipboard

Retrieve system's local IP address and Network Interfaces/Adapters on FreeBSD, Linux, macOS and Windows

Results 14 local-ip-address issues
Sort by recently updated
recently updated
newest added

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.0.0 - Switch to node20 What's Changed Upgrade from node16 to node20 by @​Nishnha in dependabot/fetch-metadata#443 👈 this...

dependencies
github_actions

According to documentation, ```local_ip()``` function retrieves the local IPv4 address (and ```local_ipv6()``` retrieves the local IPv6 address), but why inside return type is general ```IpAddr``` enum instead of ```Ipv4Addr``` and...

This may be a feature already, I just couldn't find anything in the docs. Is there anyway to get the netmask of the ip? I am currently using this for...

This should address the issue of iOS devices providing an incorrect IP address. I've read online, that this approach might not always work, because it is technically not guaranteed, that...

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

dependencies
github_actions

Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version. Release notes Sourced from windows-sys's releases. 0.52.0 This release includes updates to all crates. This includes the first update to...

dependencies
rust

System : **macOS** ``` error[E0433]: failed to resolve: use of undeclared crate or module `env` --> /Users/swithun/.cargo/registry/src/github.com-1ecc6299db9ec823/local-ip-address-0.5.1/src/lib.rs:179:41 | 179 | Err(Error::PlatformNotSupported(env::consts::OS.to_string())) | ^^^ use of undeclared crate or module `env`...

Compiling local-ip-address v0.5.2 error[E0599]: no variant or associated item named `LookupTable` found for enum `RtmF` in the current scope --> /root/.cargo/registry/src/github.com-1285ae84e5963aae/local-ip-address-0.5.2/src/linux.rs:39:43 | 39 | rtm_flags: RtmFFlags::new(&[RtmF::LookupTable]), | ^^^^^^^^^^^ variant or...

It may occur that multiple local IP addresses are present, however as of #95 (at least for the BSD implementation), this library will find the _first_ non-loopback local IP. I...

As of today we are using version 5 for `neli` dependency. We must update `neli` to latest (`v6`) or drop it and use `libc` for `linux` as an alternative.

help wanted
good first issue