From f794ea95eb49a4f92ddd16307d70f6cad0f6a768 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 21 Apr 2022 14:39:49 +0200 Subject: Discovery: Rollback preventions and hourly updates for servers --- src/state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state.go') 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:"-"` -- cgit v1.2.3