Merge pull request #1362 from tomberek/ddclient_correction
Correct web-skip value to match behavior of checkip.dyndns.com
This commit is contained in:
commit
654627fe4c
|
@ -86,7 +86,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
web = mkOption {
|
web = mkOption {
|
||||||
default = "web, web=checkip.dyndns.com/, web-skip='IP Address'" ;
|
default = "web, web=checkip.dyndns.com/, web-skip='Current IP Address: '" ;
|
||||||
description = "";
|
description = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue