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

Version Packages (#8)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Changed files
+8 -6
.changeset
-5
.changeset/fair-cows-perform.md
···
-
---
-
'lan-network': patch
-
---
-
-
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.
+7
CHANGELOG.md
···
# lan-network
+
## 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](https://github.com/kitten) (See [#7](https://github.com/kitten/lan-network/pull/7))
+
## 0.1.3
### Patch Changes
+1 -1
package.json
···
{
"name": "lan-network",
-
"version": "0.1.4",
+
"version": "0.1.5",
"description": "Best-effort discovery of the machine's default gateway and local network IP exclusively with UDP sockets.",
"author": "Phil Pluckthun <phil@kitten.sh>",
"source": "./src/index.ts",