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