update
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href="https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/">
|
||||
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/">
|
||||
|
||||
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
@@ -20,18 +20,18 @@
|
||||
|
||||
<meta property="og:title" content="在windows下实现基于dns的自动全局代理 - GOPROXY IN ACTION">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:url" content="https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/">
|
||||
<meta property="og:image" content="https://snail007.host900.com/goproxy/images/default.png">
|
||||
<meta property="og:url" content="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/">
|
||||
<meta property="og:image" content="https://snail007.goproxyauth.com/goproxy/images/default.png">
|
||||
<meta property="og:site_name" content="GOPROXY IN ACTION">
|
||||
<meta property="og:description" content="在windows下实现基于dns的自动全局代理">
|
||||
<meta property="og:locale" content="zh_CN">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="GOPROXY IN ACTION">
|
||||
<meta name="twitter:url" content="https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/">
|
||||
<meta name="twitter:url" content="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/">
|
||||
<meta name="twitter:title" content="在windows下实现基于dns的自动全局代理 - GOPROXY IN ACTION">
|
||||
<meta name="twitter:description" content="在windows下实现基于dns的自动全局代理">
|
||||
<meta name="twitter:image" content="https://snail007.host900.com/goproxy/images/default.png">
|
||||
<meta name="twitter:image" content="https://snail007.goproxyauth.com/goproxy/images/default.png">
|
||||
|
||||
|
||||
<script type="application/ld+json">
|
||||
@@ -40,12 +40,12 @@
|
||||
"@type": "NewsArticle",
|
||||
"mainEntityOfPage": {
|
||||
"@type": "WebPage",
|
||||
"@id":"https:\/\/snail007.host900.com\/goproxy\/"
|
||||
"@id":"https:\/\/snail007.goproxyauth.com\/goproxy\/"
|
||||
},
|
||||
"headline": "在windows下实现基于dns的自动全局代理 - GOPROXY IN ACTION",
|
||||
"image": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https:\/\/snail007.host900.com\/goproxy\/images\/default.png",
|
||||
"url": "https:\/\/snail007.goproxyauth.com\/goproxy\/images\/default.png",
|
||||
"height": 800,
|
||||
"width": 800
|
||||
},
|
||||
@@ -60,7 +60,7 @@
|
||||
"name": "GOPROXY IN ACTION",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https:\/\/snail007.host900.com\/goproxy\/images/logo.png",
|
||||
"url": "https:\/\/snail007.goproxyauth.com\/goproxy\/images/logo.png",
|
||||
"width": 600,
|
||||
"height": 60
|
||||
}
|
||||
@@ -70,7 +70,7 @@
|
||||
</script>
|
||||
|
||||
|
||||
<link href="https://snail007.host900.com/goproxy/css/styles.css" rel="stylesheet">
|
||||
<link href="https://snail007.goproxyauth.com/goproxy/css/styles.css" rel="stylesheet">
|
||||
|
||||
|
||||
</head>
|
||||
@@ -90,7 +90,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="https://snail007.host900.com/goproxy/">GOPROXY IN ACTION</a>
|
||||
<a class="navbar-brand" href="https://snail007.goproxyauth.com/goproxy/">GOPROXY IN ACTION</a>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -103,11 +103,11 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/">实战</a></li>
|
||||
<li><a href="https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/">实战</a></li>
|
||||
|
||||
|
||||
|
||||
<li><a href="https://snail007.host900.com/goproxy/manual/zh/#/">手册</a></li>
|
||||
<li><a href="https://snail007.goproxyauth.com/goproxy/manual/zh/#/">手册</a></li>
|
||||
|
||||
|
||||
|
||||
@@ -131,9 +131,9 @@
|
||||
|
||||
<nav class="p-crumb">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="https://snail007.host900.com/goproxy/"><i class="fa fa-home" aria-hidden="true"></i></a></li>
|
||||
<li><a href="https://snail007.goproxyauth.com/goproxy/"><i class="fa fa-home" aria-hidden="true"></i></a></li>
|
||||
|
||||
<li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="https://snail007.host900.com/goproxy/posts/" itemprop="url"><span itemprop="title">posts</span></a></li>
|
||||
<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>
|
||||
|
||||
<li class="active">在windows下实现基于dns的自动全局代理</li>
|
||||
</ol>
|
||||
@@ -143,7 +143,7 @@
|
||||
<header>
|
||||
<ul class="p-facts">
|
||||
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-07-04T17:54:31JST">Jul 4, 2019</time></li>
|
||||
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/posts/">posts</a></li>
|
||||
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/posts/">posts</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
@@ -232,7 +232,7 @@
|
||||
<div>
|
||||
<ul class="p-terms">
|
||||
|
||||
<li><a href="https://snail007.host900.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/">默认分类</a></li>
|
||||
<li><a href="https://snail007.goproxyauth.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/">默认分类</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
@@ -247,7 +247,7 @@
|
||||
<div>
|
||||
<ul class="p-terms">
|
||||
|
||||
<li><a href="https://snail007.host900.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/">全局代理</a></li>
|
||||
<li><a href="https://snail007.goproxyauth.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/">全局代理</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
@@ -291,25 +291,25 @@
|
||||
</div>
|
||||
<div class="list-group">
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/usage/first/" class="list-group-item">手册前言(使用必读)</a>
|
||||
<a href="https://snail007.goproxyauth.com/goproxy/usage/first/" class="list-group-item">手册前言(使用必读)</a>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/page/free_vs_commercial/" class="list-group-item">GOPROXY免费版VS商业版</a>
|
||||
<a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/" class="list-group-item">GOPROXY免费版VS商业版</a>
|
||||
|
||||
<a href="https://snail007.host900.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>
|
||||
<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>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台+极客+cloudflare 的配置方法</a>
|
||||
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台+极客+cloudflare 的配置方法</a>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/" class="list-group-item">在windows下实现基于dns的自动全局代理</a>
|
||||
<a href="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/" class="list-group-item">在windows下实现基于dns的自动全局代理</a>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/usage/tcp/" class="list-group-item">TCP代理</a>
|
||||
<a href="https://snail007.goproxyauth.com/goproxy/usage/tcp/" class="list-group-item">TCP代理</a>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/posts/cloudflare/" class="list-group-item">Cloudflare使用简明教程</a>
|
||||
<a href="https://snail007.goproxyauth.com/goproxy/posts/cloudflare/" class="list-group-item">Cloudflare使用简明教程</a>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/posts/http-nat-cdn/" class="list-group-item">内网穿透也能用CDN???!</a>
|
||||
<a href="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/" class="list-group-item">内网穿透也能用CDN???!</a>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/page/free_vs_commercial_en/" class="list-group-item">GOPROXY Free Version VS Commercial Version</a>
|
||||
<a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/" class="list-group-item">GOPROXY Free Version VS Commercial Version</a>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/posts/http_cdn_ws/" class="list-group-item">代理之套用CDN</a>
|
||||
<a href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/" class="list-group-item">代理之套用CDN</a>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
@@ -321,13 +321,13 @@
|
||||
</div>
|
||||
<div class="list-group">
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB" class="list-group-item">默认分类</a>
|
||||
<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>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C" class="list-group-item">goproxy手册</a>
|
||||
<a href="https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C" class="list-group-item">goproxy手册</a>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4" class="list-group-item">架构解说</a>
|
||||
<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>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7" class="list-group-item">细说层级</a>
|
||||
<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>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
@@ -338,23 +338,23 @@
|
||||
</div>
|
||||
<div class="list-group">
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/tags/cdn" class="list-group-item">cdn</a>
|
||||
<a href="https://snail007.goproxyauth.com/goproxy/tags/cdn" class="list-group-item">cdn</a>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/tags/ws" class="list-group-item">ws</a>
|
||||
<a href="https://snail007.goproxyauth.com/goproxy/tags/ws" class="list-group-item">ws</a>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/tags/cloudflare" class="list-group-item">cloudflare</a>
|
||||
<a href="https://snail007.goproxyauth.com/goproxy/tags/cloudflare" class="list-group-item">cloudflare</a>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88" class="list-group-item">商业版</a>
|
||||
<a href="https://snail007.goproxyauth.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88" class="list-group-item">商业版</a>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/tags/commercial" class="list-group-item">commercial</a>
|
||||
<a href="https://snail007.goproxyauth.com/goproxy/tags/commercial" class="list-group-item">commercial</a>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/tags/domain" class="list-group-item">domain</a>
|
||||
<a href="https://snail007.goproxyauth.com/goproxy/tags/domain" class="list-group-item">domain</a>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/tags/tcp" class="list-group-item">tcp</a>
|
||||
<a href="https://snail007.goproxyauth.com/goproxy/tags/tcp" class="list-group-item">tcp</a>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86" class="list-group-item">全局代理</a>
|
||||
<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>
|
||||
|
||||
<a href="https://snail007.host900.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F" class="list-group-item">内网穿透</a>
|
||||
<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>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user