Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- a/v2/pkg/runner/options.go 2+++ b/v2/pkg/runner/options.go 3@@ -107,7 +107,7 @@ func ParseOptions() *Options { 4 5 flagSet.CreateGroup("update", "Update", 6 flagSet.CallbackVarP(GetUpdateCallback(), "update", "up", "update subfinder to latest version"), 7- flagSet.BoolVarP(&options.DisableUpdateCheck, "disable-update-check", "duc", false, "disable automatic subfinder update check"), 8+ flagSet.BoolVarP(&options.DisableUpdateCheck, "disable-update-check", "duc", true, "disable automatic subfinder update check"), 9 ) 10 11 flagSet.CreateGroup("output", "Output",