diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-09-06 12:53:56 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-09-06 12:53:56 +0200 |
| commit | 0d00fec9154bfd3f4dffb3d017d7c3eb795e4332 (patch) | |
| tree | b28faa882644408b0fc5faed4f9fb259cb4dd49b /state.go | |
| parent | b9d680d1450448cacefd1ff4277c1a6ad875df8c (diff) | |
State + Discovery: Save the discovery data in the config JSON
Diffstat (limited to 'state.go')
| -rw-r--r-- | state.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ type VPNState struct { Servers server.Servers `json:"servers"` // The list of servers and organizations from disco - Discovery discovery.Discovery `json:"-"` + Discovery discovery.Discovery `json:"discovery"` // The fsm FSM fsm.FSM `json:"-"` |
