index.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="pinterest" content="nopin">
  6. <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
  7. <meta name="generator" content="Hugo 0.56.3" />
  8. <link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/posts/index.xml">
  9. <link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/posts/">
  10. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
  11. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  12. <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
  13. <title>Posts - GOPROXY IN ACTION</title>
  14. <link href="https://snail007.goproxyauth.com/goproxy/css/styles.css" rel="stylesheet">
  15. </head>
  16. <body>
  17. <header class="l-header">
  18. <nav class="navbar navbar-default">
  19. <div class="container">
  20. <div class="navbar-header">
  21. <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
  22. <span class="sr-only">Toggle navigation</span>
  23. <span class="icon-bar"></span>
  24. <span class="icon-bar"></span>
  25. <span class="icon-bar"></span>
  26. </button>
  27. <a class="navbar-brand" href="https://snail007.goproxyauth.com/goproxy/">GOPROXY IN ACTION</a>
  28. </div>
  29. <div id="navbar" class="collapse navbar-collapse">
  30. <ul class="nav navbar-nav navbar-right">
  31. <li><a href="https://github.com/snail007/goproxy/releases/">下载</a></li>
  32. <li><a href="https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/">实战</a></li>
  33. <li><a href="https://snail007.goproxyauth.com/goproxy/manual/zh/#/">手册</a></li>
  34. <li><a href="/goproxy/about/">关于</a></li>
  35. </ul>
  36. </div>
  37. </div>
  38. </nav>
  39. </header>
  40. <main>
  41. <div class="container">
  42. <div class="row">
  43. <div class="col-md-8">
  44. <header class="page-header">
  45. <h1>Posts</h1>
  46. </header>
  47. <ul class="p-articles">
  48. <li><article class="li">
  49. <header>
  50. <ul class="p-facts">
  51. <li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-07-05T08:20:48JST">Jul 5, 2019</time></li>
  52. <li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/posts/">posts</a></li>
  53. </ul>
  54. <h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a></h2>
  55. </header>
  56. <div class="summary">准备工作 本文综合的介绍了cloudflare注册使用,从域名解析到回源,完成了一个二级域使用cloudflare的CDN加速的配置过程。 首先</div>
  57. <footer>
  58. <a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" title="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法">Read More…</a>
  59. </footer>
  60. </article>
  61. </li>
  62. <li><article class="li">
  63. <header>
  64. <ul class="p-facts">
  65. <li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-07-04T17:54:31JST">Jul 4, 2019</time></li>
  66. <li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/posts/">posts</a></li>
  67. </ul>
  68. <h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/">在windows下实现基于dns的自动全局代理</a></h2>
  69. </header>
  70. <div class="summary">在windows下实现基于dns的自动全局代理。 本方法需要监听本地80和443端口,所以如果你有程序占用了这两个端口,请关闭相应的程序。 本文</div>
  71. <footer>
  72. <a href="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/" title="在windows下实现基于dns的自动全局代理">Read More…</a>
  73. </footer>
  74. </article>
  75. </li>
  76. <li><article class="li">
  77. <header>
  78. <ul class="p-facts">
  79. <li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-28T17:37:30JST">Jun 28, 2019</time></li>
  80. <li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/posts/">posts</a></li>
  81. </ul>
  82. <h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/cloudflare/">Cloudflare使用简明教程</a></h2>
  83. </header>
  84. <div class="summary">前言 GOPROXY底层传输协议支持ws,可以利用cdn加速,使用cdn需要域名解析知识以及cdn的一些知识,那么很多小伙伴对cdn不是很熟悉</div>
  85. <footer>
  86. <a href="https://snail007.goproxyauth.com/goproxy/posts/cloudflare/" title="Cloudflare使用简明教程">Read More…</a>
  87. </footer>
  88. </article>
  89. </li>
  90. <li><article class="li">
  91. <header>
  92. <ul class="p-facts">
  93. <li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-28T17:02:57JST">Jun 28, 2019</time></li>
  94. <li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/posts/">posts</a></li>
  95. </ul>
  96. <h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/">内网穿透也能用CDN???!</a></h2>
  97. </header>
  98. <div class="summary">内网穿透之套CDN 好处就不用说了吧,两个字稳! 假如在windows上配置了可以访问的连接 http://127.0.0.1:801/abc/index.php , 如何能使用VPS+CDN做内网穿透呢? 配置如下:</div>
  99. <footer>
  100. <a href="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/" title="内网穿透也能用CDN???!">Read More…</a>
  101. </footer>
  102. </article>
  103. </li>
  104. <li><article class="li">
  105. <header>
  106. <ul class="p-facts">
  107. <li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T16:25:06JST">Jun 14, 2019</time></li>
  108. <li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/posts/">posts</a></li>
  109. </ul>
  110. <h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/">代理之套用CDN</a></h2>
  111. </header>
  112. <div class="summary">goproxy代理之套用CDN 准备 在VPS上下载对应平台的执行文件,这里以Linux为例。 在电脑上下载对应平台的执行文件,这里以Window</div>
  113. <footer>
  114. <a href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/" title="代理之套用CDN">Read More…</a>
  115. </footer>
  116. </article>
  117. </li>
  118. </ul>
  119. </div>
  120. <div class="col-md-4">
  121. <aside class="l-sidebar">
  122. <section class="panel panel-default">
  123. <div class="panel-heading">
  124. <div class="panel-title">LATESTS</div>
  125. </div>
  126. <div class="list-group">
  127. <a href="https://snail007.goproxyauth.com/goproxy/usage/first/" class="list-group-item">手册前言(使用必读)</a>
  128. <a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/" class="list-group-item">GOPROXY免费版VS商业版</a>
  129. <a href="https://snail007.goproxyauth.com/goproxy/page/faq/goproxy%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E8%A7%A3%E7%AD%94/" class="list-group-item">常见问题解答</a>
  130. <a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
  131. <a href="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/" class="list-group-item">在windows下实现基于dns的自动全局代理</a>
  132. <a href="https://snail007.goproxyauth.com/goproxy/usage/tcp/" class="list-group-item">TCP代理</a>
  133. <a href="https://snail007.goproxyauth.com/goproxy/posts/cloudflare/" class="list-group-item">Cloudflare使用简明教程</a>
  134. <a href="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/" class="list-group-item">内网穿透也能用CDN???!</a>
  135. <a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/" class="list-group-item">GOPROXY Free Version VS Commercial Version</a>
  136. <a href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/" class="list-group-item">代理之套用CDN</a>
  137. </div>
  138. </section>
  139. <section class="panel panel-default">
  140. <div class="panel-heading">
  141. <div class="panel-title">CATEGORY</div>
  142. </div>
  143. <div class="list-group">
  144. <a href="https://snail007.goproxyauth.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB" class="list-group-item">默认分类</a>
  145. <a href="https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C" class="list-group-item">goproxy手册</a>
  146. <a href="https://snail007.goproxyauth.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4" class="list-group-item">架构解说</a>
  147. <a href="https://snail007.goproxyauth.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7" class="list-group-item">细说层级</a>
  148. </div>
  149. </section>
  150. <section class="panel panel-default">
  151. <div class="panel-heading">
  152. <div class="panel-title">TAG</div>
  153. </div>
  154. <div class="list-group">
  155. <a href="https://snail007.goproxyauth.com/goproxy/tags/cdn" class="list-group-item">cdn</a>
  156. <a href="https://snail007.goproxyauth.com/goproxy/tags/ws" class="list-group-item">ws</a>
  157. <a href="https://snail007.goproxyauth.com/goproxy/tags/cloudflare" class="list-group-item">cloudflare</a>
  158. <a href="https://snail007.goproxyauth.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88" class="list-group-item">商业版</a>
  159. <a href="https://snail007.goproxyauth.com/goproxy/tags/commercial" class="list-group-item">commercial</a>
  160. <a href="https://snail007.goproxyauth.com/goproxy/tags/domain" class="list-group-item">domain</a>
  161. <a href="https://snail007.goproxyauth.com/goproxy/tags/tcp" class="list-group-item">tcp</a>
  162. <a href="https://snail007.goproxyauth.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86" class="list-group-item">全局代理</a>
  163. <a href="https://snail007.goproxyauth.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F" class="list-group-item">内网穿透</a>
  164. </div>
  165. </section>
  166. </aside>
  167. </div>
  168. </div>
  169. </div>
  170. </main>
  171. <footer class="l-footer">
  172. <div class="container">
  173. <p><span class="h-logo">&copy; GOPROXY IN ACTION</span></p>
  174. </div>
  175. </footer>
  176. <script src="//code.jquery.com/jquery-3.1.1.min.js"></script>
  177. <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  178. <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
  179. <script>hljs.initHighlightingOnLoad();</script>
  180. <script>
  181. $(function(){
  182. $("img[css]").each(function(){
  183. $(this).attr("style",$(this).attr("css"));
  184. });
  185. });
  186. </script>
  187. </body>
  188. </html>