A cli based IPAM written in Go with PowerDNS support, Mirror of https://codeberg.org/lauralani/ipam
Find a file
2023-03-25 16:51:07 +01:00
cmd bump to 0.2.0, add IPv6 Support 2023-03-25 16:51:07 +01:00
.gitignore ipam is functioning with the basics =) 2023-03-15 16:43:20 +01:00
go.mod add PowerDNS integration 2023-03-23 13:53:46 +01:00
go.sum add PowerDNS integration 2023-03-23 13:53:46 +01:00
LICENSE initial commit 2023-03-10 17:52:20 +01:00
main.go fix whitespace stuff 2023-03-25 15:16:26 +01:00
Makefile update makefile 2023-03-25 15:16:54 +01:00
README.md ipam is functioning with the basics =) 2023-03-15 16:43:20 +01:00

ipam

This project is in development. There is no working version yet!

CLI

 ipam
A cli based ipam.
You can manage subnets, single ip addresses within those, and the corresponding A records.
PowerDNS and IPV6-Support will follow

Usage:
  ipam [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  export      Export current ipam configuration (not implemented)
  help        Help about any command
  import      Import ipam configuration (not implemented)
  ip          manage ip addresses
  subnet      Manage ip subnets

Flags:
  -d, --debug   Enable debug mode. (may print sensitive Information, so please watch out!)
  -h, --help    help for ipam

Use "ipam [command] --help" for more information about a command.