mirror of https://github.com/XTLS/Xray-core
Fix missing
parent
aec040af86
commit
b79664712d
|
@ -53,8 +53,8 @@ type HTTPRemoteConfig struct {
|
|||
type HTTPClientConfig struct {
|
||||
Address *Address `json:"address"`
|
||||
Port uint16 `json:"port"`
|
||||
Username string `json:user`
|
||||
Password string `json:pass`
|
||||
Username string `json:"user"`
|
||||
Password string `json:"pass"`
|
||||
Level uint32 `json:"level"`
|
||||
Email string `json:"email"`
|
||||
Servers []*HTTPRemoteConfig `json:"servers"`
|
||||
|
|
Loading…
Reference in New Issue