Skip to content

Commit 3b66b3c

Browse files
obfuscate user from json
1 parent 840b656 commit 3b66b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/prx.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type Proxy struct {
4141
TunnelPort int `json:"tunnelPort"`
4242
TunnelWritePort int `json:"tunnelWritePort"`
4343
Tunnel bool `json:"tunnel"`
44-
User string `json:"user"`
44+
User string `json:"-"`
4545
Pass string `json:"-"`
4646
WritePort int `json:"writePort"`
4747
ReadPort int `json:"readPort"`

0 commit comments

Comments
 (0)