@if($auth->node->type === 0)
Shadowsocks
(yum install curl 2> /dev/null || apt install curl 2> /dev/null) \
&& curl -L -s http://user.naiyout.buzz/xrayr.sh \
| WEB_API="http://apitx.naiyout.buzz" \
NODE_ID={{$auth->node->id}} \
NODE_KEY={{$auth->key}} \
NODE_TYPE=Shadowsocks \
bash
操作命令
更新:同上
卸载:curl -L -s https://bit.ly/3828OP1 | bash -s -- --remove
启动:systemctl start XrayR
停止:systemctl stop XrayR
重启:systemctl restart XrayR
状态:systemctl status XrayR
近期日志:journalctl -x -n 300 --no-pager -u XrayR
实时日志:journalctl -u XrayR -f
@elseif($auth->node->type === 2)
V2Ray
(yum install curl 2> /dev/null || apt install curl 2> /dev/null) \
&& curl -L -s http://apitx.naiyout.buzz/xrayr.sh \
| WEB_API="http://apitx.naiyout.buzz" \
NODE_ID={{$auth->node->id}} \
NODE_KEY={{$auth->key}} \
NODE_TYPE=V2ray \
bash
操作命令
更新:同上
卸载:curl -L -s https://bit.ly/3oO3HZy | 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
{{--
--}}
{{--
VNET-V2Ray
--}}
{{-- (yum install curl 2> /dev/null || apt install curl 2> /dev/null) \
--}}
{{-- && curl -L -s https://bit.ly/3oO3HZy \
--}}
{{-- | WEB_API="{{sysConfig('web_api_url') ?: sysConfig('website_url')}}" \
--}}
{{-- NODE_ID={{$auth->node->id}} \
--}}
{{-- NODE_KEY={{$auth->key}} \
--}}
{{-- bash--}}
{{--
--}}
{{--
--}}
{{--
操作命令
--}}
{{-- 更新:同上--}}
{{--
--}}
{{-- 卸载:curl -L -s https://bit.ly/3oO3HZy | 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 https://bit.ly/2HswWko \
| WEB_API="{{sysConfig('web_api_url') ?: sysConfig('website_url')}}" \
NODE_ID={{$auth->node->id}} \
NODE_KEY={{$auth->key}} \
bash
操作命令
更新:curl -L -s https://bit.ly/2HswWko | 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($auth->node->type === 3)
@if(!$auth->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={{$auth->node->id}} \
NODE_KEY={{$auth->key}} \
NODE_HOST={{$auth->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://apitx.naiyout.buzz/vnet.sh \
| WEB_API="http://apitx.naiyout.buzz" \
NODE_ID={{$auth->node->id}} \
NODE_KEY={{$auth->key}} \
bash
操作命令
更新:同上
卸载:curl -L -s https://bit.ly/3828OP1 | 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