mirror of
https://github.com/ananthb/dhcp-121.git
synced 2026-09-20 16:26:55 +00:00
DHCP Classless Subnet Routes (Option 121) Calculator
- Elm 85.9%
- HTML 8.2%
- Nix 5.9%
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| public | ||
| src | ||
| .envrc | ||
| .gitignore | ||
| elm.json | ||
| flake.lock | ||
| flake.nix | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| shell.nix | ||
| wrangler.toml | ||
Calculate DHCPv4 Option 121 Values
Calculate values for the Classless Static Route Option for Dynamic Host Configuration Protocol (DHCP) version 4.
Build
Install Elm.
Run elm make to build the project.
$ 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.