index.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  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="canonical" href="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/">
  9. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
  10. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  11. <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
  12. <title>在windows下实现基于dns的自动全局代理 - GOPROXY IN ACTION</title>
  13. <meta name="description" content="在windows下实现基于dns的自动全局代理">
  14. <meta property="og:title" content="在windows下实现基于dns的自动全局代理 - GOPROXY IN ACTION">
  15. <meta property="og:type" content="article">
  16. <meta property="og:url" content="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/">
  17. <meta property="og:image" content="https://snail007.goproxyauth.com/goproxy/images/default.png">
  18. <meta property="og:site_name" content="GOPROXY IN ACTION">
  19. <meta property="og:description" content="在windows下实现基于dns的自动全局代理">
  20. <meta property="og:locale" content="zh_CN">
  21. <meta name="twitter:card" content="summary_large_image">
  22. <meta name="twitter:site" content="GOPROXY IN ACTION">
  23. <meta name="twitter:url" content="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/">
  24. <meta name="twitter:title" content="在windows下实现基于dns的自动全局代理 - GOPROXY IN ACTION">
  25. <meta name="twitter:description" content="在windows下实现基于dns的自动全局代理">
  26. <meta name="twitter:image" content="https://snail007.goproxyauth.com/goproxy/images/default.png">
  27. <script type="application/ld+json">
  28. {
  29. "@context": "http://schema.org",
  30. "@type": "NewsArticle",
  31. "mainEntityOfPage": {
  32. "@type": "WebPage",
  33. "@id":"https:\/\/snail007.goproxyauth.com\/goproxy\/"
  34. },
  35. "headline": "在windows下实现基于dns的自动全局代理 - GOPROXY IN ACTION",
  36. "image": {
  37. "@type": "ImageObject",
  38. "url": "https:\/\/snail007.goproxyauth.com\/goproxy\/images\/default.png",
  39. "height": 800,
  40. "width": 800
  41. },
  42. "datePublished": "2019-07-04T17:54:31JST",
  43. "dateModified": "2019-07-04T17:54:31JST",
  44. "author": {
  45. "@type": "Person",
  46. "name": "GOPROXY IN ACTION"
  47. },
  48. "publisher": {
  49. "@type": "Organization",
  50. "name": "GOPROXY IN ACTION",
  51. "logo": {
  52. "@type": "ImageObject",
  53. "url": "https:\/\/snail007.goproxyauth.com\/goproxy\/images/logo.png",
  54. "width": 600,
  55. "height": 60
  56. }
  57. },
  58. "description": "在windows下实现基于dns的自动全局代理"
  59. }
  60. </script>
  61. <link href="https://snail007.goproxyauth.com/goproxy/css/styles.css" rel="stylesheet">
  62. </head>
  63. <body>
  64. <header class="l-header">
  65. <nav class="navbar navbar-default">
  66. <div class="container">
  67. <div class="navbar-header">
  68. <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
  69. <span class="sr-only">Toggle navigation</span>
  70. <span class="icon-bar"></span>
  71. <span class="icon-bar"></span>
  72. <span class="icon-bar"></span>
  73. </button>
  74. <a class="navbar-brand" href="https://snail007.goproxyauth.com/goproxy/">GOPROXY IN ACTION</a>
  75. </div>
  76. <div id="navbar" class="collapse navbar-collapse">
  77. <ul class="nav navbar-nav navbar-right">
  78. <li><a href="https://github.com/snail007/goproxy/releases/">下载</a></li>
  79. <li><a href="https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/">实战</a></li>
  80. <li><a href="https://snail007.goproxyauth.com/goproxy/manual/zh/#/">手册</a></li>
  81. <li><a href="/goproxy/about/">关于</a></li>
  82. </ul>
  83. </div>
  84. </div>
  85. </nav>
  86. </header>
  87. <main>
  88. <div class="container">
  89. <div class="row">
  90. <div class="col-md-8">
  91. <nav class="p-crumb">
  92. <ol class="breadcrumb">
  93. <li><a href="https://snail007.goproxyauth.com/goproxy/"><i class="fa fa-home" aria-hidden="true"></i></a></li>
  94. <li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="https://snail007.goproxyauth.com/goproxy/posts/" itemprop="url"><span itemprop="title">posts</span></a></li>
  95. <li class="active">在windows下实现基于dns的自动全局代理</li>
  96. </ol>
  97. </nav>
  98. <article class="single">
  99. <header>
  100. <ul class="p-facts">
  101. <li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-07-04T17:54:31JST">Jul 4, 2019</time></li>
  102. <li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/posts/">posts</a></li>
  103. </ul>
  104. <h1 class="title">在windows下实现基于dns的自动全局代理</h1>
  105. </header>
  106. <div class="article-body">
  107. <h3 id="在windows下实现基于dns的自动全局代理">在windows下实现基于dns的自动全局代理。</h3>
  108. <p>本方法需要监听本地80和443端口,所以如果你有程序占用了这两个端口,请关闭相应的程序。</p>
  109. <p>本文提供了两种方式:1.使用CDN作为中间传输层 2.不使用CDN;根据自己情况二选一即可。</p>
  110. <h4 id="1-正常配置篇">1.正常配置篇</h4>
  111. <p>服务端为机器A</p>
  112. <p>1、在上级服务端执行:</p>
  113. <p><code>./proxy http -t ws -p 0.0.0.0:8443 —-daemon</code></p>
  114. <p>3、在电脑上:</p>
  115. <p>1)修改proxy目录下面的hosts文件,该文件和proxy.exe程序一起。</p>
  116. <p>添加如下内容:</p>
  117. <pre><code class="language-text">127.0.0.1 **.**
  118. </code></pre>
  119. <p>2)修改本地网络连接的dns地址为127.0.0.1。</p>
  120. <p>3)本机启动一个二级sps监听80和443。</p>
  121. <p><code>proxy.exe sps -P httpws://IP_A:8443 -p :80,:443 -q 8.8.8.8:53</code></p>
  122. <p>4)本地启动一个dns监听53 <code>.\proxy.exe dns -P http://127.0.0.1:80 --hosts .\hosts</code> 。</p>
  123. <h4 id="2-配合cdn配置篇">2.配合CDN配置篇</h4>
  124. <p>1、配置好cloudflare,CDN加速域名为:your.domain.com。</p>
  125. <p>2、在上级服务端执行:</p>
  126. <p>首先生成证书:</p>
  127. <p><code>proxy keygen -C proxy</code></p>
  128. <p>然后:</p>
  129. <p><code>./proxy http -t wss -p 0.0.0.0:8443 —-daemon</code></p>
  130. <p>3、在电脑上:</p>
  131. <p>1)修改proxy目录下面的hosts文件,该文件和proxy.exe程序一起。</p>
  132. <p>添加如下内容:</p>
  133. <pre><code class="language-text">111.222.111.222 your.domain.com
  134. 127.0.0.1 **.**
  135. </code></pre>
  136. <p>2)修改本地网络连接的dns地址为127.0.0.1。</p>
  137. <p>3)本机启动一个二级sps监听80和443。</p>
  138. <p><code>proxy.exe sps -P httpwss://your.domain.com:8443 -p :80,:443 -q 8.8.8.8:53</code></p>
  139. <p>4)本地启动一个dns监听53 <code>.\proxy.exe dns -P http://127.0.0.1:80 -—hosts .\hosts</code> 。</p>
  140. </div>
  141. <footer class="article-footer">
  142. <section class="bordered">
  143. <header>
  144. <div class="panel-title">CATEGORIES</div>
  145. </header>
  146. <div>
  147. <ul class="p-terms">
  148. <li><a href="https://snail007.goproxyauth.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/">默认分类</a></li>
  149. </ul>
  150. </div>
  151. </section>
  152. <section class="bordered">
  153. <header>
  154. <div class="panel-title">TAGS</div>
  155. </header>
  156. <div>
  157. <ul class="p-terms">
  158. <li><a href="https://snail007.goproxyauth.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/">全局代理</a></li>
  159. </ul>
  160. </div>
  161. </section>
  162. </footer>
  163. </article>
  164. <div id="disqus_thread"></div>
  165. <script type="application/javascript">
  166. var disqus_config = function () {
  167. };
  168. (function() {
  169. if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
  170. document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
  171. return;
  172. }
  173. var d = document, s = d.createElement('script'); s.async = true;
  174. s.src = '//' + "goproxy" + '.disqus.com/embed.js';
  175. s.setAttribute('data-timestamp', +new Date());
  176. (d.head || d.body).appendChild(s);
  177. })();
  178. </script>
  179. <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  180. <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
  181. </div>
  182. <div class="col-md-4">
  183. <aside class="l-sidebar">
  184. <section class="panel panel-default">
  185. <div class="panel-heading">
  186. <div class="panel-title">LATESTS</div>
  187. </div>
  188. <div class="list-group">
  189. <a href="https://snail007.goproxyauth.com/goproxy/usage/first/" class="list-group-item">手册前言(使用必读)</a>
  190. <a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/" class="list-group-item">GOPROXY免费版VS商业版</a>
  191. <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>
  192. <a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
  193. <a href="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/" class="list-group-item">在windows下实现基于dns的自动全局代理</a>
  194. <a href="https://snail007.goproxyauth.com/goproxy/usage/tcp/" class="list-group-item">TCP代理</a>
  195. <a href="https://snail007.goproxyauth.com/goproxy/posts/cloudflare/" class="list-group-item">Cloudflare使用简明教程</a>
  196. <a href="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/" class="list-group-item">内网穿透也能用CDN???!</a>
  197. <a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/" class="list-group-item">GOPROXY Free Version VS Commercial Version</a>
  198. <a href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/" class="list-group-item">代理之套用CDN</a>
  199. </div>
  200. </section>
  201. <section class="panel panel-default">
  202. <div class="panel-heading">
  203. <div class="panel-title">CATEGORY</div>
  204. </div>
  205. <div class="list-group">
  206. <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>
  207. <a href="https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C" class="list-group-item">goproxy手册</a>
  208. <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>
  209. <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>
  210. </div>
  211. </section>
  212. <section class="panel panel-default">
  213. <div class="panel-heading">
  214. <div class="panel-title">TAG</div>
  215. </div>
  216. <div class="list-group">
  217. <a href="https://snail007.goproxyauth.com/goproxy/tags/cdn" class="list-group-item">cdn</a>
  218. <a href="https://snail007.goproxyauth.com/goproxy/tags/ws" class="list-group-item">ws</a>
  219. <a href="https://snail007.goproxyauth.com/goproxy/tags/cloudflare" class="list-group-item">cloudflare</a>
  220. <a href="https://snail007.goproxyauth.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88" class="list-group-item">商业版</a>
  221. <a href="https://snail007.goproxyauth.com/goproxy/tags/commercial" class="list-group-item">commercial</a>
  222. <a href="https://snail007.goproxyauth.com/goproxy/tags/domain" class="list-group-item">domain</a>
  223. <a href="https://snail007.goproxyauth.com/goproxy/tags/tcp" class="list-group-item">tcp</a>
  224. <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>
  225. <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>
  226. </div>
  227. </section>
  228. </aside>
  229. </div>
  230. </div>
  231. </div>
  232. </main>
  233. <footer class="l-footer">
  234. <div class="container">
  235. <p><span class="h-logo">&copy; GOPROXY IN ACTION</span></p>
  236. </div>
  237. </footer>
  238. <script src="//code.jquery.com/jquery-3.1.1.min.js"></script>
  239. <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  240. <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
  241. <script>hljs.initHighlightingOnLoad();</script>
  242. <script>
  243. $(function(){
  244. $("img[css]").each(function(){
  245. $(this).attr("style",$(this).attr("css"));
  246. });
  247. });
  248. </script>
  249. </body>
  250. </html>