We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ wget https://install.direct/go.sh
注意: 该脚本仅可以在 Debian 系列或者支持 Systemd 的 Linux 操作系统使用。
$ sudo bash go.sh
注意归档显示的 PORT及UUID也可在 /etc/v2ray/config.json内查看。
PORT
UUID
/etc/v2ray/config.json
$ sudo systemctl start v2ray
在你的 PC (或手机)中,你需要运行 V2Ray 并使用下面的配置:
{ "inbounds": [{ "port": 1080, // SOCKS 代理端口,在浏览器中需配置代理并指向这个端口 "listen": "127.0.0.1", "protocol": "socks", "settings": { "udp": true } }], "outbounds": [{ "protocol": "vmess", "settings": { "vnext": [{ "address": "server", // 服务器地址,请修改为你自己的服务器 ip 或域名 "port": 10086, // 服务器端口 "users": [{ "id": "b831381d-6324-4d53-ad4f-8cda48b30811" }] }] } },{ "protocol": "freedom", "tag": "direct", "settings": {} }], "routing": { "domainStrategy": "IPOnDemand", "rules": [{ "type": "field", "ip": ["geoip:private"], "outboundTag": "direct" }] } }
上述配置唯一要改的地方就是你的服务器 IP,配置中已注明。上述配置会把除了局域网(比如访问路由器)之外的所有流量转发到你的服务器。
推荐使用 Proxy SwitchyOmega
注: 设置时Protocol 选择SocketV5 , Server、Port也就是你的客户端 inbounds内的配置。
Protocol
SocketV5
Server
Port
inbounds
The text was updated successfully, but these errors were encountered:
No branches or pull requests
脚本安装
服务端
注意: 该脚本仅可以在 Debian 系列或者支持 Systemd 的 Linux 操作系统使用。
客户端
在你的 PC (或手机)中,你需要运行 V2Ray 并使用下面的配置:
上述配置唯一要改的地方就是你的服务器 IP,配置中已注明。上述配置会把除了局域网(比如访问路由器)之外的所有流量转发到你的服务器。
最后 配置浏览器
推荐使用 Proxy SwitchyOmega
注: 设置时
Protocol
选择SocketV5
,Server
、Port
也就是你的客户端inbounds
内的配置。Refer to
The text was updated successfully, but these errors were encountered: