https://github.com/ananthb/dhcp-121
DHCP Classless Subnet Routes (Option 121) Calculator
https://github.com/ananthb/dhcp-121
dhcp elm elm-ui
Last synced: 5 months ago
JSON representation
DHCP Classless Subnet Routes (Option 121) Calculator
- Host: GitHub
- URL: https://github.com/ananthb/dhcp-121
- Owner: ananthb
- Created: 2024-10-19T13:54:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T08:46:33.000Z (over 1 year ago)
- Last Synced: 2025-04-22T22:51:12.233Z (about 1 year ago)
- Topics: dhcp, elm, elm-ui
- Language: Elm
- Homepage: http://dhcp-121.devhuman.net/
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculate DHCPv4 Option 121 Values
Calculate values for the Classless Static Route Option for
Dynamic Host Configuration Protocol (DHCP) version 4.
## Build
Install [Elm](https://elm-lang.org/).
Run `elm make` to build the project.
```console
$ elm make src/Main.elm --output=public/app.js
Success! Compiled 1 module.
Main ─> public/app.js
```
Serve the `public` directory using a web server.