Initial commit.

This commit is contained in:
2015-11-06 00:41:56 +01:00
commit 72d76f6029
5 changed files with 513 additions and 0 deletions

2
dnsupdate.cron Normal file
View File

@@ -0,0 +1,2 @@
# Run dnsupdate every 2 minutes
*/2 * * * * root /usr/bin/dnsupdate > /dev/null 2>&1 || :