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

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#19)

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

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
c638bb4b 8504d8bb

+8 -6
-5
.changeset/long-berries-clean.md
··· 1 - --- 2 - 'lan-network': minor 3 - --- 4 - 5 - Add `noProbe` and `noDhcp` options
+7
CHANGELOG.md
··· 1 1 # lan-network 2 2 3 + ## 0.2.0 4 + 5 + ### Minor Changes 6 + 7 + - Add `noProbe` and `noDhcp` options 8 + Submitted by [@kitten](https://github.com/kitten) (See [#18](https://github.com/kitten/lan-network/pull/18)) 9 + 3 10 ## 0.1.8 4 11 5 12 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "lan-network", 3 - "version": "0.1.8", 3 + "version": "0.2.0", 4 4 "description": "Best-effort discovery of the machine's default gateway and local network IP exclusively with UDP sockets.", 5 5 "author": "Phil Pluckthun <phil@kitten.sh>", 6 6 "source": "./src/index.ts",