Mirror: Best-effort discovery of the machine's local network using just Node.js dgram sockets

lan-network#

0.1.7#

Patch Changes#

  • Compare subnet-masked addresses before accepting DHCP discover message Submitted by @hyoban (See #12)

0.1.6#

Patch Changes#

  • ⚠️ Fix probing and fallback methods for Windows Submitted by @kitten (See #9)

0.1.5#

Patch Changes#

  • When matching a probed route, ignore internal interfaces. The probed route will match a VPN (virtual) interface when using it to tunnel all traffic, but is unlikely to be considered the local network by users Submitted by @kitten (See #7)

0.1.3#

Patch Changes#

  • Move vitest to devDependencies Submitted by @kitten (See #5)

0.1.2#

Patch Changes#

  • Add CLI for testing Submitted by @kitten (See #3)

0.1.1#

Patch Changes#

  • Bind to assignment IP for DHCP discovery Submitted by @kitten (See #1)

0.1.0#

Initial Release.