diff options
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/server.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/config/server.go b/internal/config/server.go index aa1a02e..09eb2c4 100644 --- a/internal/config/server.go +++ b/internal/config/server.go @@ -20,9 +20,10 @@ type Scheduled struct { Files string Query string Outfile string - Discovery string `json:",omitempty"` - Servers string + Discovery string `json:",omitempty"` + Servers []string `json:",omitempty"` TimeRange [2]int + AllowFrom []string `json:",omitempty"` } // ServerConfig represents the server configuration. |
