You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add TLS configuration options and functions to options struct
- Add TLS configuration option to `options` struct
- Introduce `WithTLS` function to configure TLS with a minimum version of 1.2
- Introduce `WithSkipTLSVerify` function to allow skipping TLS certificate verification
- Update `NewWorker` function to use TLS configuration from options
Signed-off-by: appleboy <[email protected]>
0 commit comments