📦 Networking Toolbox v1.6.0
🛸 Other Changes
e0b1078- Adds npm start script (node env only) (commit by @Lissy93)b7dd395- Merge pull request #31 from Lissy93/feat/start-script
Adds npm start script (node env only) (commit by @Lissy93)
5813e01- Disable Plausible analytic (PR #30 by @Lissy93)8076df2- Adds tests (commit by @Lissy93)baf980d- Adds codacy config, so that it can shut the fuck up about test duplication (commit by @Lissy93)b7c2652- Merge pull request #32 from Lissy93/feat/disable-hit-count
Disable Plausible analytic (#30)
Fixes #31 (commit by @Lissy93)
92f46e0- Fixes incorrect usable hosts for ipv4 subnet (PR #29 by @Lissy93)1903456- Refactos IPv4 /31,32 fix and improves logic (commit by @Lissy93)e9a3ab7- Resolves failing API contract tests for IPv4 subnet calc class 31 (commit by @Lissy93)fe5919b- Merge pull request #33 from Lissy93/fix/ipv4-subnet-class-31s
Fixes incorrect usable hosts for ipv4 subnet (fixes #29) (commit by @Lissy93)
af90ba9- Fix reactivity issue for CIDR to mask (PR #27 by @Lissy93)25ce370- Updates codacy config (commit by @Lissy93)194ba7a- Removes obsolete debugs (commit by @Lissy93)6fbeb95- Bumps to 1.6.0, for new release (commit by @Lissy93)8ea4470- Merge pull request #34 from Lissy93/fix/cidr-mask-usable-hosts
Fix reactivity issue for CIDR to mask (fixes #27) (commit by @Lissy93)
📥 Installation
Docker:
docker pull lissy93/networking-toolbox:v1.6.0
docker run -d -p 8080:3000 lissy93/networking-toolbox:v1.6.0From Source:
# Download and extract
tar -xzf networking-toolbox-v1.6.0.tar.gz
# Install and run
npm install
npm run build
npm run preview