mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-09-04 13:53:00 +00:00
Fix build break
This commit is contained in:
parent
301b0ccff7
commit
b65017d28d
@ -27,6 +27,7 @@ func (this *CertificateConfig) UnmarshalJSON(data []byte) error {
|
|||||||
}
|
}
|
||||||
this.Domain = jsonConfig.Domain
|
this.Domain = jsonConfig.Domain
|
||||||
this.Certificate = cert
|
this.Certificate = cert
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *TlsConfig) UnmarshalJSON(data []byte) error {
|
func (this *TlsConfig) UnmarshalJSON(data []byte) error {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user