8 Commits

Author SHA1 Message Date
Christoph Schulz
7d751c45f2 Add LOG to config, clean up some documentation. 2016-08-08 09:37:08 +02:00
ea6830ed92 config file checks and sample config
Changed the way the existence of config files is checked. It may be a
bit slower than before when there are many config files but maybe it
avoids other trouble.
Updated the sample config.
2015-07-22 21:50:01 +02:00
a3562b4356 Merge pull request #3 from vdecine/patch-1
Use single quotes to allow all characters in password
2015-01-12 18:38:37 +01:00
ba24522d07 Merge pull request #5 from Brinkyeti/master
added support for mx records and some sort of silent ouput/logs
2015-01-12 18:38:09 +01:00
OranJuiceJohnes
e9046338cd WAN IP provider
WAN IP provider changed from hhtp to https.
2015-01-12 14:02:45 +01:00
Stefan Bader
10127f462e added support for mx records:
set MX=YES in your .config file if the DOMAIN specified in
	the .config file is actually an mx record.
	currently only supported when using nslookup and not drill.

added SILENT mode:
	if SILENT is set to NO the output and the logmessages
	remain the same.

	if SILENT is set to something else than NO or not set then
	neither will there be an output nor a log message as long
	as the ip-address doesn't change
2014-12-26 00:28:50 +01:00
vdecine
927e777e04 Use single quotes to allow all characters in password
Several characters e.g. $ are not correctly escaped using double quotes.
2014-03-08 14:54:03 +01:00
da10330885 Added IPv6 suppport and config files 2014-02-22 09:44:38 +01:00