From d7e107042d1a3cd9886353372c6e796d54716be7 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Sun, 20 Sep 2020 05:22:18 -0400 Subject: [PATCH] =?UTF-8?q?Created=20=E4=B8=AD=E6=96=87=E6=96=87=E7=AB=A0?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 中文文章.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 中文文章.md diff --git a/中文文章.md b/中文文章.md new file mode 100644 index 0000000..d352240 --- /dev/null +++ b/中文文章.md @@ -0,0 +1,32 @@ + +[[常见错误]] + +[[进程保活]] + +[[faketcp方案和常见的udp over tcp、udp in tcp方案的区别]] + +##### windows/mac + +[udp2raw+UDPspeeder+OpenVPN原生运行在windows macOS上加速全流量](https://github.com/wangyu-/udp2raw-multiplatform/wiki/udp2raw-UDPspeeder-OpenVPN原生运行在windows-macOS上加速全流量) (原生运行,非虚拟机) + +[[在windows/mac上运行udp2raw客户端,带图形界面]] (虚拟机) + +[[网络不允许桥接的情况下,如何在虚拟机运行udp2raw]] + +see also: https://github.com/wangyu-/udp2raw-multiplatform + +##### OpenWRT/LEDE + +[luci-app for udp2raw](https://github.com/sensec/luci-app-udp2raw) + +[openwrt/lede makefile](https://github.com/sensec/openwrt-udp2raw) + +##### 搭配kcptun/finalspeed +[udp2raw+kcptun step_by_step教程](https://github.com/wangyu-/udp2raw-tunnel/blob/master/doc/kcptun_step_by_step.md) + +[udp2raw+finalspeed step_by_step教程](https://github.com/wangyu-/udp2raw-tunnel/blob/master/doc/finalspeed_step_by_step.md) + +##### 其他信息 +udp2raw和UDPspeeder本质上都是udp tunnel,很多用法都是通用的,更多信息可以参考UDPspeeder的wiki: + +https://github.com/wangyu-/UDPspeeder/wiki \ No newline at end of file