Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prodyna/subnets
Visual subnet calculator
https://github.com/prodyna/subnets
Last synced: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T08:17:31.000Z (3 months ago)
- Last Synced: 2024-10-19T10:22:15.648Z (3 months 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
```