added proxy-intercept-errors config option
This commit is contained in:
parent
e47014874f
commit
bfe74747c0
1 changed files with 1 additions and 0 deletions
|
@ -901,6 +901,7 @@ func NewDefault() Configuration {
|
|||
SSLRedirect: true,
|
||||
CustomHTTPErrors: []int{},
|
||||
DenylistSourceRange: []string{},
|
||||
ProxyInterceptErrors: true,
|
||||
WhitelistSourceRange: []string{},
|
||||
SkipAccessLogURLs: []string{},
|
||||
LimitRate: 0,
|
||||
|
|
Loading…
Reference in a new issue