mirror of
https://codeberg.org/lauralani/ipam.git
synced 2024-11-23 20:20:39 +01:00
A cli based IPAM written in Go with PowerDNS support, Mirror of https://codeberg.org/lauralani/ipam
cmd | ||
test | ||
.gitignore | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
Makefile | ||
README.md |
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.