Hi,
I was looking at dyndns module to add a custom DNS option. However I ended up almost rewriting the entire thing.
What’s New:
– Custom DNS option
– Templated DynDNS URL for action, allow for easy adding multiple providers
– Removed all provider reference from exec script
– All providers are on one place so is easy to add more
– Removed duplicated information from files
http://jb68.com/pkg/dyndns-ZS-3.6.0-2.1.tar.gz
Should work on all 3.x versions.
TEST
From command line:
cd /DB/opt
tar -xzvf dyndns-3.6.0_2.0-ZS.tar.gz
cd dyndns
cp -rf * /root/kerbynet.cgi/
INSTALL
If everything OK add next lines to Pre Boot scritp in ZS:
# Add DynDNS in UI
cd /DB/opt/dyndns; /bin/cp -rf * /root/kerbynet.cgi/
Please report bugs.