v2.6.7
This commit is contained in:
parent
f159f3c63e
commit
286ec9ef4e
@ -9,6 +9,9 @@ class DBInbound {
|
||||
this.remark = "";
|
||||
this.enable = true;
|
||||
this.expiryTime = 0;
|
||||
|
||||
// 新增:入站级设备限制(0 表示不限制)
|
||||
this.deviceLimit = 0;
|
||||
|
||||
this.listen = "";
|
||||
this.port = 0;
|
||||
@ -145,4 +148,4 @@ class DBInbound {
|
||||
const inbound = this.toInbound();
|
||||
return inbound.genInboundLinks(this.remark, remarkModel);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user