initial prep for client state persistence

This commit is contained in:
Vladislav Yarmak
2021-06-24 16:56:55 +03:00
parent 91bebb0bf1
commit 30da1d620e
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -16,3 +16,4 @@
bin/
*.snap
windscribe-proxy
wndstate.json

View File

@@ -75,7 +75,7 @@ type WndClient struct {
Status int
UserID string
SessionAuthHash string
Mux sync.Mutex
Mux sync.Mutex `json:"-"`
ProxyUsername string
ProxyPassword string
}