Kevin A. Pieckiel 4cc28b8dd8
Change shift left operator to exponent operator to avoid overflow
Large numbers of hosts (/0 and /1 subnets) are overflowing and showing
as a negative number.  Changing 1<<(32-mask) to 2**(32-mask) causes
JavaScript to calculate the integer properly.
2023-01-06 18:22:45 -05:00
2019-07-18 11:17:13 +02:00

subnets

Visual subnet calculator as seen at http://www.davidc.net/sites/default/subnets/subnets.html

Run with docker

cd <project folder>
docker build . -t subnets
docker run -d -p 5001:80 --name subnets subnets
Description
Visual subnet calculator
Readme 139 KiB
Languages
HTML 96.2%
PHP 3.2%
Dockerfile 0.6%