diff options
| author | Loyalsoldier <[email protected]> | 2024-08-31 11:03:59 +0800 |
|---|---|---|
| committer | Loyalsoldier <[email protected]> | 2024-08-31 11:03:59 +0800 |
| commit | deff06ac0f59751bb9857bc7d645b756b6133ddf (patch) | |
| tree | 318880aad86a2223ed0cddfbc4f4283929861102 /plugin/plaintext/common_in.go | |
| parent | fca10e64304b331c56dafe307f4eddfb7614fbb2 (diff) | |
Feat: support to specify IP or CIDR in config file for text input format
Diffstat (limited to 'plugin/plaintext/common_in.go')
| -rw-r--r-- | plugin/plaintext/common_in.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/plaintext/common_in.go b/plugin/plaintext/common_in.go index bf678e37..fbaf21ff 100644 --- a/plugin/plaintext/common_in.go +++ b/plugin/plaintext/common_in.go @@ -17,6 +17,7 @@ type textIn struct { Description string Name string URI string + IPOrCIDR []string InputDir string Want map[string]bool OnlyIPType lib.IPType |
