diff --git a/cmd/serve.go b/cmd/serve.go index 3a14e3f..0b4e632 100644 --- a/cmd/serve.go +++ b/cmd/serve.go @@ -26,6 +26,8 @@ func serve(cmd *cobra.Command, args []string) { Timeout: time.Second * time.Duration(config.App.Timeout), LeavePageOpen: config.App.IsLeaveHead, CaptchaSolverApiKey: config.Config2Capcha.ApiKey, + ProxyURL: config.App.ProxyURL, + Insecure: config.App.Insecure, } if config.App.IsDebug {