1
0
Fork 0
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%
Find a file
Ananth Bhaskararaman 2fe64dd818
add Deploy to Cloudflare button
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 11:11:17 +05:30
public feat: Responsive header 2024-10-24 01:58:23 +05:30
src Fix dhcp 121 calculation 2026-02-08 17:01:04 +05:30
.envrc Fix dhcp 121 calculation 2026-02-08 17:01:04 +05:30
.gitignore move to cf pages 2025-04-27 23:21:12 +05:30
elm.json feat: Calculate router hex value 2024-10-21 21:22:15 +05:30
flake.lock Fix dhcp 121 calculation 2026-02-08 17:01:04 +05:30
flake.nix Fix dhcp 121 calculation 2026-02-08 17:01:04 +05:30
package-lock.json Fixed input focus jank 2025-04-28 02:08:27 +05:30
package.json Fixed input focus jank 2025-04-28 02:08:27 +05:30
README.md add Deploy to Cloudflare button 2026-04-29 11:11:17 +05:30
shell.nix nix devtools 2025-04-27 20:11:24 +05:30
wrangler.toml move to cf pages 2025-04-27 23:21:12 +05:30

Calculate DHCPv4 Option 121 Values

Calculate values for the Classless Static Route Option for Dynamic Host Configuration Protocol (DHCP) version 4.

Deploy to Cloudflare

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.