https://github.com/selectel/kea-hook-remote_options
kea hook repo for selectel publishing
https://github.com/selectel/kea-hook-remote_options
Last synced: 7 months ago
JSON representation
kea hook repo for selectel publishing
- Host: GitHub
- URL: https://github.com/selectel/kea-hook-remote_options
- Owner: selectel
- License: mit
- Created: 2021-11-05T16:12:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T17:58:17.000Z (over 4 years ago)
- Last Synced: 2024-12-26T17:13:15.766Z (over 1 year ago)
- Language: C++
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kea Hook Curl Options
A Kea DHCP hook to support external http requests. Responce from a web server
should be json list like
```
{
224: "some string",
225: "other string"
}
```
Only strings are now supported. Json keys are used as coresponding option numbers
that will be used to create/redefine options by DHCP server answer inside dhcp packet.