summaryrefslogtreecommitdiff
path: root/internal/config
diff options
context:
space:
mode:
Diffstat (limited to 'internal/config')
-rw-r--r--internal/config/server.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/internal/config/server.go b/internal/config/server.go
index aa1a02e..bc2f40a 100644
--- a/internal/config/server.go
+++ b/internal/config/server.go
@@ -19,10 +19,11 @@ type Scheduled struct {
Enable bool
Files string
Query string
- Outfile string
- Discovery string `json:",omitempty"`
- Servers string
+ Outfile string `json:",omitempty"`
+ Discovery string `json:",omitempty"`
+ Servers []string `json:",omitempty"`
TimeRange [2]int
+ AllowFrom []string `json:",omitempty"`
}
// ServerConfig represents the server configuration.