Go to file
Luis Gerardo Romero Garcia db9ce9c90e
testing/og-dhcp-API/pipeline/head There was a failure building this commit Details
refs #812 adds some unset hash, fix a bug in restore backup, adds in the 200 response the new subnets in the backup restore endpoint. Adds a new schema in nelmio yaml configuration and changes the project name
2024-10-08 16:55:13 +02:00
config refs #812 adds some unset hash, fix a bug in restore backup, adds in the 200 response the new subnets in the backup restore endpoint. Adds a new schema in nelmio yaml configuration and changes the project name 2024-10-08 16:55:13 +02:00
docs refs #157 Adds new ogdhcp api documentation 2024-01-29 14:48:49 +01:00
etc Update apache config 2024-10-01 17:58:34 +02:00
installer refs 2024-10-02 13:01:17 +02:00
src refs #812 adds some unset hash, fix a bug in restore backup, adds in the 200 response the new subnets in the backup restore endpoint. Adds a new schema in nelmio yaml configuration and changes the project name 2024-10-08 16:55:13 +02:00
tests/API-dhcp Test for delete endpoints working 2024-10-03 09:46:33 +02:00
.env refs #152 #153 #156 #157 Deletes innecesaries files 2024-01-29 11:33:28 +01:00
.gitignore Update gitignore 2024-10-03 09:31:51 +02:00
README.md Update README.md 2024-10-01 17:58:34 +02:00
composer.json refs #797 removes schema swagger for errors with nelmio, adds nelmio to composer.json 2024-09-30 10:51:54 +00:00
phpunit.xml.dist #152 First commit ogdhcp 2024-01-23 08:02:23 +01:00

README.md

El proyecto ogdhcp es una API diseñada para gestionar la configuración de Kea DHCP. Kea DHCP es un servidor DHCP de código abierto desarrollado por ISC (Internet Systems Consortium) que ofrece soporte para DHCPv4 y DHCPv6.

La API ogdhcp proporciona una interfaz para interactuar con Kea DHCP, permitiendo a los usuarios y aplicaciones como Opengnsys gestionar la configuración de Kea DHCP de manera remota en lugar de tener que modificar manualmente los archivos de configuración.

Las funciones proporcionadas por la API ogdhcp permiten:

  • Consultar la configuración actual de Kea DHCP.
  • Modificar la configuración de Kea DHCP, como agregar, eliminar o modificar subredes, reservas de IP, opciones de DHCP, etc.