diff options
Diffstat (limited to 'web/html/xui')
| -rw-r--r-- | web/html/xui/inbounds.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 677a3074..fe5d7e3a 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -927,7 +927,7 @@ expiryTime: dbInbound.expiryTime, listen: '', - port: RandomUtil.randomIntRange(10000, 60000), + port: RandomUtil.randomInteger(10000, 60000), protocol: baseInbound.protocol, settings: Inbound.Settings.getSettings(baseInbound.protocol).toString(), streamSettings: baseInbound.stream.toString(), |
