mirror of
https://github.com/Snawoot/windscribe-proxy.git
synced 2026-04-13 12:06:11 +00:00
initial prep for client state persistence
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -16,3 +16,4 @@
|
||||
bin/
|
||||
*.snap
|
||||
windscribe-proxy
|
||||
wndstate.json
|
||||
|
||||
@@ -75,7 +75,7 @@ type WndClient struct {
|
||||
Status int
|
||||
UserID string
|
||||
SessionAuthHash string
|
||||
Mux sync.Mutex
|
||||
Mux sync.Mutex `json:"-"`
|
||||
ProxyUsername string
|
||||
ProxyPassword string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user