Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-03-11 11:31:08 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-03-11 11:31:08 +0300
commite6254e23f29d1c98173378acf0051b789f595289 (patch)
treeac1e18813f2738f3168610391ceba7f07f32fe22 /web/html/xui/xray_reverse_modal.html
parent5f3c2f781e3f782d43967859d01a16b23bef73df (diff)
[xray] add dns tag
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/xui/xray_reverse_modal.html')
-rw-r--r--web/html/xui/xray_reverse_modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/xray_reverse_modal.html b/web/html/xui/xray_reverse_modal.html
index 826286c9..bb1e4bdf 100644
--- a/web/html/xui/xray_reverse_modal.html
+++ b/web/html/xui/xray_reverse_modal.html
@@ -38,7 +38,6 @@
:options="reverseModal.inboundTags"></a-checkbox-group>
</a-form-item>
</template>
- </table>
</a-form>
</a-modal>
<script>
@@ -114,6 +113,7 @@
this.isEdit = isEdit;
this.inboundTags = app.templateSettings.inbounds.filter((i) => !ObjectUtil.isEmpty(i.tag)).map(obj => obj.tag);
this.inboundTags.push(...app.inboundTags);
+ if (app.enableDNS && !ObjectUtil.isEmpty(app.dnsTag)) this.inboundTags.push(app.dnsTag)
this.outboundTags = app.templateSettings.outbounds.filter((o) => !ObjectUtil.isEmpty(o.tag)).map(obj => obj.tag);
},
close() {