https://github.com/ellwould/subnetcalc
A simple subnet calculator written in Go for RFC 1918 10.0.0.0 & 192.168.0.0 IPv4 Addresses
https://github.com/ellwould/subnetcalc
calculator go golang https mit mit-license nginx nginx-proxy rfc-1918 subnet-calculator website
Last synced: 19 days ago
JSON representation
A simple subnet calculator written in Go for RFC 1918 10.0.0.0 & 192.168.0.0 IPv4 Addresses
- Host: GitHub
- URL: https://github.com/ellwould/subnetcalc
- Owner: ellwould
- License: mit
- Created: 2023-11-28T13:52:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-18T02:15:43.000Z (9 months ago)
- Last Synced: 2025-12-17T14:55:26.094Z (3 months ago)
- Topics: calculator, go, golang, https, mit, mit-license, nginx, nginx-proxy, rfc-1918, subnet-calculator, website
- Language: Go
- Homepage: https://subnet.ell.today
- Size: 136 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# subnetcalc
#### A simple subnet calculator written in Go for RFC 1918 10.0.0.0 & 192.168.0.0 IPv4 Addresses
#### Uses Nginx to proxy requests to Go programs
#### Uses TLSv1.3 with ECDSA certificate
#### Easy install with 2 Bash scripts
#### Wrote for GNU/Linux (Ubuntu 23.04)
#### Listens on IPv4 and IPv6
### View subnetcalc on: https://subnet.ell.today
## Install:
#### 1) git clone https://github.com/Ellwould/subnetcalc
#### 2) bash pre-install-cert.sh
#### 3) bash install.sh
>[!NOTE]
>For a list of abbreviations and there meanings used throughout this repository please refer to this [README](https://github.com/Ellwould/information_technology_and_telecommunication_abbreviations)