···11----
22-'lan-network': patch
33----
44-55-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
···11# lan-network
2233+## 0.1.5
44+55+### Patch Changes
66+77+- 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
88+ Submitted by [@kitten](https://github.com/kitten) (See [#7](https://github.com/kitten/lan-network/pull/7))
99+310## 0.1.3
411512### Patch Changes
+1-1
package.json
···11{
22 "name": "lan-network",
33- "version": "0.1.4",
33+ "version": "0.1.5",
44 "description": "Best-effort discovery of the machine's default gateway and local network IP exclusively with UDP sockets.",
55 "author": "Phil Pluckthun <phil@kitten.sh>",
66 "source": "./src/index.ts",