Skip to content

Commit

Permalink
cmd: imp code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Sep 11, 2024
1 parent 9d330d4 commit 82901d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ func parseConfig() (conf *configuration, exitCode int, err error) {
Timeout: timeutil.Duration{Duration: 10 * time.Second},
RatelimitSubnetLenIPv4: 24,
RatelimitSubnetLenIPv6: 56,
HostsFileEnabled: true,
}

err = parseCmdLineOptions(conf)
Expand Down

0 comments on commit 82901d7

Please sign in to comment.