diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-10 15:44:18 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-10 15:44:18 +0300 |
| commit | ee703ad85737d93ad159241340909552c00348ae (patch) | |
| tree | 7ea576013e88264822bdedfd0ab82431f001fcc2 /web/html/xui/xray.html | |
| parent | 722f5e716fb9801a1329dd754268d1199ad97957 (diff) | |
wireguard outbound
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/xui/xray.html')
| -rw-r--r-- | web/html/xui/xray.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index 54f10ddf..031f0894 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -119,7 +119,7 @@ v-model="freedomStrategy" :dropdown-class-name="themeSwitcher.currentTheme" style="width: 100%"> - <a-select-option v-for="s in outboundDomainStrategies" :value="s">[[ s ]]</a-select-option> + <a-select-option v-for="s in OutboundDomainStrategies" :value="s">[[ s ]]</a-select-option> </a-select> </template> </a-col> @@ -527,7 +527,7 @@ tag: "direct", protocol: "freedom" }, - outboundDomainStrategies: ["AsIs", "UseIP", "UseIPv4", "UseIPv6"], + OutboundDomainStrategies: ["AsIs", "UseIP", "UseIPv4", "UseIPv6"], routingDomainStrategies: ["AsIs", "IPIfNonMatch", "IPOnDemand"], settingsData: { protocols: { |
