summaryrefslogtreecommitdiff
path: root/src/state.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-04-21 14:39:49 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-04-21 14:39:49 +0200
commitf794ea95eb49a4f92ddd16307d70f6cad0f6a768 (patch)
tree5eb56dcda154375eedc2478055cfe07d0b4b7686 /src/state.go
parent7c284019f1e48ddd37b0f047b50564f069caf379 (diff)
Discovery: Rollback preventions and hourly updates for servers
Diffstat (limited to 'src/state.go')
-rw-r--r--src/state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.go b/src/state.go
index 121ef6d..52a4861 100644
--- a/src/state.go
+++ b/src/state.go
@@ -15,7 +15,7 @@ type VPNState struct {
Server Server `json:"server"`
// The list of servers and organizations from disco
- DiscoList DiscoList `json:"disco"`
+ DiscoList DiscoLists `json:"-"`
// The file we keep open for logging
LogFile FileLogger `json:"-"`