diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-11 15:44:24 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-11 18:10:11 +0300 |
| commit | 5b87b1253555b7e932f79bd86795e350f9f3de2e (patch) | |
| tree | 711ca9b226f2cf9d041db50f81c975913c76ea23 /sub/default.json | |
| parent | 8908e8b16a3457c1353cec163a79cd82338be336 (diff) | |
[sub] JSON sub enhancement + minor changes
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'sub/default.json')
| -rw-r--r-- | sub/default.json | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/sub/default.json b/sub/default.json index ba13f6fb..d98a03ef 100644 --- a/sub/default.json +++ b/sub/default.json @@ -1,4 +1,5 @@ { + "remarks": "", "dns": { "tag": "dns_out", "queryStrategy": "UseIP", @@ -78,28 +79,9 @@ { "type": "field", "network": "tcp,udp", - "balancerTag": "all" - } - ], - "balancers": [ - { - "tag": "all", - "selector": [ - "proxy" - ], - "strategy": { - "type": "leastPing" - } + "outboundTag": "proxy" } ] }, - "observatory": { - "probeInterval": "5m", - "probeURL": "https://api.github.com/_private/browser/stats", - "subjectSelector": [ - "proxy" - ], - "EnableConcurrency": true - }, "stats": {} }
\ No newline at end of file |
