Loading pkgs/by-name/su/subfinder/disable-update-check.patch 0 → 100644 +11 −0 Original line number Diff line number Diff line --- a/v2/pkg/runner/options.go +++ b/v2/pkg/runner/options.go @@ -107,7 +107,7 @@ func ParseOptions() *Options { flagSet.CreateGroup("update", "Update", flagSet.CallbackVarP(GetUpdateCallback(), "update", "up", "update subfinder to latest version"), - flagSet.BoolVarP(&options.DisableUpdateCheck, "disable-update-check", "duc", false, "disable automatic subfinder update check"), + flagSet.BoolVarP(&options.DisableUpdateCheck, "disable-update-check", "duc", true, "disable automatic subfinder update check"), ) flagSet.CreateGroup("output", "Output", pkgs/by-name/su/subfinder/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,11 @@ buildGoModule rec { modRoot = "./v2"; patches = [ # Disable automatic version check ./disable-update-check.patch ]; subPackages = [ "cmd/subfinder/" ]; Loading Loading
pkgs/by-name/su/subfinder/disable-update-check.patch 0 → 100644 +11 −0 Original line number Diff line number Diff line --- a/v2/pkg/runner/options.go +++ b/v2/pkg/runner/options.go @@ -107,7 +107,7 @@ func ParseOptions() *Options { flagSet.CreateGroup("update", "Update", flagSet.CallbackVarP(GetUpdateCallback(), "update", "up", "update subfinder to latest version"), - flagSet.BoolVarP(&options.DisableUpdateCheck, "disable-update-check", "duc", false, "disable automatic subfinder update check"), + flagSet.BoolVarP(&options.DisableUpdateCheck, "disable-update-check", "duc", true, "disable automatic subfinder update check"), ) flagSet.CreateGroup("output", "Output",
pkgs/by-name/su/subfinder/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,11 @@ buildGoModule rec { modRoot = "./v2"; patches = [ # Disable automatic version check ./disable-update-check.patch ]; subPackages = [ "cmd/subfinder/" ]; Loading