Initial commit.
[manu/ddnsedit.git] / README
1 This program let you edit dynamic dns zones like standard zones. Here is the
2 process used when you call this program:
3
4 - ddnsedit query the server for the specified zone
5 - ddnsedit run $EDITOR on a copy of the zone
6 - you make your changes on the zone, then save and quit the editor like on a
7   standard zone
8 - ddnsedit presents you a summary of your changes and ask you to confirm your
9   update
10 - on confirm, it runs the needed nsupdate commands to update the zone
11
12 It is released under the GNU GPL (see copyright for more details).
13
14 Requirements:
15 ------------
16 You need to have the following programs installed along with a dns server with
17 a zone configured for dynamic updates and that allows the computer where you
18 run ddnsedit to do the update and to transfer the zone.
19
20 - bash
21 - mktemp
22 - nsupdate
23 - dig
24 - diff
25 - cat
26
27 Installation:
28 ------------
29
30 Put ddnsedit in your PATH (/usr/local/bin for example).
31
32 Usage:
33 -----
34
35 Just run "ddnsedit" without options to get help.
36