服务器维护,服务器代维,安全设置,漏洞扫描,入侵检测服务

dirtysea 发表于 2020-5-7 10:56:39

kcptun加速代理

<h1 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">kcptun为何物?</h1><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">Kcptun 是一个非常简单和快速的,基于 KCP 协议的 UDP 隧道,它可以将 TCP 流转换为 KCP+UDP 流。而 KCP 是一个快速可靠协议,能以比 TCP 浪费10%-20%的带宽的代价,换取平均延迟降低 30%-40%,且最大延迟降低三倍的传输效果。</span></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">Kcptun 是 KCP 协议的一个简单应用,可以用于任意 TCP 网络程序的传输承载,以提高网络流畅度,降低掉线情况。由于 Kcptun 使用 Go 语言编写,内存占用低(经测试,在64M内存服务器上稳定运行),而且适用于所有平台,甚至 Arm 平台。</span></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">Kcptun相关项目地址:</span></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;"><a href="https://github.com/xtaci/kcptun/" _src="https://github.com/xtaci/kcptun/" style="cursor: url(&quot;link.cur&quot;), pointer; color: rgb(68, 136, 187); text-decoration-line: none;">https://github.com/xtaci/kcptun/</a></span></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><a href="https://github.com/shadowsocks/kcptun/releases" _src="https://github.com/shadowsocks/kcptun/releases" style="cursor: url(&quot;link.cur&quot;), pointer; color: rgb(68, 136, 187); text-decoration-line: none;">https://github.com/shadowsocks/kcptun/releases</a></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><a href="https://github.com/dfdragon/kcptun_gclient/releases" _src="https://github.com/dfdragon/kcptun_gclient/releases" style="cursor: url(&quot;link.cur&quot;), pointer; color: rgb(68, 136, 187); text-decoration-line: none;">https://github.com/dfdragon/kcptun_gclient/releases</a></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><h1 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">KCP协议简介</h1><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;KCP是一个快速可靠协议,能以比 TCP浪费10%-20%的带宽的代价,换取平均延迟降低 30%-40%,且最大延迟降低三倍的传输效果。纯算法实现,并不负责底层协议(如UDP)的收发,需要使用者自己定义下层数据包的发送方式,以 callback的方式提供给 KCP。 连时钟都需要外部传递进来,内部不会有任何一次系统调用。</p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;整个协议只有 ikcp.h, ikcp.c两个源文件,可以方便的集成到用户自己的协议栈中。也许你实现了一个P2P,或者某个基于 UDP的协议,而缺乏一套完善的ARQ可靠协议实现,那么简单的拷贝这两个文件到现有项目中,稍微编写两行代码,即可使用。</p><h2 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">技术特性</h2><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TCP是为流量设计的(每秒内可以传输多少KB的数据),讲究的是充分利用带宽。而 KCP是为流速设计的(单个数据包从一端发送到一端需要多少时间),以10%-20%带宽浪费的代价换取了比 TCP快30%-40%的传输速度。TCP信道是一条流速很慢,但每秒流量很大的大运河,而KCP是水流湍急的小激流。KCP有正常模式和快速模式两种,通过以下策略达到提高流速的结果:</p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);">相关项目地址:</p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><a href="https://github.com/skywind3000/kcp" _src="https://github.com/skywind3000/kcp" style="cursor: url(&quot;link.cur&quot;), pointer; color: rgb(68, 136, 187); text-decoration-line: none;">https://github.com/skywind3000/kcp</a></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><a href="https://link.jianshu.com/?t=https://github.com/dfdragon/kcptun_gclient/releases" _src="https://link.jianshu.com/?t=https://github.com/dfdragon/kcptun_gclient/releases" style="cursor: url(&quot;link.cur&quot;), pointer; color: rgb(68, 136, 187); text-decoration-line: none;">https://link.jianshu.com/?t=https://github.com/dfdragon/kcptun_gclient/releases</a></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><h1 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">废话不多少,下面开始配置实战环境如下:</h1><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><pre class="brush:bash;toolbar:false prettyprint linenums prettyprinted" style="margin: 15px auto; padding: 8px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; background-color: rgba(0, 0, 0, 0.8); border: 1px solid rgb(39, 40, 34); overflow: auto; box-shadow: rgb(57, 56, 46) 40px 0px 0px inset, rgb(70, 71, 65) 41px 0px 0px inset; color: rgb(0, 0, 0); font-size: 13px;"><ol class="linenums" style="margin-left: 33px; list-style: none;"><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">SS</span><span class="pun" style="color: rgb(248, 248, 242);">-服务器:</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="typ" style="color: rgb(166, 226, 46);">CentOS</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="typ" style="color: rgb(166, 226, 46);">Linux</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;release&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">7.5</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="lit" style="color: rgb(174, 129, 255);">1804</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">(</span><span class="typ" style="color: rgb(166, 226, 46);">Core</span><span class="pun" style="color: rgb(248, 248, 242);">)</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;x64</span></li><li class="L1" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span></li><li class="L2" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pun" style="color: rgb(248, 248, 242);">连接客户端:</span><span class="pln" style="color: rgb(102, 217, 239);">windows&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">10</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;pro&nbsp;x64</span></li></ol></pre><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><span style="font-size: 20px;"></span><br></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8); text-align: center;"><strong><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 36px;">加速原理图</span></strong></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8); text-align: center;"><img src="https://www.qinzc.me/admin/editor/php/upload/64031552309695.png" style="margin-top: 5px; margin-right: 5px; height: auto; max-width: 95%;"></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><h1 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">一、下载Kcptun服务端</h1><pre class="brush:bash;toolbar:false prettyprint linenums prettyprinted" style="margin: 15px auto; padding: 8px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; background-color: rgba(0, 0, 0, 0.8); border: 1px solid rgb(39, 40, 34); overflow: auto; box-shadow: rgb(57, 56, 46) 40px 0px 0px inset, rgb(70, 71, 65) 41px 0px 0px inset; color: rgb(0, 0, 0); font-size: 13px;"><ol class="linenums" style="margin-left: 33px; list-style: none;"><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="com" style="color: rgb(147, 161, 161);">#下载地址:https://github.com/xtaci/kcptun/releases</span></li><li class="L1" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="com" style="color: rgb(147, 161, 161);">#注意:我这里下载的是kcptun-linux-amd64-20181114.tar.gz,根据你当前的系统环境选择!</span></li><li class="L2" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="com" style="color: rgb(147, 161, 161);">#进入SS服务器</span></li><li class="L3" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="com" style="color: rgb(147, 161, 161);">#注意:当前我是在CentOS操作系统下。</span></li><li class="L4" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span></li><li class="L5" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">mkdir&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">root</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">kcptun</span></li><li class="L6" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">cd&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">root</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">kcptun</span></li><li class="L7" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">wget&nbsp;https</span><span class="pun" style="color: rgb(248, 248, 242);">:</span><span class="com" style="color: rgb(147, 161, 161);">//github.com/xtaci/kcptun/releases/download/v20181114/kcptun-linux-amd64-20181114.tar.gz</span></li><li class="L8" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">tar&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">zxvf&nbsp;kcptun</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">linux</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">amd64</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="lit" style="color: rgb(174, 129, 255);">20181114.tar</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">gz</span></li></ol></pre><h1 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);"><img src="https://www.qinzc.me/admin/editor/php/upload/18181552309696.png" style="margin-top: 5px; margin-right: 5px; height: auto; max-width: 95%;"></h1><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><span style="font-size: 18px;">SS服务器只需要运行<span style="color: rgb(146, 208, 80);">server_linux_amd64</span></span></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><h2 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">1.创建启动脚本</h2><pre class="brush:bash;toolbar:false prettyprint linenums prettyprinted" style="margin: 15px auto; padding: 8px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; background-color: rgba(0, 0, 0, 0.8); border: 1px solid rgb(39, 40, 34); overflow: auto; box-shadow: rgb(57, 56, 46) 40px 0px 0px inset, rgb(70, 71, 65) 41px 0px 0px inset; color: rgb(0, 0, 0); font-size: 13px;"><ol class="linenums" style="margin-left: 33px; list-style: none;"><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">vim&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">root</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">kcptun</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">kcptun</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">sh</span></li></ol></pre><h2 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">2.粘贴以下内容</h2><pre class="brush:bash;toolbar:false prettyprint linenums prettyprinted" style="margin: 15px auto; padding: 8px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; background-color: rgba(0, 0, 0, 0.8); border: 1px solid rgb(39, 40, 34); overflow: auto; box-shadow: rgb(57, 56, 46) 40px 0px 0px inset, rgb(70, 71, 65) 41px 0px 0px inset; color: rgb(0, 0, 0); font-size: 13px;"><ol class="linenums" style="margin-left: 33px; list-style: none;"><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="com" style="color: rgb(147, 161, 161);">#!/bin/bash</span></li><li class="L1" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">cd&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">root</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">kcptun</span><span class="pun" style="color: rgb(248, 248, 242);">/</span></li><li class="L2" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pun" style="color: rgb(248, 248, 242);">./</span><span class="pln" style="color: rgb(102, 217, 239);">server_linux_amd64&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">l&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">:</span><span class="lit" style="color: rgb(174, 129, 255);">6666</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">t&nbsp;xx</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">xx</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">xx</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">xx</span><span class="pun" style="color: rgb(248, 248, 242);">:</span><span class="lit" style="color: rgb(174, 129, 255);">8080</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">key&nbsp;test&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">mtu&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">1400</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">sndwnd&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">2048</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">rcvwnd&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">2048</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">mode&nbsp;fast2&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">&gt;</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;kcptun</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">log&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">2</span><span class="pun" style="color: rgb(248, 248, 242);">&gt;&amp;</span><span class="lit" style="color: rgb(174, 129, 255);">1</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">&amp;</span></li><li class="L3" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">echo&nbsp;</span><span class="str" style="color: rgb(230, 219, 116);">"开始运行Kcptun"</span></li></ol></pre><h2 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">3.解释下:</h2><pre class="brush:bash;toolbar:false prettyprint linenums prettyprinted" style="margin: 15px auto; padding: 8px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; background-color: rgba(0, 0, 0, 0.8); border: 1px solid rgb(39, 40, 34); overflow: auto; box-shadow: rgb(57, 56, 46) 40px 0px 0px inset, rgb(70, 71, 65) 41px 0px 0px inset; color: rgb(0, 0, 0); font-size: 13px;"><ol class="linenums" style="margin-left: 33px; list-style: none;"><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">l&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">:</span><span class="lit" style="color: rgb(174, 129, 255);">6666</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="com" style="color: rgb(147, 161, 161);">//监听本地端口,待会我们从windows&nbsp;10&nbsp;x64&nbsp;客户端需要连接此端口。</span></li><li class="L1" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">xx</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">xx</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">xx</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">xx</span><span class="pun" style="color: rgb(248, 248, 242);">:</span><span class="lit" style="color: rgb(174, 129, 255);">8080</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="com" style="color: rgb(147, 161, 161);">//当前SS服务器部署好的SS连接IP与端口</span></li><li class="L2" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">key&nbsp;test&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="com" style="color: rgb(147, 161, 161);">//为Kcptun你的验证密钥,这里为test,可以自己写,其他参数先不做介绍,可自行--help</span></li></ol></pre><h2 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">4.关闭服务<br></h2><pre class="brush:bash;toolbar:false prettyprint linenums prettyprinted" style="margin: 15px auto; padding: 8px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; background-color: rgba(0, 0, 0, 0.8); border: 1px solid rgb(39, 40, 34); overflow: auto; box-shadow: rgb(57, 56, 46) 40px 0px 0px inset, rgb(70, 71, 65) 41px 0px 0px inset; color: rgb(0, 0, 0); font-size: 13px;"><ol class="linenums" style="margin-left: 33px; list-style: none;"><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">killall&nbsp;server_linux_amd64</span></li></ol></pre><h2 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">5.启动Kcptun</h2><pre class="brush:bash;toolbar:false prettyprint linenums prettyprinted" style="margin: 15px auto; padding: 8px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; background-color: rgba(0, 0, 0, 0.8); border: 1px solid rgb(39, 40, 34); overflow: auto; box-shadow: rgb(57, 56, 46) 40px 0px 0px inset, rgb(70, 71, 65) 41px 0px 0px inset; color: rgb(0, 0, 0); font-size: 13px;"><ol class="linenums" style="margin-left: 33px; list-style: none;"><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">sh&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">root</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">kcptun</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">kcptun</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">sh</span></li></ol></pre><h2 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">6.查看端口是否起来</h2><pre class="brush:bash;toolbar:false prettyprint linenums prettyprinted" style="margin: 15px auto; padding: 8px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; background-color: rgba(0, 0, 0, 0.8); border: 1px solid rgb(39, 40, 34); overflow: auto; box-shadow: rgb(57, 56, 46) 40px 0px 0px inset, rgb(70, 71, 65) 41px 0px 0px inset; color: rgb(0, 0, 0); font-size: 13px;"><ol class="linenums" style="margin-left: 33px; list-style: none;"><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pun" style="color: rgb(248, 248, 242);">[</span><span class="pln" style="color: rgb(102, 217, 239);">root@host2&nbsp;kcptun</span><span class="pun" style="color: rgb(248, 248, 242);">]#</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;netstat&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">lntup</span></li><li class="L1" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="typ" style="color: rgb(166, 226, 46);">Active</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="typ" style="color: rgb(166, 226, 46);">Internet</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;connections&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">(</span><span class="pln" style="color: rgb(102, 217, 239);">only&nbsp;servers</span><span class="pun" style="color: rgb(248, 248, 242);">)</span></li><li class="L2" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="typ" style="color: rgb(166, 226, 46);">Proto</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="typ" style="color: rgb(166, 226, 46);">Recv</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">Q&nbsp;</span><span class="typ" style="color: rgb(166, 226, 46);">Send</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">Q&nbsp;</span><span class="typ" style="color: rgb(166, 226, 46);">Local</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="typ" style="color: rgb(166, 226, 46);">Address</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="typ" style="color: rgb(166, 226, 46);">Foreign</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="typ" style="color: rgb(166, 226, 46);">Address</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="typ" style="color: rgb(166, 226, 46);">State</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PID</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="typ" style="color: rgb(166, 226, 46);">Program</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;name&nbsp;&nbsp;&nbsp;&nbsp;</span></li><li class="L3" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">tcp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0.0</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="lit" style="color: rgb(174, 129, 255);">0.0</span><span class="pun" style="color: rgb(248, 248, 242);">:</span><span class="lit" style="color: rgb(174, 129, 255);">22</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0.0</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="lit" style="color: rgb(174, 129, 255);">0.0</span><span class="pun" style="color: rgb(248, 248, 242);">:*</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LISTEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">678</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">sshd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></li><li class="L4" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">tcp6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">:::</span><span class="lit" style="color: rgb(174, 129, 255);">8080</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">:::*</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LISTEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">3874</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">python&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></li><li class="L5" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">tcp6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">:::</span><span class="lit" style="color: rgb(174, 129, 255);">22</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">:::*</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LISTEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">678</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">sshd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></li><li class="L6" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">udp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">127.0</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="lit" style="color: rgb(174, 129, 255);">0.1</span><span class="pun" style="color: rgb(248, 248, 242);">:</span><span class="lit" style="color: rgb(174, 129, 255);">323</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0.0</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="lit" style="color: rgb(174, 129, 255);">0.0</span><span class="pun" style="color: rgb(248, 248, 242);">:*</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">456</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">chronyd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></li><li class="L7" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">udp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0.0</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="lit" style="color: rgb(174, 129, 255);">0.0</span><span class="pun" style="color: rgb(248, 248, 242);">:</span><span class="lit" style="color: rgb(174, 129, 255);">68</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0.0</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="lit" style="color: rgb(174, 129, 255);">0.0</span><span class="pun" style="color: rgb(248, 248, 242);">:*</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">1224</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">dhclient&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></li><li class="L8" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">udp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0.0</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="lit" style="color: rgb(174, 129, 255);">0.0</span><span class="pun" style="color: rgb(248, 248, 242);">:</span><span class="lit" style="color: rgb(174, 129, 255);">40307</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0.0</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="lit" style="color: rgb(174, 129, 255);">0.0</span><span class="pun" style="color: rgb(248, 248, 242);">:*</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">3874</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">python&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></li><li class="L9" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">udp6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">:::</span><span class="lit" style="color: rgb(174, 129, 255);">6666</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">:::*</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">21830</span><span class="pun" style="color: rgb(248, 248, 242);">/./</span><span class="pln" style="color: rgb(102, 217, 239);">server_linu&nbsp;</span></li><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">udp6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">::</span><span class="lit" style="color: rgb(174, 129, 255);">1</span><span class="pun" style="color: rgb(248, 248, 242);">:</span><span class="lit" style="color: rgb(174, 129, 255);">323</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">:::*</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">456</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">chronyd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></li><li class="L1" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">udp6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">0</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">:::</span><span class="lit" style="color: rgb(174, 129, 255);">8080</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">:::*</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">3874</span><span class="pun" style="color: rgb(248, 248, 242);">/</span><span class="pln" style="color: rgb(102, 217, 239);">python&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></li><li class="L2" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span></li><li class="L3" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span></li><li class="L4" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="com" style="color: rgb(147, 161, 161);">#发现UDP&nbsp;6666端口已经启动监听</span></li><li class="L5" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="com" style="color: rgb(147, 161, 161);">#服务已经启动,至此服务端配置完毕</span></li><li class="L6" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="com" style="color: rgb(147, 161, 161);">#######接下来,我们到windows&nbsp;10&nbsp;客户端#####</span></li></ol></pre><h1 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">二、客户端Kcptun配置</h1><pre class="brush:bash;toolbar:false prettyprint linenums prettyprinted" style="margin: 15px auto; padding: 8px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; background-color: rgba(0, 0, 0, 0.8); border: 1px solid rgb(39, 40, 34); overflow: auto; box-shadow: rgb(57, 56, 46) 40px 0px 0px inset, rgb(70, 71, 65) 41px 0px 0px inset; color: rgb(0, 0, 0); font-size: 13px;"><ol class="linenums" style="margin-left: 33px; list-style: none;"><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="com" style="color: rgb(147, 161, 161);">#下载地址:https://github.com/xtaci/kcptun/releases/download/v20181114/kcptun-windows-amd64-20181114.tar.gz</span></li><li class="L1" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="com" style="color: rgb(147, 161, 161);">#注意:当前我是在windows10&nbsp;64位操作系统下。</span></li><li class="L2" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="com" style="color: rgb(147, 161, 161);">#下载后解压到一个指定的文件夹内,。在此文件夹内创建文本文件,改名为run.bat,内容如下:</span></li></ol></pre><pre class="brush:bash;toolbar:false prettyprint linenums prettyprinted" style="margin: 15px auto; padding: 8px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; background-color: rgba(0, 0, 0, 0.8); border: 1px solid rgb(39, 40, 34); overflow: auto; box-shadow: rgb(57, 56, 46) 40px 0px 0px inset, rgb(70, 71, 65) 41px 0px 0px inset; color: rgb(0, 0, 0); font-size: 13px;"><ol class="linenums" style="margin-left: 33px; list-style: none;"><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">client_windows_amd64</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">exe&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">l&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">:</span><span class="lit" style="color: rgb(174, 129, 255);">8080</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">r&nbsp;xxx</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">xx</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">xx</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">xx</span><span class="pun" style="color: rgb(248, 248, 242);">:</span><span class="lit" style="color: rgb(174, 129, 255);">6666</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">key&nbsp;test&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">mtu&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">1400</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">sndwnd&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">256</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">rcvwnd&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">2048</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">mode&nbsp;fast2&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">dscp&nbsp;</span><span class="lit" style="color: rgb(174, 129, 255);">46</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">&gt;</span><span class="pln" style="color: rgb(102, 217, 239);">kcptun</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">log</span></li></ol></pre><h2 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8); text-align: center;"><img src="https://www.qinzc.me/admin/editor/php/upload/3911552309697.png" style="margin-top: 5px; margin-right: 5px; height: 182px; max-width: 95%; width: 621px;"></h2><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><h2 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">1.解释下</h2><pre class="brush:bash;toolbar:false prettyprint linenums prettyprinted" style="margin: 15px auto; padding: 8px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; background-color: rgba(0, 0, 0, 0.8); border: 1px solid rgb(39, 40, 34); overflow: auto; box-shadow: rgb(57, 56, 46) 40px 0px 0px inset, rgb(70, 71, 65) 41px 0px 0px inset; color: rgb(0, 0, 0); font-size: 13px;"><ol class="linenums" style="margin-left: 33px; list-style: none;"><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pun" style="color: rgb(248, 248, 242);">-</span><span class="pln" style="color: rgb(102, 217, 239);">l&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">:</span><span class="lit" style="color: rgb(174, 129, 255);">8080</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="com" style="color: rgb(147, 161, 161);">//监听本地端口,待会我们从shadowsocks&nbsp;客户端需要连接此端口。</span></li><li class="L1" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">xxx</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">xx</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">xx</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">xx</span><span class="pun" style="color: rgb(248, 248, 242);">:</span><span class="lit" style="color: rgb(174, 129, 255);">6666</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="com" style="color: rgb(147, 161, 161);">//为刚刚在SS服务器IP,及监听的UDP6666端口。</span></li><li class="L2" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">key&nbsp;test&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="com" style="color: rgb(147, 161, 161);">//为Kcptun你的验证密钥,这里为test&nbsp;服务端配置好的,其他参数先不做介绍,可自行--help</span></li></ol></pre><h2 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">2.启动</h2><pre class="brush:bash;toolbar:false prettyprint linenums prettyprinted" style="margin: 15px auto; padding: 8px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; background-color: rgba(0, 0, 0, 0.8); border: 1px solid rgb(39, 40, 34); overflow: auto; box-shadow: rgb(57, 56, 46) 40px 0px 0px inset, rgb(70, 71, 65) 41px 0px 0px inset; color: rgb(0, 0, 0); font-size: 13px;"><ol class="linenums" style="margin-left: 33px; list-style: none;"><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pun" style="color: rgb(248, 248, 242);">双击打开</span><span class="pln" style="color: rgb(102, 217, 239);">run</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">bat&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">即可</span></li></ol></pre><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8); text-align: center;"><img src="https://www.qinzc.me/admin/editor/php/upload/53451552309697.png" style="margin-top: 5px; margin-right: 5px; height: 401px; max-width: 95%; width: 734px;"></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><span style="font-size: 24px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; color: rgb(255, 192, 0);">接下来我们在设置下shadowsocks:</span></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><span style="font-size: 24px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; color: rgb(255, 192, 0);">服务器IP为127.0.0.1</span></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><span style="font-size: 24px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; color: rgb(255, 192, 0);">服务器端口为8080</span></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><span style="font-size: 24px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; color: rgb(255, 192, 0);">密码为你的ss密码(和原来你用ss时候的密码一样)</span></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><h1 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">三、加速前后效果对比</h1><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><h2 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">1.加速前<br></h2><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><img src="https://www.qinzc.me/admin/editor/php/upload/79751552309698.png" style="margin-top: 5px; margin-right: 5px; height: auto; max-width: 95%;"></p><h2 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);"><img src="https://www.qinzc.me/admin/editor/php/upload/93251552309698.png" style="margin-top: 5px; margin-right: 5px; height: auto; max-width: 95%;"></h2><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><h2 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">2.加速后</h2><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><img src="https://www.qinzc.me/admin/editor/php/upload/96991552309698.png" style="margin-top: 5px; margin-right: 5px; height: auto; max-width: 95%;"></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><img src="https://www.qinzc.me/admin/editor/php/upload/6651552309699.png" style="margin-top: 5px; margin-right: 5px; height: auto; max-width: 95%;"></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><br></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><span style="font-size: 36px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; color: rgb(255, 0, 0);">可以看到效果非常明显!速度快到起飞。</span></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><span style="font-size: 36px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; color: rgb(255, 0, 0);"><br></span></p><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><span style="font-size: 36px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; color: rgb(255, 0, 0);"></span></p><h1 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);"><br></h1><h1 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);"><br></h1><h1 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);"><br></h1><h1 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">四、知识扩展</h1><h2 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">1.开机自动启动,后台运行等</h2><pre class="brush:bash;toolbar:false prettyprint linenums prettyprinted" style="margin: 15px auto; padding: 8px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; background-color: rgba(0, 0, 0, 0.8); border: 1px solid rgb(39, 40, 34); overflow: auto; box-shadow: rgb(57, 56, 46) 40px 0px 0px inset, rgb(70, 71, 65) 41px 0px 0px inset; color: rgb(0, 0, 0); font-size: 13px;"><ol class="linenums" style="margin-left: 33px; list-style: none;"><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="com" style="color: rgb(147, 161, 161);">#SS服务器开即自动启动Kcptun服务</span></li><li class="L1" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span></li><li class="L2" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">echo&nbsp;</span><span class="str" style="color: rgb(230, 219, 116);">"sh&nbsp;/root/kcptun/kcptun.sh"</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">&gt;&gt;</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="str" style="color: rgb(230, 219, 116);">/etc/</span><span class="pln" style="color: rgb(102, 217, 239);">rc</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="kwd" style="color: rgb(249, 38, 89);">local</span></li></ol></pre><pre class="brush:bash;toolbar:false prettyprint linenums prettyprinted" style="margin: 15px auto; padding: 8px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; background-color: rgba(0, 0, 0, 0.8); border: 1px solid rgb(39, 40, 34); overflow: auto; box-shadow: rgb(57, 56, 46) 40px 0px 0px inset, rgb(70, 71, 65) 41px 0px 0px inset; color: rgb(0, 0, 0); font-size: 13px;"><ol class="linenums" style="margin-left: 33px; list-style: none;"><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="com" style="color: rgb(147, 161, 161);">#windown&nbsp;10&nbsp;</span></li><li class="L1" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="com" style="color: rgb(147, 161, 161);">#windown&nbsp;10</span></li><li class="L2" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="com" style="color: rgb(147, 161, 161);">#windown&nbsp;10&nbsp;后台运行脚本,放到Kcptun目录下,保存为run.vbs,内如如下:</span></li><li class="L3" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span></li><li class="L4" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="typ" style="color: rgb(166, 226, 46);">Dim</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="typ" style="color: rgb(166, 226, 46);">RunKcptun</span></li><li class="L5" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="typ" style="color: rgb(166, 226, 46);">Set</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;fso&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">=</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="typ" style="color: rgb(166, 226, 46);">CreateObject</span><span class="pun" style="color: rgb(248, 248, 242);">(</span><span class="str" style="color: rgb(230, 219, 116);">"Scripting.FileSystemObject"</span><span class="pun" style="color: rgb(248, 248, 242);">)</span></li><li class="L6" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="typ" style="color: rgb(166, 226, 46);">Set</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="typ" style="color: rgb(166, 226, 46);">WshShell</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">=</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="typ" style="color: rgb(166, 226, 46);">WScript</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="typ" style="color: rgb(166, 226, 46);">CreateObject</span><span class="pun" style="color: rgb(248, 248, 242);">(</span><span class="str" style="color: rgb(230, 219, 116);">"WScript.Shell"</span><span class="pun" style="color: rgb(248, 248, 242);">)</span></li><li class="L7" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="str" style="color: rgb(230, 219, 116);">'获取文件路径</span></li><li class="L8" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="str" style="color: rgb(230, 219, 116);">currentPath&nbsp;=&nbsp;fso.GetFile(Wscript.ScriptFullName).ParentFolder.Path&nbsp;&amp;&nbsp;"\"</span></li><li class="L9" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="str" style="color: rgb(230, 219, 116);">'</span><span class="pun" style="color: rgb(248, 248, 242);">软件运行参数</span></li><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">exeConfig&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">=</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="str" style="color: rgb(230, 219, 116);">"client_windows_amd64.exe&nbsp;-l&nbsp;:8080&nbsp;-r&nbsp;xxx.xxx.xxx.xx:6666&nbsp;-key&nbsp;test&nbsp;-mtu&nbsp;1400&nbsp;-sndwnd&nbsp;256&nbsp;-rcvwnd&nbsp;2048&nbsp;-mode&nbsp;fast2&nbsp;-dscp&nbsp;46"</span></li><li class="L1" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="str" style="color: rgb(230, 219, 116);">'日志文件</span></li><li class="L2" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="str" style="color: rgb(230, 219, 116);">logFile&nbsp;=&nbsp;"kcptun.log"</span></li><li class="L3" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="str" style="color: rgb(230, 219, 116);">'</span><span class="pun" style="color: rgb(248, 248, 242);">拼接命令行</span></li><li class="L4" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">cmdLine&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">=</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="str" style="color: rgb(230, 219, 116);">"cmd&nbsp;/c&nbsp;"</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">&amp;</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;currentPath&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">&amp;</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;exeConfig&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">&amp;</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="str" style="color: rgb(230, 219, 116);">"&nbsp;&gt;&nbsp;"</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">&amp;</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;currentPath&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">&amp;</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;logFile&nbsp;</span><span class="pun" style="color: rgb(248, 248, 242);">&amp;</span><span class="pln" style="color: rgb(102, 217, 239);">&nbsp;</span><span class="str" style="color: rgb(230, 219, 116);">"&nbsp;2&gt;&amp;1"</span></li><li class="L5" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="str" style="color: rgb(230, 219, 116);">'启动软件</span></li><li class="L6" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="str" style="color: rgb(230, 219, 116);">WshShell.Run&nbsp;cmdLine,&nbsp;0,&nbsp;False</span></li><li class="L7" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="str" style="color: rgb(230, 219, 116);">'</span><span class="pun" style="color: rgb(248, 248, 242);">等待</span><span class="lit" style="color: rgb(174, 129, 255);">1</span><span class="pun" style="color: rgb(248, 248, 242);">秒</span></li><li class="L8" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="str" style="color: rgb(230, 219, 116);">'WScript.Sleep&nbsp;1000</span></li><li class="L9" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="str" style="color: rgb(230, 219, 116);">'</span><span class="pun" style="color: rgb(248, 248, 242);">打印运行命令</span></li><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="str" style="color: rgb(230, 219, 116);">'Wscript.echo&nbsp;cmdLine</span></li><li class="L1" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="str" style="color: rgb(230, 219, 116);">Set&nbsp;WshShell&nbsp;=&nbsp;Nothing</span></li><li class="L2" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="str" style="color: rgb(230, 219, 116);">Set&nbsp;fso&nbsp;=&nbsp;Nothing</span></li><li class="L3" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="str" style="color: rgb(230, 219, 116);">'</span><span class="pun" style="color: rgb(248, 248, 242);">退出脚本</span></li><li class="L4" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="typ" style="color: rgb(166, 226, 46);">WScript</span><span class="pun" style="color: rgb(248, 248, 242);">.</span><span class="pln" style="color: rgb(102, 217, 239);">quit</span></li></ol></pre><h2 style="list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0.8);">2.安卓手机端Kcptun插件</h2><pre class="brush:bash;toolbar:false prettyprint linenums prettyprinted" style="margin: 15px auto; padding: 8px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; background-color: rgba(0, 0, 0, 0.8); border: 1px solid rgb(39, 40, 34); overflow: auto; box-shadow: rgb(57, 56, 46) 40px 0px 0px inset, rgb(70, 71, 65) 41px 0px 0px inset; color: rgb(0, 0, 0); font-size: 13px;"><ol class="linenums" style="margin-left: 33px; list-style: none;"><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><a href="https://github.com/shadowsocks/kcptun-android/releases" _src="https://github.com/shadowsocks/kcptun-android/releases" style="cursor: url(&quot;link.cur&quot;), pointer; color: rgb(68, 136, 187); text-decoration-line: none;"><span class="pln" style="color: rgb(102, 217, 239);">https</span><span class="pun" style="color: rgb(248, 248, 242);">:</span><span class="com" style="color: rgb(147, 161, 161);">//github.com/shadowsocks/kcptun-android/releases</span></a><br><br></li></ol></pre><pre class="brush:bash;toolbar:false prettyprint linenums prettyprinted" style="margin: 15px auto; padding: 8px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; background-color: rgba(0, 0, 0, 0.8); border: 1px solid rgb(39, 40, 34); overflow: auto; box-shadow: rgb(57, 56, 46) 40px 0px 0px inset, rgb(70, 71, 65) 41px 0px 0px inset; color: rgb(0, 0, 0); font-size: 13px;"><ol class="linenums" style="margin-left: 33px; list-style: none;"><li class="L0" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="com" style="color: rgb(147, 161, 161);">#下载apk安装后,打开ss,启动插件(相当Kcptun客户端),</span></li><li class="L1" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="com" style="color: rgb(147, 161, 161);">#连接地址为SS服务器IP的Kcptun端口:6666</span></li><li class="L2" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="com" style="color: rgb(147, 161, 161);">#下面参数与win10客户端想对应即可。</span></li><li class="L3" style="margin-left: 0px; padding-left: 12px; list-style-position: initial; list-style-image: initial; color: rgb(255, 255, 255); line-height: 20px;"><span class="pln" style="color: rgb(102, 217, 239);">key</span><span class="pun" style="color: rgb(248, 248, 242);">=</span><span class="pln" style="color: rgb(102, 217, 239);">test</span><span class="pun" style="color: rgb(248, 248, 242);">;</span><span class="pln" style="color: rgb(102, 217, 239);">mtu</span><span class="pun" style="color: rgb(248, 248, 242);">=</span><span class="lit" style="color: rgb(174, 129, 255);">1400</span><span class="pun" style="color: rgb(248, 248, 242);">;</span><span class="pln" style="color: rgb(102, 217, 239);">sndwnd</span><span class="pun" style="color: rgb(248, 248, 242);">=</span><span class="lit" style="color: rgb(174, 129, 255);">256</span><span class="pun" style="color: rgb(248, 248, 242);">;</span><span class="pln" style="color: rgb(102, 217, 239);">rcvwnd</span><span class="pun" style="color: rgb(248, 248, 242);">=</span><span class="lit" style="color: rgb(174, 129, 255);">2048</span><span class="pun" style="color: rgb(248, 248, 242);">;</span><span class="pln" style="color: rgb(102, 217, 239);">mode</span><span class="pun" style="color: rgb(248, 248, 242);">=</span><span class="pln" style="color: rgb(102, 217, 239);">fast2</span><span class="pun" style="color: rgb(248, 248, 242);">;</span><span class="pln" style="color: rgb(102, 217, 239);">dscp</span><span class="pun" style="color: rgb(248, 248, 242);">=</span><span class="lit" style="color: rgb(174, 129, 255);">46</span></li></ol></pre><p style="margin-bottom: 15px; list-style: none; font-family: &quot;Microsoft YaHei&quot;, 微软雅黑, &quot;Trebuchet MS&quot;, Arial, Verdana, Tahoma, sans-serif; color: rgb(0, 0, 0); font-size: 13px; background-color: rgba(255, 255, 255, 0.8);"><span class="attachment"><a target="_blank" href="https://www.qinzc.me/content/uploadfile/201903/f8d41552310068.gz" style="cursor: url(&quot;link.cur&quot;), pointer; color: rgb(68, 136, 187); text-decoration-line: none;">kcptun.tar.gz</a></span></p>
页: [1]
查看完整版本: kcptun加速代理