Merge branch 'staging' into feature/access-log-middleware

This commit is contained in:
Cohee
2025-02-22 13:49:36 +02:00
8 changed files with 61 additions and 29 deletions

View File

@ -244,7 +244,6 @@ const cliArguments = yargs(hideBin(process.argv))
describe: 'Request proxy URL (HTTP or SOCKS protocols)',
}).option('requestProxyBypass', {
type: 'array',
default: null,
describe: 'Request proxy bypass list (space separated list of hosts)',
}).parseSync();