Updates

The script has been added to the repository, see install.sh in the rootfolder.

Install Script

The current installation procedure for iDNS isn't very straight-forward. Personally it took me quite some time to figure out how to get everything running properly.

To eliminate the ISMROOT and CGIBIN directories would be of value, this would obviously require some code to identify where those two directories are located, as discussed with Gary.

Right now I've written a bash script which I use to build iDNS, the script takes ARGV or predefined variables in the file itself. The script also locates the default directory for cgi-bin in FreeBSD, Fedora and Ubuntu (Probably more distros as well). It also identifies where the script is executed from and sets ISMROOT based out of that, this script should be located in the iDNS folder to execute correctly.

Back