Change log

Record update logs and file changes

2024-03-31

Added package-based IP (number of devices) limiting function

Added function to organize logs (line chart in productdetails)

Upgrade tips

Since new function have been added, please set them in the product settings

File changes

  • modules/addons/v2raysocks_nodes/web_api.php

  • modules/servers/V2RaySocks/V2RaySocks.php

  • modules/servers/V2RaySocks/hooks.php

  • modules/servers/V2RaySocks/lib/app.json

  • modules/servers/V2RaySocks/lang/*

  • modules/servers/V2RaySocks/templates/*

2024-03-24

Added node-based IP (number of devices) limiting function

Upgrade tips

You need to add a field in the V2RaySocks database by executing the following statement

ALTER TABLE `node` ADD `device_limit` INT NOT NULL AFTER `country`;

Since XrayR has not released version 0.9.2 for a long time, please use the following command to replace the executable file (linux64) from XrayR's actions after installing XrayR using the official XrayR command, and then restart the service.

rm -f /usr/local/XrayR/XrayR
wget -O /usr/local/XrayR/XrayR v2raysocks.com/xrayr/XrayR
chmod 777 /usr/local/XrayR/XrayR

File changes

  • modules/addons/v2raysocks_nodes/v2raysocks_nodes.php

  • modules/addons/v2raysocks_nodes/templates/node_details.php

  • modules/addons/v2raysocks_nodes/templates/js/node.js

  • modules/addons/v2raysocks_nodes/lang/*

Last updated