Skip to content

Commit

Permalink
fix(config): disable allow insecure by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Jun 19, 2023
1 parent 8279137 commit c0e7079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export enum UTLSImitate {
export const DEFAULT_LOG_LEVEL = LogLevel.info
export const DEFAULT_TPROXY_PORT = 12345
export const DEFAULT_TPROXY_PORT_PROTECT = true
export const DEFAULT_ALLOW_INSECURE = true
export const DEFAULT_ALLOW_INSECURE = false
export const DEFAULT_CHECK_INTERVAL_SECONDS = 30
export const DEFAULT_CHECK_TOLERANCE_MS = 0
export const DEFAULT_SNIFFING_TIMEOUT_MS = 100
Expand Down

0 comments on commit c0e7079

Please sign in to comment.