An open API service indexing awesome lists of open source software.

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

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.