@if($vl->node->type === 2)
VNET-V2Ray
(yum install curl 2> /dev/null || apt install curl 2> /dev/null) \
&& curl -L -s http://mrw.so/5XKg2o \
| WEB_API="{{sysConfig('web_api_url') ?: sysConfig('website_url')}}" \
NODE_ID={{$vl->node->id}} \
NODE_KEY={{$vl->key}} \
bash
操作命令
更新:同上
卸载:curl -L -s http://mrw.so/5XKg2o | bash -s -- --remove
启动:systemctl start vnet-v2ray
停止:systemctl stop vnet-v2ray
状态:systemctl status vnet-v2ray
近期日志:journalctl -x -n 300 --no-pager -u vnet-v2ray
实时日志:journalctl -u vnet-v2ray -f
V2Ray-Poseidon
(yum install curl 2> /dev/null || apt install curl 2> /dev/null) \
&& curl -L -s http://mrw.so/5Qe2UX \
| WEB_API="{{sysConfig('web_api_url') ?: sysConfig('website_url')}}" \
NODE_ID={{$vl->node->id}} \
NODE_KEY={{$vl->key}} \
bash
操作命令
更新:curl -L -s http://mrw.so/5Qe2UX | bash
卸载:curl -L -s http://mrw.so/5IHPR4 | bash
启动:systemctl start v2ray
停止:systemctl stop v2ray
状态:systemctl status v2ray
近期日志:journalctl -x -n 300 --no-pager -u v2ray
实时日志:journalctl -u v2ray -f
@elseif($vl->node->type === 3)
@if(!$vl->node->server)
请先填写节点域名并将域名解析到节点对应的IP上
@else
Trojan-Poseidon
(yum install curl 2> /dev/null || apt install curl 2> /dev/null) \
&& curl -L -s http://mrw.so/6cMfGy \
| WEB_API="{{sysConfig('web_api_url') ?: sysConfig('website_url')}}" \
NODE_ID={{$vl->node->id}} \
NODE_KEY={{$vl->key}} \
NODE_HOST={{$vl->node->server}} \
bash
操作命令
更新:curl -L -s http://mrw.so/6cMfGy | bash
卸载:curl -L -s http://mrw.so/5ulpvu | bash
启动:systemctl start trojanp
停止:systemctl stop trojanp
状态:systemctl status trojanp
近期日志:journalctl -x -n 300 --no-pager -u trojanp
实时日志:journalctl -u trojanp -f
@endif
@else
VNET
(yum install curl 2> /dev/null || apt install curl 2> /dev/null) \
&& curl -L -s http://mrw.so/6kit3t \
| WEB_API="{{sysConfig('web_api_url') ?: sysConfig('website_url')}}" \
NODE_ID={{$vl->node->id}} \
NODE_KEY={{$vl->key}} \
bash
操作命令
更新:同上
卸载:curl -L -s http://mrw.so/6kit3t | bash -s -- --remove
启动:systemctl start vnet
停止:systemctl stop vnet
重启:systemctl restart vnet
状态:systemctl status vnet
近期日志:journalctl -x -n 300 --no-pager -u vnet
实时日志:journalctl -u vnet -f
@endif