<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/ DTD/wml_1.1.xml">

<wml>
<head>
<meta http-equiv="cache-control" content="max-age=180,private" />
</head>
<card title="科学上网最好用的安卓客户端">
<p>
作者:<a href="index.php?action=showuser&amp;userid=1&amp;hash=">admin</a><br />时间:2022-12-09 10:47<br />分类:<a href="index.php?action=list&amp;cid=3&amp;hash=">电脑技术</a><br />内容:
科学上网最好用的安卓客户端


NekoBox for Android（最新）


Github：https://github.com/MatsuriDayo/NekoBoxForAndroid


下载：https://github.com/MatsuriDayo/NekoBoxForAndroid/releases


使用说明：https://matsuridayo.github.io/index_docs


基于 sing-box 支持几乎所有协议的客户端，可以通过插件支持其他协议。


Matsuri（更新缓慢）


Github：https://github.com/MatsuriDayo/Matsuri


使用说明：https://matsuridayo.github.io/


Matsuri 茉莉



适用于 Android 的 V2Ray 通用代理工具链。

V2Ray / universal proxy toolchain for Android.

下载 / Download

配置说明 / Configuration

常见问题 / FAQ

NekoRay

基于 Qt 的跨平台代理配置管理器 (后端 v2ray / sing-box)

目前支持 Windows / Linux / macOS amd64 开箱即用

Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box)

Support Windows / Linux / macOS amd64 out of the box now.

下载 / Download

配置说明 / Configuration

常见问题 / FAQ

SagerNet for Android

Github：https://github.com/SagerNet/SagerNet

AnXray  Surfboard Clash Kitsunebi

经测试只有Matsuri最好用，支持最全的协议，支持订阅，界面简单，使用方便。

Matsuri基于SagerNet，但是SagerNet需要外挂插件，并且兼容性不好，比如鸿蒙系统，naviproxy插件就提示系统被修改，无法使用。其他的程序很多，但是支持协议最全最简单还好用的目前就Matsuri一个。


魔法上网一键脚本指南

脚本收集尽可能的选择开源的一键脚本，有些脚本可能已经停止维护或者维护较慢，但是仍然可以正常使用，有些脚本可能会存在系统兼容的问题，具体情况需要参考官方的一键脚本的使用文档。本文只是作为收集整理，不对脚本的使用做任何保证。


XRay一键脚本

v2ray-agent

推荐指数：⭐⭐⭐⭐⭐

介绍：八合一共存脚本，支持：VLESS(TCP_Vision、Reality、gRPC、WS)、VMess(WS)、Trojan(TCP、gRPC)、Hysteria。

Github地址：https://github.com/mack-a/v2ray-agent





XML/HTML代码


    wget -P /root -N --no-check-certificate &quot;https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh&quot; &amp;&amp; chmod 700 /root/install.sh &amp;&amp; /root/install.sh





Xray_onekey


推荐指数：⭐⭐⭐⭐


介绍：Xray 基于 Nginx 的 VLESS + XTLS 一键安装脚本


Github地址：https://github.com/wulabing/Xray_onekey





XML/HTML代码


    # VLESS + TCP + TLS + Nginx + WebSocket

    wget -N --no-check-certificate -q -O install.sh &quot;https://raw.githubusercontent.com/wulabing/Xray_onekey/nginx_forward/install.sh&quot; &amp;&amp; chmod +x install.sh &amp;&amp; bash install.sh

    # VLESS + TCP + XTLS / TLS + Nginx

    # VLESS + TCP + XTLS / TLS + Nginx 及 VLESS + TCP + TLS + Nginx + WebSocket 回落并存模式

    wget -N --no-check-certificate -q -O install.sh &quot;https://raw.githubusercontent.com/wulabing/Xray_onekey/main/install.sh&quot; &amp;&amp; chmod +x install.sh &amp;&amp; bash install.sh




multi-v2ray

推荐指数：未知

介绍：这款软件支持Xray管理，同时也支持v2ray和xray相互独立。它的特点是不同命令(v2ray/xray)可以进入不同的core进行管理，从而实现了对不同协议的灵活控制。

Github地址：https://github.com/Jrohy/multi-v2ray



