From 369c19c657b2fa81bdfd72210af7e85607300e1e Mon Sep 17 00:00:00 2001 From: lauralani Date: Wed, 5 Apr 2023 07:45:06 +0000 Subject: [PATCH] fix whitespace in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bae3732..67dc940 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ So I sat down and started my first Go project and started developing this ipam. - add IPs to those prefixes with `ipam ip add 192.168.0.1 fqdn.example.com` - add the next free IP in a prefix with `ipam ip add 192.168.0.0/24 fqdn2.example.com` - much more (see `ipam (command) --help` for examples) + + If PowerDNS integration is enabled in `$HOME/.ipam/ipam.yml`, forward and reverse DNS records are automatically managed when you add or delete IP addresses with hostnames.