3 distdns - Distribute hostnames between clients
11 The distdns scripts originated as an alternative to established dynamic DNS services.
13 It features basically two scripts: client-side F<client.pl> and server-side F<server.cgi>.
14 The client sends (once configured) personal network/computer/user name data to the server
15 which stores it as JSON if access is granted and data is complete.
17 When F<client.pl> is invoked (preferably by a scheduler, for example: cronjob), it also
18 receives hostnames with according IP addresses which are written to a matching network
19 marker within the hosts file. This allows then to use these hostnames to connect to
24 -d, --debug server debugging
25 -h, --help this help screen
26 -i, --init initialize session data
30 =item * C<-d, --debug>
32 Enable "server debugging" in order to communicate fatal errors back to the client script.
40 Initialize session data prior to using client/server script regularly.
46 Michel Ketterle, Steven Schubiger