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>2025-08-28 11:15:04 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-08-28 11:15:04 +0300
commit0c7b59ed47eaa2f786eedd584d9e4192964931f3 (patch)
tree6729ad8502c390717cc0f86cf13dfc9ca3e6208b /web/html/inbounds.html
parent3087c1b123f426b7c1306ab634fb84e7943e4217 (diff)
removed: Allocate
Diffstat (limited to 'web/html/inbounds.html')
-rw-r--r--web/html/inbounds.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/html/inbounds.html b/web/html/inbounds.html
index 142a167c..b0d9828f 100644
--- a/web/html/inbounds.html
+++ b/web/html/inbounds.html
@@ -1093,7 +1093,6 @@
settings: Inbound.Settings.getSettings(baseInbound.protocol).toString(),
streamSettings: baseInbound.stream.toString(),
sniffing: baseInbound.sniffing.toString(),
- allocate: baseInbound.allocate.toString(),
};
await this.submit('/panel/inbound/add', data, inModal);
},
@@ -1143,7 +1142,6 @@
data.streamSettings = JSON.stringify({ sockopt: inbound.stream.sockopt.toJson() }, null, 2);
}
data.sniffing = inbound.sniffing.toString();
- data.allocate = inbound.allocate.toString();
await this.submit('/panel/inbound/add', data, inModal);
},
@@ -1167,7 +1165,6 @@
data.streamSettings = JSON.stringify({ sockopt: inbound.stream.sockopt.toJson() }, null, 2);
}
data.sniffing = inbound.sniffing.toString();
- data.allocate = inbound.allocate.toString();
await this.submit(`/panel/inbound/update/${dbInbound.id}`, data, inModal);
},