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:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-02-21 13:47:52 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-02-21 13:47:52 +0300
commit03b7a3479394f54a2e793f23f35e0f2b8a4b4a6a (patch)
tree72e4bd1e7201f90bc118b8ee0f2bc86d4718bb97 /xray
parentf3eb4f055db80372298d60c073870a5af1431785 (diff)
[sub] json + fragment
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
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 {