https://github.com/prodyna/subnets
Visual subnet calculator
https://github.com/prodyna/subnets
Last synced: 4 months ago
JSON representation
Visual subnet calculator
- Host: GitHub
- URL: https://github.com/prodyna/subnets
- Owner: PRODYNA
- License: other
- Created: 2023-07-03T20:19:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T08:17:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T06:24:28.902Z (over 1 year ago)
- Language: HTML
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# subnets
Visual subnet calculator as seen at [https://subnets.cnee.prodyna.com/](https://subnets.cnee.prodyna.com/)
# Run with docker
```
cd
docker build . -t subnets
docker run -d -p 5001:80 --name subnets subnets
```