Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xray
diff options
context:
space:
mode:
Diffstat (limited to 'xray')
-rw-r--r--xray/config.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/xray/config.go b/xray/config.go
index cc63ca40..914f2134 100644
--- a/xray/config.go
+++ b/xray/config.go
@@ -16,7 +16,8 @@ type Config struct {
API json_util.RawMessage `json:"api"`
Stats json_util.RawMessage `json:"stats"`
Reverse json_util.RawMessage `json:"reverse"`
- FakeDNS json_util.RawMessage `json:"fakeDns"`
+ FakeDNS json_util.RawMessage `json:"fakedns"`
+ Observatory json_util.RawMessage `json:"observatory"`
}
func (c *Config) Equals(other *Config) bool {