Visual subnet calculator
Go to file
2024-11-23 01:21:54 -06:00
img initial import of visual subnet calculator 2017-09-20 16:49:00 +01:00
docker-compose.yml updated docker-compose.yml 2024-11-23 01:21:54 -06:00
Dockerfile adding index.php to redirect to subnets.html 2018-09-21 09:14:17 -07:00
gennum.php initial import of visual subnet calculator 2017-09-20 16:49:00 +01:00
index.php adding index.php to redirect to subnets.html 2018-09-21 09:14:17 -07:00
LICENSE.md add license 2019-07-18 11:17:13 +02:00
README.md updating readme and fixing docker file copys 2018-09-21 09:11:34 -07:00
subnets.html updated to new version of subnets.html with comments support 2024-11-23 01:20:57 -06: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