fix: hysteria parse
This commit is contained in:
parent
3c5b69b884
commit
15154fba73
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ type HysteriaOption struct {
|
|||
Name string `proxy:"name"`
|
||||
Server string `proxy:"server"`
|
||||
Port int `proxy:"port"`
|
||||
Protocol string `json:"protocol,omitempty"`
|
||||
Protocol string `proxy:"protocol,omitempty"`
|
||||
Up string `proxy:"up,omitempty"`
|
||||
UpMbps int `proxy:"up_mbps,omitempty"`
|
||||
Down string `proxy:"down,omitempty"`
|
||||
|
|
Loading…
Reference in a new issue