Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prodyna/subnets

Visual subnet calculator
https://github.com/prodyna/subnets

Last synced: about 1 month ago
JSON representation

Visual subnet calculator

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
```