XML/HTML代码


    # 安装命令

    source &lt;(curl -sL https://multi.netlify.app/v2ray.sh) --zh

    # 升级命令(保留配置文件更新)

    source &lt;(curl -sL https://multi.netlify.app/v2ray.sh) -k

    # 卸载命令

    source &lt;(curl -sL https://multi.netlify.app/v2ray.sh) --remove





SingBox一键脚本


sing-box-yes


推荐指数：未知


介绍：方便快捷的安装、管理sing-box????


Github地址：https://github.com/FranzKafkaYu/sing-box-yes





XML/HTML代码


    bash &lt;(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/sing-box-yes/master/install.sh)





V2Ray一键脚本


V2Ray_ws-tls_bash_onekey


推荐指数：⭐⭐⭐⭐⭐


介绍：V2Ray_ws-tls_bash一键脚本，支持VMESS，VLESS。


Github地址：https://github.com/wulabing/V2Ray_ws-tls_bash_onekey





XML/HTML代码


    # Vmess+websocket+TLS+Nginx+Website

    wget -N --no-check-certificate -q -O install.sh &quot;https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh&quot; &amp;&amp; chmod +x install.sh &amp;&amp; bash install.sh

    # VLESS+websocket+TLS+Nginx+Website

    wget -N --no-check-certificate -q -O install.sh &quot;https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/dev/install.sh&quot; &amp;&amp; chmod +x install.sh &amp;&amp; bash install.sh





233boy-V2ray


推荐指数：未知


介绍：V2Ray 一键安装脚本 &amp; 管理脚本


GitHub地址：https://github.com/233boy/v2ray





XML/HTML代码


    bash &lt;(wget -qO- -o- https://git.io/v2ray.sh)





fhs-install-v2ray


推荐指数：未知


介绍：Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd


Github地址：https://github.com/v2fly/fhs-install-v2ray





XML/HTML代码


    # 安裝執行檔和 .dat 資料檔

    bash &lt;(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)

    # 只更新 .dat 資料檔

    bash &lt;(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh)

    # 移除 V2Ray

    bash &lt;(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove





NaiveProxy一键脚本


MisakaNo-NaiveProxy


推荐指数：未知


介绍：NaiveProxy 一键配置脚本


GitHub地址：https://github.com/Misaka-blog/naiveproxy-script





XML/HTML代码


    wget -N --no-check-certificate https://raw.githubusercontent.com/Misaka-blog/naiveproxy-script/main/naiveproxy.sh &amp;&amp; bash naiveproxy.sh





naiveproxy-yg


脚本作者存在争议，但该脚本暂无问题


推荐指数：✨✨✨✨✨


介绍：naiveproxy-yg一键脚本，支持二维码显示，支持变更配置（多端口复用、自定义伪装网页，证书&hellip;&hellip;）


GitLab地址：https://gitlab.com/rwkgyg/naiveproxy-yg





XML/HTML代码


    wget -N https://gitlab.com/rwkgyg/naiveproxy-yg/raw/main/naiveproxy.sh &amp;&amp; bash naiveproxy.sh





Trojan-GO


kenzok8-trojan-go一键二合一脚本


推荐指数：未知


介绍：Trojan onekey install shell Trojan &amp;&amp; trojan.go一键脚本


GitHub地址：https://github.com/kenzok8/Trojan





XML/HTML代码


    trojan-go一键脚本支持CDN流量中转等

    bash -c &quot;$(curl -fsSL https://raw.githubusercontent.com/kenzok8/Trojan/master/trojan-go_install.sh)&quot;

    atrandys脚本修改

    bash &lt;(curl -s -L https://git.io/Jvc32)





Hysteria


HI-HY


推荐指数：未知


介绍：Hello World！非钟国优化线路使用不佳？不想中转？hysteria一键搞定。


GitHub地址：https://github.com/emptysuns/Hi_Hysteria





XML/HTML代码


    bash &lt;(curl -fsSL https://git.io/hysteria.sh)





带WEB界面一键脚本


x-ui


推荐指数：⭐⭐⭐⭐⭐


介绍：支持单端口多用户、多协议的 xray 面板，究极缝合怪，通过免费的Telegram bot方便快捷地进行监控、管理你的代理服务


GitHub地址：魔改版


GitHub地址：伊朗魔改版


GitHub地址：原版







XML/HTML代码


    # 魔改版

    # ⚡从原版升级也可使用该命令，数据不会丢失⚡

    bash &lt;(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)

    # 伊朗魔改版

    bash &lt;(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)





Trojan Panel


推荐指数：未知


介绍：支持Xray/Trojan-Go/Hysteria/NaiveProxy的多用户Web管理面板


GitHub地址：https://github.com/trojanpanel





XML/HTML代码


    source &lt;(curl -L https://github.com/trojanpanel/install-script/raw/main/install_script.sh)




以上脚本仅供参考，具体自测。

V2ray pro开源地址：https://github.com/lowercase78/V2RayN-PRO




</p><p>
<a href="index.php?action=login&amp;hash=">立即登陆发表评论</a><br />
</p>
<p><a href="index.php?action=list&amp;hash=">返回日志列表</a><br /><a href="index.php?action=index&amp;hash=">返回主页</a></p>
</card>
</wml>
