This commit is contained in:
心隨緣動
2025-08-26 15:48:00 +08:00
committed by GitHub
parent f159f3c63e
commit 286ec9ef4e
+3
View File
@@ -10,6 +10,9 @@ class DBInbound {
this.enable = true;
this.expiryTime = 0;
// 新增:入站级设备限制(0 表示不限制)
this.deviceLimit = 0;
this.listen = "";
this.port = 0;
this.protocol = "";