Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
friendly-bits authored Jan 20, 2024
1 parent 68e6db1 commit 6ac2de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fd16:1234:5678:ab::/64
```

## detect-local-subnets.sh
Detects local area ipv4 and ipv6 subnets, regardless of the device it's running on (router or host). By default, outputs all found local ip addresses and aggregated subnets these addresses belong to.
Detects local area ipv4 and ipv6 subnets, regardless of the device it's running on (router or host). Outputs all found local ip addresses and aggregated subnets these addresses belong to.
Some heuristics are employed which are likely to work on Linux but for other Unixes, testing is recommended.
Tested on Debian-based Linux distributions and on OpenWRT.

Expand All @@ -46,7 +46,7 @@ Options:
`-f <family>`: only check subnets for specified family (`inet` for ipv4 or `inet6` for ipv6)

## detect-local-subnets-AIO.sh
Same as above but as a stand-alone script (does not require aggregate-subnets.sh and trim-subnet.sh). Also works faster but skips printing found ip's (only prints the aggregated subnets).
Same as above but as a stand-alone script (does not require aggregate-subnets.sh and trim-subnet.sh). Works faster but skips printing found ip's (only prints the aggregated subnets).

## Dependencies
- **_grep_**, **_sed_**, **_tr_** and **_sort_**.
Expand Down

0 comments on commit 6ac2de8

Please sign in to comment.