File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
15
15
// HostMatchList is used to check if a host or ip is in a list
16
16
type HostMatchList struct {
17
- hosts []string
17
+ hosts []string
18
18
ipNets []* net.IPNet
19
19
}
20
20
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ import (
14
14
var (
15
15
// Webhook settings
16
16
Webhook = struct {
17
- QueueLength int
18
- DeliverTimeout int
19
- SkipTLSVerify bool
20
- AllowedHostList * hostmatcher.HostMatchList
21
- Types []string
22
- PagingNum int
23
- ProxyURL string
24
- ProxyURLFixed * url.URL
25
- ProxyHosts []string
17
+ QueueLength int
18
+ DeliverTimeout int
19
+ SkipTLSVerify bool
20
+ AllowedHostList * hostmatcher.HostMatchList
21
+ Types []string
22
+ PagingNum int
23
+ ProxyURL string
24
+ ProxyURLFixed * url.URL
25
+ ProxyHosts []string
26
26
}{
27
27
QueueLength : 1000 ,
28
28
DeliverTimeout : 5 ,
You can’t perform that action at this time.
0 commit comments