Script to keep bind zones and records synced with NicTool.
- NicToolServerAPI
- DNS::ZoneParse (perl)
- Unix::PID (perl)
- cd /usr/src
- git clone https://github.com/ShaunR/bind2nictool.git
- Go to https://github.com/msimerson/NicTool and download the latest release
- tar zxvf NicTool-x.xx.tar.gz
- tar zxvf client/NicToolClient-x.xx.tar.gz
- cd NicToolClient-x.xx
- perl bin/install_deps.pl
- perl Makefile.PL
- make && make install
- cd /usr/src/bind2nictool
- cpan -i DNS::ZoneParse
- cpan -i Unix::PID
- edit bind2nictool.conf with your info
- perl bind2nictool.pl --configfile=bind2nictool.conf
Shaun Reitan (shaun.reitan@ndchost.com)