Correct web-skip value to match behavior of checkip.dyndns.com

wip/yesman
Thomas Bereknyei 11 years ago
parent 2331185794
commit 6129be5a7a
  1. 2
      nixos/modules/services/networking/ddclient.nix

@ -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 = "";
};

Loading…
Cancel
Save