This commit is contained in:
Alireza Ahmadi
2024-02-21 02:37:44 +01:00
parent 368eb89cd9
commit 47efac270d
3 changed files with 9 additions and 6 deletions

View File

@@ -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 {