1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-31 06:26:53 -05:00
This commit is contained in:
Shelikhoo 2016-08-13 22:07:47 +08:00
parent 16b529093d
commit 427bed5ddb
No known key found for this signature in database
GPG Key ID: 7791BDB0709ABD21

View File

@ -10,7 +10,7 @@ func (this *Config) UnmarshalJSON(data []byte) error {
Path string `json:"Path"`
Pto string `json:"Pto"`
Cert string `json:"Cert"`
PrivKey string `json:"PrivKet"`
PrivKey string `json:"PrivKey"`
}
jsonConfig := &JsonConfig{
ConnectionReuse: true,