蘭雅sRGB 龙芯小本服务器 | sRGB.vicp.net
使用视频链接.1 https://youtu.be/A4edsGXQdIc
使用视频链接.2 https://youtu.be/BvF6jQo_ZAo
- 需要先安装 WinPcap_4_1_3.exe (已经包含和其他windows客户端)
- 修改 Windows_KCP.cmd 和 Windows_UDP2RAW.cmd 服务器IP参数,双击启动调试
- 双击 WinKcp_Launcher 分别管理 Windows_KCP.cmd 和 Windows_UDP2RAW.cm 启动关闭
- 电脑$$客户端设置 导入 ss://YWVzLTI1Ni1nY206c3JnYi54eXpAMTI3LjAuMC4xOjMzMjI=
- 电脑WG客户端设置 导入 wg_client.conf 修改 Endpoint = 127.0.0.1:9009 另存一个配置
- 手机不能装kcp和udp2raw,需要使用PC或者路由器转接
ss://YWVzLTI1Ni1nY206c3JnYi54eXpAMTI3LjAuMC4xOjMzMjI=
https://github.com/wangyu-/udp2raw-tunnel/blob/master/doc/kcptun_step_by_step.md
# 一键安装 SS+Kcp+Udp2Raw 脚本 快速安装 for debian 9
wget -qO- git.io/fpZIW | bash
# 一键安装 SS+Kcp+Udp2Raw 脚本 for debian 9 Ubuntu (编译安装)
wget -qO- git.io/fx6UQ | bash
# 一键安装wireguard 脚本 Debian 9 (源:逗比网安装笔记)
wget -qO- git.io/fptwc | bash
# 一键安装wireguard 脚本 Ubuntu 18(源:逗比网安装笔记)
wget -qO- git.io/fpcnL | bash
# CentOS7一键脚本安装WireGuard (https://atrandys.com/2018/886.html)
yum install -y wget && \
wget https://raw.githubusercontent.com/atrandys/wireguard/master/wireguard_install.sh \
&& chmod +x wireguard_install.sh && ./wireguard_install.sh
# 一键 WireGuard 多用户配置共享脚本
wget -qO- https://git.io/fpnQt | bash
# 查询WireGuard状态
wg
# 显示配置文件,修改实际的IP,不要修改默认9009端口
cat /etc/wireguard/client.conf
# 一键脚本已经检查出vultr主机,自动修改配置,不用再手工运行
# vultr 服务商的主机默认网卡是 ens3,使用下面命令修改配置
sed -i "s/eth0/ens3/g" /etc/wireguard/wg0.conf
reboot
# GCP 香港 Ubuntu系统 默认网卡是 ens4,使用下面命令修改配置(脚本已经自动修改)
# GCP 香港 Ubuntu系统 没带python,不能开启临时web下载,可以 apt install -y python 安装
sed -i "s/eth0/ens4/g" /etc/wireguard/wg0.conf
reboot
wget -qO- https://git.io/fpKnF | bash