Merge pull request #1362 from tomberek/ddclient_correction

Correct web-skip value to match behavior of checkip.dyndns.com
This commit is contained in:
Michael Raskin 2013-12-14 22:51:44 -08:00
commit 654627fe4c

View file

@ -86,7 +86,7 @@ in
};
web = mkOption {
default = "web, web=checkip.dyndns.com/, web-skip='IP Address'" ;
default = "web, web=checkip.dyndns.com/, web-skip='Current IP Address: '" ;
description = "";
};