mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-09-28 01:25:42 +00:00
Fix: observatory log & JSON config(#1211)
Co-authored-by: ihotte <ihotte@yeah.net>
This commit is contained in:
parent
e39a69e688
commit
8f429c35cb
@ -10,7 +10,7 @@ import (
|
|||||||
type ObservatoryConfig struct {
|
type ObservatoryConfig struct {
|
||||||
SubjectSelector []string `json:"subjectSelector"`
|
SubjectSelector []string `json:"subjectSelector"`
|
||||||
ProbeURL string `json:"probeURL"`
|
ProbeURL string `json:"probeURL"`
|
||||||
ProbeInterval duration.Duration `json:"ProbeInterval"`
|
ProbeInterval duration.Duration `json:"probeInterval"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (o *ObservatoryConfig) Build() (proto.Message, error) {
|
func (o *ObservatoryConfig) Build() (proto.Message, error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user