Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 326 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 326 Bytes

simpleipam

This is a simple IP Address Manager, which is built with django and django_rest_framework.
It provides the following functions:

  1. WEB UI/REST API for network pool allocation;
  2. WEB UI/REST API for IP address allocation/deletion;
  3. Search function with regex for description or IP address.