github Lissy93/networking-toolbox v1.4.0
Networking Toolbox v1.4.0

latest releases: v1.6.0, v1.5.0
29 days ago

📦 Networking Toolbox v1.4.0

✨ New Features

🐛 Bug Fixes

🛸 Other Changes

changed the port in README from 8080 to 3000 (commit by @Lissy93)

  • 2443b15 - Update healthcheck URL to use 0.0.0.0

This fixes the error:

wget: can't connect to remote host: Connection refused (commit by @PrynsTag)

  • 46a7666 - DHCP Option 82 Builder (commit by @Lissy93)

  • 1f333fe - Merge main and fix Docker port mapping

  • Resolved conflict by using correct port mapping (3000:3000)

  • Fixed incoming incorrect port (3000:80) to match Dockerfile

  • Ensured consistency with docker-compose.yml

  • Updated both Option 1 and Option 6 for consistency (commit by @Lissy93)

  • ecd250c - DHCP Option 119 - Domain Search List (commit by @Lissy93)

  • 6bea64b - DHCP Option 121/249 - Classless Static Routes (commit by @Lissy93)

  • 5e953e2 - DHCP Options 150/66/67 (commit by @Lissy93)

  • 820cdf7 - Update healthcheck URL to use 127.0.0.1 (commit by @Lissy93)

  • 3668b2e - Merge pull request #17 from PrynsTag/patch-1

Update healthcheck URL to use 0.0.0.0 (commit by @Lissy93)

  • 212df4d - fix link to dev setup instructions

the relative link wasn't working for me from https://github.com/Lissy93/networking-toolbox?tab=contributing-ov-file , it was trying to send me to a nonexistant top-level README.md (commit by @meonkeys)

Invert the loop to correctly find the smallest CIDR.

Before this change, the loop in findSupernet starts at cidr = 1 and stops at the first CIDR that encompasses all addresses. Since /1 is large enough to cover any IPv4 range, it satisfies the condition (supernetStart ≤ minAddress and supernetEnd ≥ maxAddress) and is incorrectly selected. (commit by @NoOne-dev)

  • 1c799bf - Merge pull request #20 from NoOne-dev/main

Fix/supernet CIDR calculations (commit by @Lissy93)

Fixes #15 #12 (commit by @Lissy93)


📥 Installation

Docker:

docker pull lissy93/networking-toolbox:v1.4.0
docker run -d -p 8080:3000 lissy93/networking-toolbox:v1.4.0

From Source:

# Download and extract
tar -xzf networking-toolbox-v1.4.0.tar.gz

# Install and run
npm install
npm run build
npm run preview

Deploy to Vercel:
Deploy with Vercel

📋 What's Changed

🔗 Links

Don't miss a new networking-toolbox release

NewReleases is sending notifications on new releases.