diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-26 21:27:46 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-26 21:27:46 +0300 |
| commit | daa43540477e18ae5c6e19e887733b793c17ad72 (patch) | |
| tree | 9d3af65c41f78fe46cefca23ef25e08e735d41e8 /web/html/xui/xray.html | |
| parent | ec88053df0f2619bdb6285bcd2085675efbc8ca8 (diff) | |
ipv6 for familyProtect and some changes
Diffstat (limited to 'web/html/xui/xray.html')
| -rw-r--r-- | web/html/xui/xray.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index 05f5f178..d6f0c0f8 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -569,9 +569,11 @@ familyProtectDNS: { "servers": [ "1.1.1.3", // https://developers.cloudflare.com/1.1.1.1/setup/ - "1.0.0.3" + "1.0.0.3", + "2606:4700:4700::1113", + "2606:4700:4700::1003" ], - "queryStrategy": "UseIPv4" + "queryStrategy": "UseIP" }, } }, |
