فهرست منبع

OpenWRT 安装 WireGuard, 配置 Udp2Raw + UdpSpeeder + WireGuard

hongwenjun 6 سال پیش
والد
کامیت
65a0fe1b80
2فایلهای تغییر یافته به همراه6 افزوده شده و 3 حذف شده
  1. 3 0
      README.md
  2. 3 3
      openwrt-18.06.2/README.md

+ 3 - 0
README.md

@@ -20,6 +20,9 @@
 - 此项目仅限于技术交流和探讨,在您测试完毕后必须在1秒钟内彻底删除项目副本。此项目为bash一键脚本,其中涉及到的任何软件版权和责任归原作者所有。
 - 在中国境内使用、传播、售卖、免费分享等任何翻墙服务,都是违法的。如果你在中国境内使用、测试此项目脚本,或者使用此脚本搭建服务器发生以上违法行为,都有违作者意愿!你必须立刻停止此行为!并删除脚本!
 
+### [OpenWRT 安装 WireGuard, 配置 Udp2Raw + UdpSpeeder + WireGuard](https://github.com/hongwenjun/vps_setup/blob/master/openwrt-18.06.2/README.md)
+![](https://raw.githubusercontent.com/hongwenjun/vps_setup/master/openwrt-18.06.2/openwrt_udptools.png)
+
 ### V2Ray 和 Shadowsocks 配置显示二维码  短网址: https://git.io/v2ray.ss
 ![](https://raw.githubusercontent.com/hongwenjun/vps_setup/master/v2ray/v2ray.ss.png)
 

+ 3 - 3
openwrt-18.06.2/README.md

@@ -8,12 +8,12 @@
 
 -----------------
 ### UDP工具 配置图示
-![](https://github.com/hongwenjun/vps_setup/blob/master/openwrt-18.06.2/openwrt_udptools.png)
+![](https://raw.githubusercontent.com/hongwenjun/vps_setup/master/openwrt-18.06.2/openwrt_udptools.png)
 
 ```
 # ps | grep -e udp           # 可以查看工具运行的参数
 udpspeeder -c -l0.0.0.0:9999 -r127.0.0.1:21333   -f20:10 --mode 0 --timeout 0
-udp2raw -c -l127.0.0.1:21333 -r34.80.10.132:2999 --raw-mode faketcp -a -k password
+udp2raw -c -l127.0.0.1:21333 -r34.80.188.188:2999 --raw-mode faketcp -a -k password
 
 # luci-udptools 工具默认: udpspeeder 不用密码,所以VPS服务端 udpspeeder 改成不用密码
 # vim /etc/init.d/udptools   # 或者编辑 luci-udptools 的脚本 第21行添加 -k $password
@@ -142,5 +142,5 @@ mount /dev/sdb3 /usr/upan
 /usr/sbin/uhttpd -f -h /usr/upan -r upan -x /cgi-bin  -p 0.0.0.0:88 -p [::]:88  &
 ```
 - 把3行命令添加到路由器的开机脚本里面
-![](https://github.com/hongwenjun/vps_setup/blob/master/openwrt-18.06.2/openwrt_mount.png)
+![](https://raw.githubusercontent.com/hongwenjun/img/master/openwrt_mount.png)
 - OpenWRT 安装 frpc 客户端,使用内网穿透,就能从外网访问路由器和虚拟主机了