This program let you edit dynamic dns zones like standard zones. Here is the process used when you call this program: - ddnsedit query the server for the specified zone - ddnsedit run $EDITOR on a copy of the zone - you make your changes on the zone, then save and quit the editor like on a standard zone - ddnsedit presents you a summary of your changes and ask you to confirm your update - on confirm, it runs the needed nsupdate commands to update the zone It is released under the GNU GPL (see copyright for more details). Requirements: ------------ You need to have the following programs installed along with a dns server with a zone configured for dynamic updates and that allows the computer where you run ddnsedit to do the update and to transfer the zone. - bash - mktemp - nsupdate - dig - diff - cat Installation: ------------ Put ddnsedit in your PATH (/usr/local/bin for example). Usage: ----- Just run "ddnsedit" without options to get help.