diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-11 11:08:25 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-11 11:08:25 +0300 |
| commit | f76e3ff94b15f20bab5ef2fe105506a734b406f8 (patch) | |
| tree | 29f89e0b558c0bee44b90e9f3c37be02d5780584 /web/assets/js | |
| parent | 7f0fc1b8efb78d9232877f75e15f84a648758997 (diff) | |
[xray] add new dns strategies
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/assets/js')
| -rw-r--r-- | web/assets/js/model/outbound.js | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/web/assets/js/model/outbound.js b/web/assets/js/model/outbound.js index c5b0348b..af4e512c 100644 --- a/web/assets/js/model/outbound.js +++ b/web/assets/js/model/outbound.js @@ -51,7 +51,14 @@ const OutboundDomainStrategies = [ "AsIs", "UseIP", "UseIPv4", - "UseIPv6" + "UseIPv6", + "UseIPv6v4", + "UseIPv4v6", + "ForceIP", + "ForceIPv6v4", + "ForceIPv6", + "ForceIPv4v6", + "ForceIPv4" ]; const WireguardDomainStrategy = [ |
