index.html 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  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/usage/index.xml">
  9. <link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/usage/">
  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>Usages - 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>Usages</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-04T11:00:50JST">Jul 4, 2019</time></li>
  52. <li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/usage/">usage</a></li>
  53. </ul>
  54. <h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/usage/first/">手册前言(使用必读)</a></h2>
  55. </header>
  56. <div class="summary">前言 GOPROXY使用必读 手册和项目中使用了一部分的名词,它们本身的含义和在goproxy的专有含义是不一样的,所以前言中对这些名词做了解释</div>
  57. <footer>
  58. <a href="https://snail007.goproxyauth.com/goproxy/usage/first/" title="手册前言(使用必读)">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-04T11:00:50JST">Jul 4, 2019</time></li>
  66. <li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/usage/">usage</a></li>
  67. </ul>
  68. <h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/usage/tcp/">TCP代理</a></h2>
  69. </header>
  70. <div class="summary">工作原理 tcp代理,也称为tcp端口转发,工作原理就是,把proxy监听端口进来的tcp连接的数据原样转发到上级监听的一个端口。 上级可以是p</div>
  71. <footer>
  72. <a href="https://snail007.goproxyauth.com/goproxy/usage/tcp/" title="TCP代理">Read More…</a>
  73. </footer>
  74. </article>
  75. </li>
  76. </ul>
  77. </div>
  78. <div class="col-md-4">
  79. <aside class="l-sidebar">
  80. <section class="panel panel-default">
  81. <div class="panel-heading">
  82. <div class="panel-title">LATESTS</div>
  83. </div>
  84. <div class="list-group">
  85. <a href="https://snail007.goproxyauth.com/goproxy/usage/first/" class="list-group-item">手册前言(使用必读)</a>
  86. <a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/" class="list-group-item">GOPROXY免费版VS商业版</a>
  87. <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>
  88. <a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
  89. <a href="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/" class="list-group-item">在windows下实现基于dns的自动全局代理</a>
  90. <a href="https://snail007.goproxyauth.com/goproxy/usage/tcp/" class="list-group-item">TCP代理</a>
  91. <a href="https://snail007.goproxyauth.com/goproxy/posts/cloudflare/" class="list-group-item">Cloudflare使用简明教程</a>
  92. <a href="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/" class="list-group-item">内网穿透也能用CDN???!</a>
  93. <a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/" class="list-group-item">GOPROXY Free Version VS Commercial Version</a>
  94. <a href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/" class="list-group-item">代理之套用CDN</a>
  95. </div>
  96. </section>
  97. <section class="panel panel-default">
  98. <div class="panel-heading">
  99. <div class="panel-title">CATEGORY</div>
  100. </div>
  101. <div class="list-group">
  102. <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>
  103. <a href="https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C" class="list-group-item">goproxy手册</a>
  104. <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>
  105. <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>
  106. </div>
  107. </section>
  108. <section class="panel panel-default">
  109. <div class="panel-heading">
  110. <div class="panel-title">TAG</div>
  111. </div>
  112. <div class="list-group">
  113. <a href="https://snail007.goproxyauth.com/goproxy/tags/cdn" class="list-group-item">cdn</a>
  114. <a href="https://snail007.goproxyauth.com/goproxy/tags/ws" class="list-group-item">ws</a>
  115. <a href="https://snail007.goproxyauth.com/goproxy/tags/cloudflare" class="list-group-item">cloudflare</a>
  116. <a href="https://snail007.goproxyauth.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88" class="list-group-item">商业版</a>
  117. <a href="https://snail007.goproxyauth.com/goproxy/tags/commercial" class="list-group-item">commercial</a>
  118. <a href="https://snail007.goproxyauth.com/goproxy/tags/domain" class="list-group-item">domain</a>
  119. <a href="https://snail007.goproxyauth.com/goproxy/tags/tcp" class="list-group-item">tcp</a>
  120. <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>
  121. <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>
  122. </div>
  123. </section>
  124. </aside>
  125. </div>
  126. </div>
  127. </div>
  128. </main>
  129. <footer class="l-footer">
  130. <div class="container">
  131. <p><span class="h-logo">&copy; GOPROXY IN ACTION</span></p>
  132. </div>
  133. </footer>
  134. <script src="//code.jquery.com/jquery-3.1.1.min.js"></script>
  135. <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  136. <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
  137. <script>hljs.initHighlightingOnLoad();</script>
  138. <script>
  139. $(function(){
  140. $("img[css]").each(function(){
  141. $(this).attr("style",$(this).attr("css"));
  142. });
  143. });
  144. </script>
  145. </body>
  146. </html>