Files
nixpkgs/pkgs/by-name/su/subfinder/disable-update-check.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
562 B
Diff
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
--- a/pkg/runner/options.go
+++ b/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",