pull/539/head
arraykeys 10 months ago
parent bb9c45474a
commit e1331043dd

@ -1,7 +1,7 @@
## GOPROXY Introduction
<div align="center">
<img src="https://mirrors.host900.com/https://raw.githubusercontent.com/snail007/goproxy/master/doc/images/logo.jpg" width="500" height="auto"/>
<img src="https://mirrors.goproxyauth.com/https://raw.githubusercontent.com/snail007/goproxy/master/doc/images/logo.jpg" width="500" height="auto"/>
[![stable](https://img.shields.io/badge/stable-stable-green.svg)](https://github.com/snail007/goproxy/) [![license](https://img.shields.io/github/license/snail007/goproxy.svg?style=plastic)]() [![download_count](https://img.shields.io/github/downloads/snail007/goproxy/total.svg?style=plastic)](https://github.com/snail007/goproxy/releases) [![download](https://img.shields.io/github/release/snail007/goproxy.svg?style=plastic)](https://github.com/snail007/goproxy/releases)
@ -17,7 +17,7 @@ The GoProxy is a high-performance http proxy, https proxy, socks5 proxy, ss prox
### [点击我观看视频教程](https://space.bilibili.com/472844633)
- [中文说明](https://github.com/snail007/goproxy/blob/master/README_ZH.md)
- [使用手册](https://snail007.host900.com/goproxy/manual/zh/)
- [使用手册](https://snail007.goproxyauth.com/goproxy/manual/zh/)
- [下载地址](https://github.com/snail007/goproxy/releases)
- [Download](https://github.com/snail007/goproxy/releases)
- [Desktop Edition](https://github.com/snail007/proxy_admin_free)
@ -31,7 +31,7 @@ The GoProxy is a high-performance http proxy, https proxy, socks5 proxy, ss prox
### ProxyAdmin Demo
And ProxyAdmin is a powerful web console of snail007/goproxy .
![](https://mirrors.host900.com/https://github.com/snail007/proxy_admin_free/blob/master/res/images/socks5_en.gif)
![](https://mirrors.goproxyauth.com/https://github.com/snail007/proxy_admin_free/blob/master/res/images/socks5_en.gif)
### What can it do?
- Chained proxies, the program itself can be used as an proxies, and if it is set up, it can be used as a secondary proxies or even an N-level proxies.
@ -88,13 +88,13 @@ Tip: All operations require root privileges.
The free version performs this:
```shell
curl -L https://mirrors.host900.com/https://raw.githubusercontent.com/snail007/goproxy/master/install_auto.sh | bash
curl -L https://mirrors.goproxyauth.com/https://raw.githubusercontent.com/snail007/goproxy/master/install_auto.sh | bash
```
The commercial version performs this:
```shell
curl -L https://mirrors.host900.com/https://raw.githubusercontent.com/snail007/goproxy/master/install_auto_commercial.sh | bash
curl -L https://mirrors.goproxyauth.com/https://raw.githubusercontent.com/snail007/goproxy/master/install_auto_commercial.sh | bash
```
The installation is complete, the configuration directory is /etc/proxy. For more detailed usage, please refer to the manual directory above to learn more about the features you want to use.
@ -112,14 +112,14 @@ The free version performs this:
```shell
cd /root/proxy/
wget https://mirrors.host900.com/https://github.com/snail007/goproxy/releases/download/v7.9/proxy-linux-amd64.tar.gz
wget https://mirrors.goproxyauth.com/https://github.com/snail007/goproxy/releases/download/v7.9/proxy-linux-amd64.tar.gz
```
The commercial version performs this:
```shell
cd /root/proxy/
wget https://mirrors.host900.com/https://github.com/snail007/goproxy/releases/download/v7.9/proxy-linux-amd64_commercial.tar.gz
wget https://mirrors.goproxyauth.com/https://github.com/snail007/goproxy/releases/download/v7.9/proxy-linux-amd64_commercial.tar.gz
```
2. Download the automatic installation script
@ -128,7 +128,7 @@ The free version performs this:
```shell
cd /root/proxy/
wget https://mirrors.host900.com/https://raw.githubusercontent.com/snail007/goproxy/master/install.sh
wget https://mirrors.goproxyauth.com/https://raw.githubusercontent.com/snail007/goproxy/master/install.sh
chmod +x install.sh
./install.sh
```
@ -137,7 +137,7 @@ The commercial version performs this:
```shell
cd /root/proxy/
wget https://mirrors.host900.com/https://raw.githubusercontent.com/snail007/goproxy/master/install_commercial.sh
wget https://mirrors.goproxyauth.com/https://raw.githubusercontent.com/snail007/goproxy/master/install_commercial.sh
chmod +x install_commercial.sh
./install_commercial.sh
```
@ -212,7 +212,7 @@ If you have customized, business needs, please send an email to `arraykeys@gmail
This manual describes the functions, all of which are included in the commercial version; the free version of advanced functional parameters such as authentication is not included;
If you encounter some commands when you use the free version to execute some commands, a prompt similar to the following xxx parameter does not exist, indicating that this parameter is a function of the commercial version.
`err: unknown long flag '-a'`
Comparison between the features of the free version and the commercial version, detailed operations on how to purchase and use the commercial version [please click here to view](https://snail007.host900.com/goproxy/page/free_vs_commercial_en/)
Comparison between the features of the free version and the commercial version, detailed operations on how to purchase and use the commercial version [please click here to view](https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/)
## First Start

@ -1,7 +1,7 @@
## GOPROXY简介
<div align="center">
<img src="https://mirrors.host900.com/https://raw.githubusercontent.com/snail007/goproxy/master/doc/images/logo.jpg" width="500" height="auto"/>
<img src="https://mirrors.goproxyauth.com/https://raw.githubusercontent.com/snail007/goproxy/master/doc/images/logo.jpg" width="500" height="auto"/>
[![stable](https://img.shields.io/badge/stable-stable-green.svg)](https://github.com/snail007/goproxy/) [![license](https://img.shields.io/github/license/snail007/goproxy.svg?style=plastic)]() [![download_count](https://img.shields.io/github/downloads/snail007/goproxy/total.svg?style=plastic)](https://github.com/snail007/goproxy/releases) [![download](https://img.shields.io/github/release/snail007/goproxy.svg?style=plastic)](https://github.com/snail007/goproxy/releases)
@ -15,18 +15,18 @@ GoProxy是一款轻量级、功能强大、高性能的http代理、https代理
### [点击我观看视频教程](https://space.bilibili.com/472844633)
- [下载地址](https://github.com/snail007/goproxy/releases)
- [参考手册](https://snail007.host900.com/goproxy/manual/zh/)
- [参考手册](https://snail007.goproxyauth.com/goproxy/manual/zh/)
- [桌面版](https://github.com/snail007/proxy_admin_free/blob/master/README_ZH.md)
- [安卓全局代理版](https://github.com/snail007/goproxy-ss-plugin-android)
- [安卓全能代理版](https://github.com/snail007/goproxy-android)
- [安卓内网穿透客户端](https://github.com/snail007/lanass)
- [SDK](https://github.com/snail007/goproxy-sdk)
- [GORPOXY实战教程](https://snail007.host900.com/goproxy/)
- [免费版VS商业版(安装、激活)](https://snail007.host900.com/goproxy/page/free_vs_commercial/)
- [GORPOXY实战教程](https://snail007.goproxyauth.com/goproxy/)
- [免费版VS商业版(安装、激活)](https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/)
## 国内下载
请在github的下载链接前面加上: `https://mirrors.host900.com/` 。
请在github的下载链接前面加上: `https://mirrors.goproxyauth.com/` 。
比如`v10.4`的github下载链接是
@ -34,14 +34,14 @@ GoProxy是一款轻量级、功能强大、高性能的http代理、https代理
那么国内下载地址就是:
`https://mirrors.host900.com/https://github.com/snail007/goproxy/releases/download/v10.4/proxy-linux-amd64.tar.gz`
`https://mirrors.goproxyauth.com/https://github.com/snail007/goproxy/releases/download/v10.4/proxy-linux-amd64.tar.gz`
此地址也适用于wgetcurl直接命令行下载。
## ProxyAdmin介绍预览这不是goproxy是控制面板友情链接安装使用goproxy请往下看谢谢
`ProxyAdmin` 是强大的代理服务工具 snail007/goproxy 的控制面板,运行了它,一秒让你的服务器变为强大的代理服务器,友好的交互界面,小白也能轻松上手,让你用起来得心应手,心情舒畅。
![](https://mirrors.host900.com/https://github.com/snail007/proxy_admin_free/blob/master/res/images/socks5_cn.gif)
![](https://mirrors.goproxyauth.com/https://github.com/snail007/proxy_admin_free/blob/master/res/images/socks5_cn.gif)
### goproxy能干什么
- 链式代理程序本身可以作为一级代理如果设置了上级代理那么可以作为二级代理乃至N级代理。
@ -106,13 +106,13 @@ GoProxy是一款轻量级、功能强大、高性能的http代理、https代理
免费版执行这个:
```shell
curl -L https://mirrors.host900.com/https://github.com/snail007/goproxy/blob/master/install_auto.sh | bash
curl -L https://mirrors.goproxyauth.com/https://github.com/snail007/goproxy/blob/master/install_auto.sh | bash
```
商业版执行这个:
```shell
curl -L https://mirrors.host900.com/https://github.com/snail007/goproxy/blob/master/install_auto_commercial.sh | bash
curl -L https://mirrors.goproxyauth.com/https://github.com/snail007/goproxy/blob/master/install_auto_commercial.sh | bash
```
安装完成,配置目录是/etc/proxy更详细的使用方法请参考上面的手册目录进一步了解你想要使用的功能。
@ -130,14 +130,14 @@ curl -L https://mirrors.host900.com/https://github.com/snail007/goproxy/blob/mas
```shell
cd /root/proxy/
wget https://mirrors.host900.com/https://github.com/snail007/goproxy/releases/download/v10.4/proxy-linux-amd64.tar.gz
wget https://mirrors.goproxyauth.com/https://github.com/snail007/goproxy/releases/download/v10.4/proxy-linux-amd64.tar.gz
```
商业版执行这个:
```shell
cd /root/proxy/
wget https://mirrors.host900.com/https://github.com/snail007/goproxy/releases/download/v10.4/proxy-linux-amd64_commercial.tar.gz
wget https://mirrors.goproxyauth.com/https://github.com/snail007/goproxy/releases/download/v10.4/proxy-linux-amd64_commercial.tar.gz
```
2.下载自动安装脚本
@ -146,7 +146,7 @@ wget https://mirrors.host900.com/https://github.com/snail007/goproxy/releases/do
```shell
cd /root/proxy/
wget https://mirrors.host900.com/https://raw.githubusercontent.com/snail007/goproxy/master/install.sh
wget https://mirrors.goproxyauth.com/https://raw.githubusercontent.com/snail007/goproxy/master/install.sh
chmod +x install.sh
./install.sh
```
@ -155,7 +155,7 @@ chmod +x install.sh
```shell
cd /root/proxy/
wget https://mirrors.host900.com/https://raw.githubusercontent.com/snail007/goproxy/master/install_commercial.sh
wget https://mirrors.goproxyauth.com/https://raw.githubusercontent.com/snail007/goproxy/master/install_commercial.sh
chmod +x install_commercial.sh
./install_commercial.sh
```
@ -207,8 +207,8 @@ Proxy is licensed under GPLv3 license。
## Donation
如果proxy帮助你解决了很多问题你可以通过下面的捐赠更好的支持proxy。
<img src="https://mirrors.host900.com/https://raw.githubusercontent.com/snail007/goproxy/master/doc/images/alipay.jpg" width="200" height="auto"/>
<img src="https://mirrors.host900.com/https://raw.githubusercontent.com/snail007/goproxy/master/doc/images/wxpay.jpg" width="200" height="auto"/>
<img src="https://mirrors.goproxyauth.com/https://raw.githubusercontent.com/snail007/goproxy/master/doc/images/alipay.jpg" width="200" height="auto"/>
<img src="https://mirrors.goproxyauth.com/https://raw.githubusercontent.com/snail007/goproxy/master/doc/images/wxpay.jpg" width="200" height="auto"/>
### 源代码申明
@ -257,9 +257,9 @@ Proxy is licensed under GPLv3 license。
| goproxy 免费版 | √ | x | x | 命令行操作,全平台支持,免费使用,稳定且灵活,适合一切熟悉命令行的大佬或集体或公司白嫖,自用或者大规模部署对外服务 | [下载安装](https://github.com/snail007/goproxy) |
| goproxy 商业版 | √ | √ | √ | 命令行操作,全平台支持,稳定且灵活,适合集体或公司大规模部署对外提供服务 | [下载安装](https://github.com/snail007/goproxy) |
关于免费版功能和商业版功能对比请看这里,[`免费版`和`商业版`功能对比](https://snail007.host900.com/goproxy/page/free_vs_commercial/).
关于免费版功能和商业版功能对比请看这里,[`免费版`和`商业版`功能对比](https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/).
[商业版激活绑定教程](https://snail007.host900.com/goproxy/page/free_vs_commercial/)
[商业版激活绑定教程](https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/)
提示:
@ -267,7 +267,7 @@ Proxy is licensed under GPLv3 license。
## FAQ
[别点我](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/)
[别点我](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/)
## 首次使用必看,谢谢!!

@ -8,7 +8,7 @@
<link rel="canonical" href="https://snail007.host900.com/goproxy/404.html">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/404.html">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>404 Page not found - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>GOPROXY手册 - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -87,10 +87,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-07-04T11:00:50JST">Jul 4, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/usage/">usage</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/usage/">usage</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/usage/first/">手册前言(使用必读)</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/usage/first/">手册前言(使用必读)</a></h2>
</header>
@ -98,7 +98,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/usage/first/" title="手册前言(使用必读)">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/usage/first/" title="手册前言(使用必读)">Read More…</a>
</footer>
</article>
@ -108,10 +108,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-07-04T11:00:50JST">Jul 4, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/usage/">usage</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/usage/">usage</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/usage/tcp/">TCP代理</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/usage/tcp/">TCP代理</a></h2>
</header>
@ -119,7 +119,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/usage/tcp/" title="TCP代理">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/usage/tcp/" title="TCP代理">Read More…</a>
</footer>
</article>
@ -141,25 +141,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -171,13 +171,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>
@ -188,23 +188,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>

@ -2,30 +2,30 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>GOPROXY手册 on GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/</link>
<link>https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/</link>
<description>Recent content in GOPROXY手册 on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Thu, 04 Jul 2019 11:00:50 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>手册前言(使用必读)</title>
<link>https://snail007.host900.com/goproxy/usage/first/</link>
<link>https://snail007.goproxyauth.com/goproxy/usage/first/</link>
<pubDate>Thu, 04 Jul 2019 11:00:50 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/usage/first/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/usage/first/</guid>
<description>前言 GOPROXY使用必读 手册和项目中使用了一部分的名词它们本身的含义和在goproxy的专有含义是不一样的所以前言中对这些名词做了解释</description>
</item>
<item>
<title>TCP代理</title>
<link>https://snail007.host900.com/goproxy/usage/tcp/</link>
<link>https://snail007.goproxyauth.com/goproxy/usage/tcp/</link>
<pubDate>Thu, 04 Jul 2019 11:00:50 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/usage/tcp/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/usage/tcp/</guid>
<description>工作原理 tcp代理也称为tcp端口转发工作原理就是把proxy监听端口进来的tcp连接的数据原样转发到上级监听的一个端口。 上级可以是p</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/</title><link rel="canonical" href="https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/" /></head></html>
<!DOCTYPE html><html><head><title>https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/</title><link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/" /></head></html>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/categories/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/categories/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/categories/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/categories/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>Categories - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -83,13 +83,13 @@
<div class="list-group">
<a href="https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C" class="list-group-item">goproxy手册 <span class="badge">2</span></a>
<a href="https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C" class="list-group-item">goproxy手册 <span class="badge">2</span></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">架构解说 <span class="badge">1</span></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">架构解说 <span class="badge">1</span></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">细说层级 <span class="badge">1</span></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">细说层级 <span class="badge">1</span></a>
<a href="https://snail007.host900.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB" class="list-group-item">默认分类 <span class="badge">8</span></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">默认分类 <span class="badge">8</span></a>
</div>
</section>
@ -105,25 +105,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -135,13 +135,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>
@ -152,23 +152,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>

@ -2,48 +2,48 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/categories/</link>
<link>https://snail007.goproxyauth.com/goproxy/categories/</link>
<description>Recent content in Categories on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Fri, 05 Jul 2019 08:20:48 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/categories/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>默认分类</title>
<link>https://snail007.host900.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/</link>
<link>https://snail007.goproxyauth.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/</link>
<pubDate>Fri, 05 Jul 2019 08:20:48 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/</guid>
<description></description>
</item>
<item>
<title>GOPROXY手册</title>
<link>https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/</link>
<link>https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/</link>
<pubDate>Thu, 04 Jul 2019 11:00:50 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/</guid>
<description></description>
</item>
<item>
<title>架构解说</title>
<link>https://snail007.host900.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/</link>
<link>https://snail007.goproxyauth.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/</link>
<pubDate>Fri, 14 Jun 2019 15:29:47 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/</guid>
<description></description>
</item>
<item>
<title>细说层级</title>
<link>https://snail007.host900.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/</link>
<link>https://snail007.goproxyauth.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/</link>
<pubDate>Fri, 14 Jun 2019 15:29:47 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/</guid>
<description></description>
</item>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>架构解说 - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -87,10 +87,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T15:29:47JST">Jun 14, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/page/categories/">Categories</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/page/categories/">Categories</a></h2>
</header>
@ -116,25 +116,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -146,13 +146,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>
@ -163,23 +163,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>

@ -2,21 +2,21 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>架构解说 on GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/</link>
<link>https://snail007.goproxyauth.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/</link>
<description>Recent content in 架构解说 on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Fri, 14 Jun 2019 15:29:47 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Categories</title>
<link>https://snail007.host900.com/goproxy/page/categories/</link>
<link>https://snail007.goproxyauth.com/goproxy/page/categories/</link>
<pubDate>Fri, 14 Jun 2019 15:29:47 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/page/categories/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/page/categories/</guid>
<description>不用看这里没什么内容仅仅为了定义目录和tags。</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://snail007.host900.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/</title><link rel="canonical" href="https://snail007.host900.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.host900.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/" /></head></html>
<!DOCTYPE html><html><head><title>https://snail007.goproxyauth.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/</title><link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.goproxyauth.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/" /></head></html>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>细说层级 - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -87,10 +87,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T15:29:47JST">Jun 14, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/page/categories/">Categories</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/page/categories/">Categories</a></h2>
</header>
@ -116,25 +116,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -146,13 +146,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>
@ -163,23 +163,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>

@ -2,21 +2,21 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>细说层级 on GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/</link>
<link>https://snail007.goproxyauth.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/</link>
<description>Recent content in 细说层级 on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Fri, 14 Jun 2019 15:29:47 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Categories</title>
<link>https://snail007.host900.com/goproxy/page/categories/</link>
<link>https://snail007.goproxyauth.com/goproxy/page/categories/</link>
<pubDate>Fri, 14 Jun 2019 15:29:47 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/page/categories/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/page/categories/</guid>
<description>不用看这里没什么内容仅仅为了定义目录和tags。</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://snail007.host900.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/</title><link rel="canonical" href="https://snail007.host900.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.host900.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/" /></head></html>
<!DOCTYPE html><html><head><title>https://snail007.goproxyauth.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/</title><link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.goproxyauth.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/" /></head></html>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>默认分类 - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -87,10 +87,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-26T13:19:15JST">Jun 26, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/page/free_vs_commercial/">GOPROXY免费版VS商业版</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/">GOPROXY免费版VS商业版</a></h2>
</header>
@ -98,7 +98,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/page/free_vs_commercial/" title="GOPROXY免费版VS商业版">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/" title="GOPROXY免费版VS商业版">Read More…</a>
</footer>
</article>
@ -108,10 +108,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T16:29:13JST">Jun 14, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><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/">常见问题解答</a></h2>
<h2 class="title"><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/">常见问题解答</a></h2>
</header>
@ -119,7 +119,7 @@
<footer>
<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/" title="常见问题解答">Read More…</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/" title="常见问题解答">Read More…</a>
</footer>
</article>
@ -129,10 +129,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-07-05T08:20:48JST">Jul 5, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/domain-cf/">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a></h2>
</header>
@ -140,7 +140,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/domain-cf/" title="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" title="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法">Read More…</a>
</footer>
</article>
@ -150,10 +150,10 @@
<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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/">在windows下实现基于dns的自动全局代理</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/">在windows下实现基于dns的自动全局代理</a></h2>
</header>
@ -161,7 +161,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/" title="在windows下实现基于dns的自动全局代理">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/" title="在windows下实现基于dns的自动全局代理">Read More…</a>
</footer>
</article>
@ -171,10 +171,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-28T17:37:30JST">Jun 28, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/cloudflare/">Cloudflare使用简明教程</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/cloudflare/">Cloudflare使用简明教程</a></h2>
</header>
@ -182,7 +182,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/cloudflare/" title="Cloudflare使用简明教程">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/cloudflare/" title="Cloudflare使用简明教程">Read More…</a>
</footer>
</article>
@ -192,10 +192,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-28T17:02:57JST">Jun 28, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/http-nat-cdn/">内网穿透也能用CDN</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/">内网穿透也能用CDN</a></h2>
</header>
@ -203,7 +203,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/http-nat-cdn/" title="内网穿透也能用CDN">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/" title="内网穿透也能用CDN">Read More…</a>
</footer>
</article>
@ -213,10 +213,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-26T13:19:15JST">Jun 26, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/page/free_vs_commercial_en/">GOPROXY Free Version VS Commercial Version</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/">GOPROXY Free Version VS Commercial Version</a></h2>
</header>
@ -224,7 +224,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/page/free_vs_commercial_en/" title="GOPROXY Free Version VS Commercial Version">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/" title="GOPROXY Free Version VS Commercial Version">Read More…</a>
</footer>
</article>
@ -234,10 +234,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T16:25:06JST">Jun 14, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/http_cdn_ws/">代理之套用CDN</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/">代理之套用CDN</a></h2>
</header>
@ -245,7 +245,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/http_cdn_ws/" title="代理之套用CDN">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/" title="代理之套用CDN">Read More…</a>
</footer>
</article>
@ -267,25 +267,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -297,13 +297,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>
@ -314,23 +314,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>

@ -2,84 +2,84 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>默认分类 on GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/</link>
<link>https://snail007.goproxyauth.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/</link>
<description>Recent content in 默认分类 on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Fri, 05 Jul 2019 08:20:48 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>GOPROXY免费版VS商业版</title>
<link>https://snail007.host900.com/goproxy/page/free_vs_commercial/</link>
<link>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/</link>
<pubDate>Wed, 26 Jun 2019 13:19:15 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/page/free_vs_commercial/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/</guid>
<description>目前GOPROXY 和 SDK 提供免费版和商业版,功能对比如下。 免费版 商业版 TCP转发 √ √ UDP转发 √ √ HTTP(S)代理 √ √ Socks5代理 √ √</description>
</item>
<item>
<title>常见问题解答</title>
<link>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/</link>
<link>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/</link>
<pubDate>Fri, 14 Jun 2019 16:29:13 +0800</pubDate>
<guid>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/</guid>
<guid>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/</guid>
<description>http代理支持https网站吗goproxy的http代理同时支持http和https网站。 问socks5代理支持UDP吗</description>
</item>
<item>
<title>域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</title>
<link>https://snail007.host900.com/goproxy/posts/domain-cf/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/domain-cf/</link>
<pubDate>Fri, 05 Jul 2019 08:20:48 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/domain-cf/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/domain-cf/</guid>
<description>准备工作 本文综合的介绍了cloudflare注册使用从域名解析到回源完成了一个二级域使用cloudflare的CDN加速的配置过程。 首先</description>
</item>
<item>
<title>在windows下实现基于dns的自动全局代理</title>
<link>https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/</link>
<pubDate>Thu, 04 Jul 2019 17:54:31 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/</guid>
<description>在windows下实现基于dns的自动全局代理。 本方法需要监听本地80和443端口所以如果你有程序占用了这两个端口请关闭相应的程序。 本文</description>
</item>
<item>
<title>Cloudflare使用简明教程</title>
<link>https://snail007.host900.com/goproxy/posts/cloudflare/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/cloudflare/</link>
<pubDate>Fri, 28 Jun 2019 17:37:30 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/cloudflare/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/cloudflare/</guid>
<description>前言 GOPROXY底层传输协议支持ws可以利用cdn加速使用cdn需要域名解析知识以及cdn的一些知识那么很多小伙伴对cdn不是很熟悉</description>
</item>
<item>
<title>内网穿透也能用CDN</title>
<link>https://snail007.host900.com/goproxy/posts/http-nat-cdn/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/</link>
<pubDate>Fri, 28 Jun 2019 17:02:57 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/http-nat-cdn/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/</guid>
<description>内网穿透之套CDN 好处就不用说了吧,两个字稳! 假如在windows上配置了可以访问的连接 http://127.0.0.1:801/abc/index.php , 如何能使用VPS+CDN做内网穿透呢 配置如下:</description>
</item>
<item>
<title>GOPROXY Free Version VS Commercial Version</title>
<link>https://snail007.host900.com/goproxy/page/free_vs_commercial_en/</link>
<link>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/</link>
<pubDate>Wed, 26 Jun 2019 13:19:15 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/page/free_vs_commercial_en/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/</guid>
<description>Currently, GOPROXY and SDK are available in both free and commercial versions. Function Free |Commercial TCP forwarding √ √ UDP forwarding √ √ HTTP(S)Agent √ √ Socks5 Agent √ √ Socks5 proxy UDP support √ √ SPS Integrated Agent √ √ SPS superior certification √ √ Intranet penetration √ √ DNS proxy, anti-pollution, independent DNS service √ √ HTTP(S) proxy authentication, authentication API, load balancing × √ SOCKS5 proxy authentication,</description>
</item>
<item>
<title>代理之套用CDN</title>
<link>https://snail007.host900.com/goproxy/posts/http_cdn_ws/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/</link>
<pubDate>Fri, 14 Jun 2019 16:25:06 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/http_cdn_ws/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/</guid>
<description>goproxy代理之套用CDN 准备 在VPS上下载对应平台的执行文件这里以Linux为例。 在电脑上下载对应平台的执行文件这里以Window</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://snail007.host900.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/</title><link rel="canonical" href="https://snail007.host900.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.host900.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/" /></head></html>
<!DOCTYPE html><html><head><title>https://snail007.goproxyauth.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/</title><link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.goproxyauth.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/" /></head></html>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -83,10 +83,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-07-04T11:00:50JST">Jul 4, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/usage/">usage</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/usage/">usage</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/usage/first/">手册前言(使用必读)</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/usage/first/">手册前言(使用必读)</a></h2>
</header>
@ -94,7 +94,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/usage/first/" title="手册前言(使用必读)">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/usage/first/" title="手册前言(使用必读)">Read More…</a>
</footer>
</article>
@ -104,10 +104,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-26T13:19:15JST">Jun 26, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/page/free_vs_commercial/">GOPROXY免费版VS商业版</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/">GOPROXY免费版VS商业版</a></h2>
</header>
@ -115,7 +115,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/page/free_vs_commercial/" title="GOPROXY免费版VS商业版">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/" title="GOPROXY免费版VS商业版">Read More…</a>
</footer>
</article>
@ -125,10 +125,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T16:29:13JST">Jun 14, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><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/">常见问题解答</a></h2>
<h2 class="title"><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/">常见问题解答</a></h2>
</header>
@ -136,7 +136,7 @@
<footer>
<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/" title="常见问题解答">Read More…</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/" title="常见问题解答">Read More…</a>
</footer>
</article>
@ -146,10 +146,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-07-05T08:20:48JST">Jul 5, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/domain-cf/">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a></h2>
</header>
@ -157,7 +157,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/domain-cf/" title="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" title="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法">Read More…</a>
</footer>
</article>
@ -167,10 +167,10 @@
<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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/">在windows下实现基于dns的自动全局代理</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/">在windows下实现基于dns的自动全局代理</a></h2>
</header>
@ -178,7 +178,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/" title="在windows下实现基于dns的自动全局代理">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/" title="在windows下实现基于dns的自动全局代理">Read More…</a>
</footer>
</article>
@ -188,10 +188,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-07-04T11:00:50JST">Jul 4, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/usage/">usage</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/usage/">usage</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/usage/tcp/">TCP代理</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/usage/tcp/">TCP代理</a></h2>
</header>
@ -199,7 +199,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/usage/tcp/" title="TCP代理">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/usage/tcp/" title="TCP代理">Read More…</a>
</footer>
</article>
@ -209,10 +209,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-28T17:37:30JST">Jun 28, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/cloudflare/">Cloudflare使用简明教程</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/cloudflare/">Cloudflare使用简明教程</a></h2>
</header>
@ -220,7 +220,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/cloudflare/" title="Cloudflare使用简明教程">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/cloudflare/" title="Cloudflare使用简明教程">Read More…</a>
</footer>
</article>
@ -230,10 +230,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-28T17:02:57JST">Jun 28, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/http-nat-cdn/">内网穿透也能用CDN</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/">内网穿透也能用CDN</a></h2>
</header>
@ -241,7 +241,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/http-nat-cdn/" title="内网穿透也能用CDN">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/" title="内网穿透也能用CDN">Read More…</a>
</footer>
</article>
@ -251,10 +251,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-26T13:19:15JST">Jun 26, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/page/free_vs_commercial_en/">GOPROXY Free Version VS Commercial Version</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/">GOPROXY Free Version VS Commercial Version</a></h2>
</header>
@ -262,7 +262,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/page/free_vs_commercial_en/" title="GOPROXY Free Version VS Commercial Version">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/" title="GOPROXY Free Version VS Commercial Version">Read More…</a>
</footer>
</article>
@ -272,10 +272,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T16:25:06JST">Jun 14, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/http_cdn_ws/">代理之套用CDN</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/">代理之套用CDN</a></h2>
</header>
@ -283,7 +283,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/http_cdn_ws/" title="代理之套用CDN">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/" title="代理之套用CDN">Read More…</a>
</footer>
</article>
@ -319,25 +319,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -349,13 +349,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>
@ -366,23 +366,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>

@ -2,120 +2,120 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/</link>
<link>https://snail007.goproxyauth.com/goproxy/</link>
<description>Recent content on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Fri, 05 Jul 2019 08:20:48 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>手册前言(使用必读)</title>
<link>https://snail007.host900.com/goproxy/usage/first/</link>
<link>https://snail007.goproxyauth.com/goproxy/usage/first/</link>
<pubDate>Thu, 04 Jul 2019 11:00:50 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/usage/first/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/usage/first/</guid>
<description>前言 GOPROXY使用必读 手册和项目中使用了一部分的名词它们本身的含义和在goproxy的专有含义是不一样的所以前言中对这些名词做了解释</description>
</item>
<item>
<title>GOPROXY免费版VS商业版</title>
<link>https://snail007.host900.com/goproxy/page/free_vs_commercial/</link>
<link>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/</link>
<pubDate>Wed, 26 Jun 2019 13:19:15 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/page/free_vs_commercial/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/</guid>
<description>目前GOPROXY 和 SDK 提供免费版和商业版,功能对比如下。 免费版 商业版 TCP转发 √ √ UDP转发 √ √ HTTP(S)代理 √ √ Socks5代理 √ √</description>
</item>
<item>
<title>常见问题解答</title>
<link>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/</link>
<link>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/</link>
<pubDate>Fri, 14 Jun 2019 16:29:13 +0800</pubDate>
<guid>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/</guid>
<guid>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/</guid>
<description>http代理支持https网站吗goproxy的http代理同时支持http和https网站。 问socks5代理支持UDP吗</description>
</item>
<item>
<title>域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</title>
<link>https://snail007.host900.com/goproxy/posts/domain-cf/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/domain-cf/</link>
<pubDate>Fri, 05 Jul 2019 08:20:48 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/domain-cf/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/domain-cf/</guid>
<description>准备工作 本文综合的介绍了cloudflare注册使用从域名解析到回源完成了一个二级域使用cloudflare的CDN加速的配置过程。 首先</description>
</item>
<item>
<title>在windows下实现基于dns的自动全局代理</title>
<link>https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/</link>
<pubDate>Thu, 04 Jul 2019 17:54:31 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/</guid>
<description>在windows下实现基于dns的自动全局代理。 本方法需要监听本地80和443端口所以如果你有程序占用了这两个端口请关闭相应的程序。 本文</description>
</item>
<item>
<title>TCP代理</title>
<link>https://snail007.host900.com/goproxy/usage/tcp/</link>
<link>https://snail007.goproxyauth.com/goproxy/usage/tcp/</link>
<pubDate>Thu, 04 Jul 2019 11:00:50 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/usage/tcp/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/usage/tcp/</guid>
<description>工作原理 tcp代理也称为tcp端口转发工作原理就是把proxy监听端口进来的tcp连接的数据原样转发到上级监听的一个端口。 上级可以是p</description>
</item>
<item>
<title>Cloudflare使用简明教程</title>
<link>https://snail007.host900.com/goproxy/posts/cloudflare/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/cloudflare/</link>
<pubDate>Fri, 28 Jun 2019 17:37:30 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/cloudflare/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/cloudflare/</guid>
<description>前言 GOPROXY底层传输协议支持ws可以利用cdn加速使用cdn需要域名解析知识以及cdn的一些知识那么很多小伙伴对cdn不是很熟悉</description>
</item>
<item>
<title>内网穿透也能用CDN</title>
<link>https://snail007.host900.com/goproxy/posts/http-nat-cdn/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/</link>
<pubDate>Fri, 28 Jun 2019 17:02:57 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/http-nat-cdn/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/</guid>
<description>内网穿透之套CDN 好处就不用说了吧,两个字稳! 假如在windows上配置了可以访问的连接 http://127.0.0.1:801/abc/index.php , 如何能使用VPS+CDN做内网穿透呢 配置如下:</description>
</item>
<item>
<title>GOPROXY Free Version VS Commercial Version</title>
<link>https://snail007.host900.com/goproxy/page/free_vs_commercial_en/</link>
<link>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/</link>
<pubDate>Wed, 26 Jun 2019 13:19:15 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/page/free_vs_commercial_en/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/</guid>
<description>Currently, GOPROXY and SDK are available in both free and commercial versions. Function Free |Commercial TCP forwarding √ √ UDP forwarding √ √ HTTP(S)Agent √ √ Socks5 Agent √ √ Socks5 proxy UDP support √ √ SPS Integrated Agent √ √ SPS superior certification √ √ Intranet penetration √ √ DNS proxy, anti-pollution, independent DNS service √ √ HTTP(S) proxy authentication, authentication API, load balancing × √ SOCKS5 proxy authentication,</description>
</item>
<item>
<title>代理之套用CDN</title>
<link>https://snail007.host900.com/goproxy/posts/http_cdn_ws/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/</link>
<pubDate>Fri, 14 Jun 2019 16:25:06 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/http_cdn_ws/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/</guid>
<description>goproxy代理之套用CDN 准备 在VPS上下载对应平台的执行文件这里以Linux为例。 在电脑上下载对应平台的执行文件这里以Window</description>
</item>
<item>
<title>Categories</title>
<link>https://snail007.host900.com/goproxy/page/categories/</link>
<link>https://snail007.goproxyauth.com/goproxy/page/categories/</link>
<pubDate>Fri, 14 Jun 2019 15:29:47 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/page/categories/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/page/categories/</guid>
<description>不用看这里没什么内容仅仅为了定义目录和tags。</description>
</item>
<item>
<title>About</title>
<link>https://snail007.host900.com/goproxy/page/about/</link>
<link>https://snail007.goproxyauth.com/goproxy/page/about/</link>
<pubDate>Fri, 14 Jun 2019 13:22:19 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/page/about/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/page/about/</guid>
<description>It&amp;rsquo;s YOU!</description>
</item>

@ -21,7 +21,7 @@
This manual describes the functions, all of which are included in the commercial version; the free version of advanced functional parameters such as authentication is not included;
If you encounter some commands when you use the free version to execute some commands, a prompt similar to the following xxx parameter does not exist, indicating that this parameter is a function of the commercial version.
`err: unknown long flag '-a'`
Comparison between the features of the free version and the commercial version, detailed operations on how to purchase and use the commercial version [please click here to view](https://snail007.host900.com/goproxy/page/free_vs_commercial_en/)
Comparison between the features of the free version and the commercial version, detailed operations on how to purchase and use the commercial version [please click here to view](https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/)
## First Start

@ -36,9 +36,9 @@
| goproxy 免费版 | √ | x | x | 命令行操作,全平台支持,免费使用,稳定且灵活,适合一切熟悉命令行的大佬或集体或公司白嫖,自用或者大规模部署对外服务 | [下载安装](https://github.com/snail007/goproxy) |
| goproxy 商业版 | √ | √ | √ | 命令行操作,全平台支持,稳定且灵活,适合集体或公司大规模部署对外提供服务 | [下载安装](https://github.com/snail007/goproxy) |
关于免费版功能和商业版功能对比请看这里,[`免费版`和`商业版`功能对比](https://snail007.host900.com/goproxy/page/free_vs_commercial/).
关于免费版功能和商业版功能对比请看这里,[`免费版`和`商业版`功能对比](https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/).
[商业版激活绑定教程](https://snail007.host900.com/goproxy/page/free_vs_commercial/)
[商业版激活绑定教程](https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/)
提示:
@ -46,7 +46,7 @@
## FAQ
[别点我](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/)
[别点我](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/)
## 首次使用必看,谢谢!!

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://snail007.host900.com/goproxy/</title><link rel="canonical" href="https://snail007.host900.com/goproxy/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.host900.com/goproxy/" /></head></html>
<!DOCTYPE html><html><head><title>https://snail007.goproxyauth.com/goproxy/</title><link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.goproxyauth.com/goproxy/" /></head></html>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -83,10 +83,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T15:29:47JST">Jun 14, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/page/categories/">Categories</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/page/categories/">Categories</a></h2>
</header>
@ -100,10 +100,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T13:22:19JST">Jun 14, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/page/about/">About</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/page/about/">About</a></h2>
</header>
@ -143,25 +143,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -173,13 +173,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>
@ -190,23 +190,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>

@ -8,7 +8,7 @@
<link rel="canonical" href="https://snail007.host900.com/goproxy/page/about/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/page/about/">
<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="About - GOPROXY IN ACTION">
<meta property="og:type" content="article">
<meta property="og:url" content="https://snail007.host900.com/goproxy/page/about/">
<meta property="og:image" content="https://snail007.host900.com/goproxy/images/default.png">
<meta property="og:url" content="https://snail007.goproxyauth.com/goproxy/page/about/">
<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="It&amp;rsquo;s YOU!">
<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/page/about/">
<meta name="twitter:url" content="https://snail007.goproxyauth.com/goproxy/page/about/">
<meta name="twitter:title" content="About - GOPROXY IN ACTION">
<meta name="twitter:description" content="It&amp;rsquo;s YOU!">
<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": "About - 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/page/" itemprop="url"><span itemprop="title">page</span></a></li>
<li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="https://snail007.goproxyauth.com/goproxy/page/" itemprop="url"><span itemprop="title">page</span></a></li>
<li class="active">About</li>
</ol>
@ -143,7 +143,7 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T13:22:19JST">Jun 14, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
@ -153,7 +153,7 @@
<div class="article-body"><figure>
<img css="" src="https://snail007.host900.com/goproxy/img/1.jpg" alt="About img/1.jpg">
<img css="" src="https://snail007.goproxyauth.com/goproxy/img/1.jpg" alt="About img/1.jpg">
</figure>
@ -204,25 +204,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -234,13 +234,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>
@ -251,23 +251,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>

@ -8,7 +8,7 @@
<link rel="canonical" href="https://snail007.host900.com/goproxy/page/categories/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/page/categories/">
<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="Categories - GOPROXY IN ACTION">
<meta property="og:type" content="article">
<meta property="og:url" content="https://snail007.host900.com/goproxy/page/categories/">
<meta property="og:image" content="https://snail007.host900.com/goproxy/images/default.png">
<meta property="og:url" content="https://snail007.goproxyauth.com/goproxy/page/categories/">
<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="不用看这里没什么内容仅仅为了定义目录和tags。">
<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/page/categories/">
<meta name="twitter:url" content="https://snail007.goproxyauth.com/goproxy/page/categories/">
<meta name="twitter:title" content="Categories - GOPROXY IN ACTION">
<meta name="twitter:description" content="不用看这里没什么内容仅仅为了定义目录和tags。">
<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": "Categories - 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/page/" itemprop="url"><span itemprop="title">page</span></a></li>
<li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="https://snail007.goproxyauth.com/goproxy/page/" itemprop="url"><span itemprop="title">page</span></a></li>
<li class="active">Categories</li>
</ol>
@ -143,7 +143,7 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T15:29:47JST">Jun 14, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
@ -166,9 +166,9 @@
<div>
<ul class="p-terms">
<li><a href="https://snail007.host900.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/">架构解说</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/">架构解说</a></li>
<li><a href="https://snail007.host900.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/">细说层级</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/">细说层级</a></li>
</ul>
</div>
@ -183,7 +183,7 @@
<div>
<ul class="p-terms">
<li><a href="https://snail007.host900.com/goproxy/tags/ws/">ws</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/tags/ws/">ws</a></li>
</ul>
</div>
@ -227,25 +227,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -257,13 +257,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>
@ -274,23 +274,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>

@ -8,7 +8,7 @@
<link rel="canonical" 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/">
<link rel="canonical" 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/">
<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="常见问题解答 - GOPROXY IN ACTION">
<meta property="og:type" content="article">
<meta property="og:url" content="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/">
<meta property="og:image" content="https://snail007.host900.com/goproxy/images/default.png">
<meta property="og:url" content="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/">
<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="goproxy常见问答">
<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/page/faq/goproxy%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E8%A7%A3%E7%AD%94/">
<meta name="twitter:url" content="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/">
<meta name="twitter:title" content="常见问题解答 - GOPROXY IN ACTION">
<meta name="twitter:description" content="goproxy常见问答">
<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": "常见问题解答 - 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/page/" itemprop="url"><span itemprop="title">page</span></a></li>
<li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="https://snail007.goproxyauth.com/goproxy/page/" itemprop="url"><span itemprop="title">page</span></a></li>
<li class="active">常见问题解答</li>
</ol>
@ -143,7 +143,7 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T16:29:13JST">Jun 14, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
@ -190,7 +190,7 @@ https双向认证代理<code>-t tls</code>,服务端和客户端都需要
<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>
@ -236,25 +236,25 @@ https双向认证代理<code>-t tls</code>,服务端和客户端都需要
</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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -266,13 +266,13 @@ https双向认证代理<code>-t tls</code>,服务端和客户端都需要
</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>
@ -283,23 +283,23 @@ https双向认证代理<code>-t tls</code>,服务端和客户端都需要
</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>

@ -8,7 +8,7 @@
<link rel="canonical" href="https://snail007.host900.com/goproxy/page/free_vs_commercial/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/">
<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="GOPROXY免费版VS商业版 - GOPROXY IN ACTION">
<meta property="og:type" content="article">
<meta property="og:url" content="https://snail007.host900.com/goproxy/page/free_vs_commercial/">
<meta property="og:image" content="https://snail007.host900.com/goproxy/images/default.png">
<meta property="og:url" content="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/">
<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="GOPROXY 免费版VS商业版">
<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/page/free_vs_commercial/">
<meta name="twitter:url" content="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/">
<meta name="twitter:title" content="GOPROXY免费版VS商业版 - GOPROXY IN ACTION">
<meta name="twitter:description" content="GOPROXY 免费版VS商业版">
<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": "GOPROXY免费版VS商业版 - 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/page/" itemprop="url"><span itemprop="title">page</span></a></li>
<li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="https://snail007.goproxyauth.com/goproxy/page/" itemprop="url"><span itemprop="title">page</span></a></li>
<li class="active">GOPROXY免费版VS商业版</li>
</ol>
@ -143,7 +143,7 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-26T13:19:15JST">Jun 26, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
@ -376,7 +376,7 @@
<ul>
<li>下载文件列表中文件名后缀是_commercial.tar.gz的为商业版。请根据自己系统情况下载。
-
所有软件项目地址:<a href="https://snail007.host900.com/goproxy/manual/zh/#/?id=%e5%85%8d%e8%b4%b9%e7%89%88%e3%80%81%e5%95%86%e4%b8%9a%e7%89%88%e8%af%b4%e6%98%8e">点击进入</a></li>
所有软件项目地址:<a href="https://snail007.goproxyauth.com/goproxy/manual/zh/#/?id=%e5%85%8d%e8%b4%b9%e7%89%88%e3%80%81%e5%95%86%e4%b8%9a%e7%89%88%e8%af%b4%e6%98%8e">点击进入</a></li>
</ul></li>
<li><p>注意:不同名字的软件,是不同的软件,不同的软件需要各自购买授权,所以要确保购买的软件和安装的软件是一致的。</p></li>
@ -474,7 +474,7 @@ proxy-admin控制面板功能和goproxy商业版功能一样区别是</p>
<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>
@ -489,7 +489,7 @@ proxy-admin控制面板功能和goproxy商业版功能一样区别是</p>
<div>
<ul class="p-terms">
<li><a href="https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/">商业版</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/">商业版</a></li>
</ul>
</div>
@ -533,25 +533,25 @@ proxy-admin控制面板功能和goproxy商业版功能一样区别是</p>
</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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -563,13 +563,13 @@ proxy-admin控制面板功能和goproxy商业版功能一样区别是</p>
</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>
@ -580,23 +580,23 @@ proxy-admin控制面板功能和goproxy商业版功能一样区别是</p>
</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>

@ -8,7 +8,7 @@
<link rel="canonical" href="https://snail007.host900.com/goproxy/page/free_vs_commercial_en/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/">
<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="GOPROXY Free Version VS Commercial Version - GOPROXY IN ACTION">
<meta property="og:type" content="article">
<meta property="og:url" content="https://snail007.host900.com/goproxy/page/free_vs_commercial_en/">
<meta property="og:image" content="https://snail007.host900.com/goproxy/images/default.png">
<meta property="og:url" content="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/">
<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="GOPROXY Free Version VS Commercial Version">
<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/page/free_vs_commercial_en/">
<meta name="twitter:url" content="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/">
<meta name="twitter:title" content="GOPROXY Free Version VS Commercial Version - GOPROXY IN ACTION">
<meta name="twitter:description" content="GOPROXY Free Version VS Commercial Version">
<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": "GOPROXY Free Version VS Commercial Version - 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/page/" itemprop="url"><span itemprop="title">page</span></a></li>
<li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="https://snail007.goproxyauth.com/goproxy/page/" itemprop="url"><span itemprop="title">page</span></a></li>
<li class="active">GOPROXY Free Version VS Commercial Version</li>
</ol>
@ -143,7 +143,7 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-26T13:19:15JST">Jun 26, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
@ -451,7 +451,7 @@ Of all products have no additional usage support, yiu have to read the manual pa
<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>
@ -466,9 +466,9 @@ Of all products have no additional usage support, yiu have to read the manual pa
<div>
<ul class="p-terms">
<li><a href="https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/">商业版</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/">商业版</a></li>
<li><a href="https://snail007.host900.com/goproxy/tags/commercial/">commercial</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/tags/commercial/">commercial</a></li>
</ul>
</div>
@ -512,25 +512,25 @@ Of all products have no additional usage support, yiu have to read the manual pa
</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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -542,13 +542,13 @@ Of all products have no additional usage support, yiu have to read the manual pa
</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>
@ -559,23 +559,23 @@ Of all products have no additional usage support, yiu have to read the manual pa
</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>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/page/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/page/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/page/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/page/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>Pages - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -87,10 +87,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-26T13:19:15JST">Jun 26, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/page/free_vs_commercial/">GOPROXY免费版VS商业版</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/">GOPROXY免费版VS商业版</a></h2>
</header>
@ -98,7 +98,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/page/free_vs_commercial/" title="GOPROXY免费版VS商业版">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/" title="GOPROXY免费版VS商业版">Read More…</a>
</footer>
</article>
@ -108,10 +108,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T16:29:13JST">Jun 14, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><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/">常见问题解答</a></h2>
<h2 class="title"><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/">常见问题解答</a></h2>
</header>
@ -119,7 +119,7 @@
<footer>
<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/" title="常见问题解答">Read More…</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/" title="常见问题解答">Read More…</a>
</footer>
</article>
@ -129,10 +129,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-26T13:19:15JST">Jun 26, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/page/free_vs_commercial_en/">GOPROXY Free Version VS Commercial Version</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/">GOPROXY Free Version VS Commercial Version</a></h2>
</header>
@ -140,7 +140,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/page/free_vs_commercial_en/" title="GOPROXY Free Version VS Commercial Version">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/" title="GOPROXY Free Version VS Commercial Version">Read More…</a>
</footer>
</article>
@ -150,10 +150,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T15:29:47JST">Jun 14, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/page/categories/">Categories</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/page/categories/">Categories</a></h2>
</header>
@ -167,10 +167,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T13:22:19JST">Jun 14, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/page/about/">About</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/page/about/">About</a></h2>
</header>
@ -196,25 +196,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -226,13 +226,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>
@ -243,23 +243,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>

@ -2,57 +2,57 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Pages on GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/page/</link>
<link>https://snail007.goproxyauth.com/goproxy/page/</link>
<description>Recent content in Pages on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Wed, 26 Jun 2019 13:19:15 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/page/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/page/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>GOPROXY免费版VS商业版</title>
<link>https://snail007.host900.com/goproxy/page/free_vs_commercial/</link>
<link>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/</link>
<pubDate>Wed, 26 Jun 2019 13:19:15 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/page/free_vs_commercial/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/</guid>
<description>目前GOPROXY 和 SDK 提供免费版和商业版,功能对比如下。 免费版 商业版 TCP转发 √ √ UDP转发 √ √ HTTP(S)代理 √ √ Socks5代理 √ √</description>
</item>
<item>
<title>常见问题解答</title>
<link>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/</link>
<link>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/</link>
<pubDate>Fri, 14 Jun 2019 16:29:13 +0800</pubDate>
<guid>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/</guid>
<guid>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/</guid>
<description>http代理支持https网站吗goproxy的http代理同时支持http和https网站。 问socks5代理支持UDP吗</description>
</item>
<item>
<title>GOPROXY Free Version VS Commercial Version</title>
<link>https://snail007.host900.com/goproxy/page/free_vs_commercial_en/</link>
<link>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/</link>
<pubDate>Wed, 26 Jun 2019 13:19:15 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/page/free_vs_commercial_en/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/</guid>
<description>Currently, GOPROXY and SDK are available in both free and commercial versions. Function Free |Commercial TCP forwarding √ √ UDP forwarding √ √ HTTP(S)Agent √ √ Socks5 Agent √ √ Socks5 proxy UDP support √ √ SPS Integrated Agent √ √ SPS superior certification √ √ Intranet penetration √ √ DNS proxy, anti-pollution, independent DNS service √ √ HTTP(S) proxy authentication, authentication API, load balancing × √ SOCKS5 proxy authentication,</description>
</item>
<item>
<title>Categories</title>
<link>https://snail007.host900.com/goproxy/page/categories/</link>
<link>https://snail007.goproxyauth.com/goproxy/page/categories/</link>
<pubDate>Fri, 14 Jun 2019 15:29:47 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/page/categories/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/page/categories/</guid>
<description>不用看这里没什么内容仅仅为了定义目录和tags。</description>
</item>
<item>
<title>About</title>
<link>https://snail007.host900.com/goproxy/page/about/</link>
<link>https://snail007.goproxyauth.com/goproxy/page/about/</link>
<pubDate>Fri, 14 Jun 2019 13:22:19 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/page/about/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/page/about/</guid>
<description>It&amp;rsquo;s YOU!</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://snail007.host900.com/goproxy/page/</title><link rel="canonical" href="https://snail007.host900.com/goproxy/page/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.host900.com/goproxy/page/" /></head></html>
<!DOCTYPE html><html><head><title>https://snail007.goproxyauth.com/goproxy/page/</title><link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/page/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.goproxyauth.com/goproxy/page/" /></head></html>

@ -8,7 +8,7 @@
<link rel="canonical" href="https://snail007.host900.com/goproxy/posts/cloudflare/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/posts/cloudflare/">
<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="Cloudflare使用简明教程 - GOPROXY IN ACTION">
<meta property="og:type" content="article">
<meta property="og:url" content="https://snail007.host900.com/goproxy/posts/cloudflare/">
<meta property="og:image" content="https://snail007.host900.com/goproxy/images/default.png">
<meta property="og:url" content="https://snail007.goproxyauth.com/goproxy/posts/cloudflare/">
<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="Cloudflare使用简明教程">
<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/cloudflare/">
<meta name="twitter:url" content="https://snail007.goproxyauth.com/goproxy/posts/cloudflare/">
<meta name="twitter:title" content="Cloudflare使用简明教程 - GOPROXY IN ACTION">
<meta name="twitter:description" content="Cloudflare使用简明教程">
<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": "Cloudflare使用简明教程 - 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">Cloudflare使用简明教程</li>
</ol>
@ -143,7 +143,7 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-28T17:37:30JST">Jun 28, 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>
@ -178,7 +178,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>
@ -193,7 +193,7 @@
<div>
<ul class="p-terms">
<li><a href="https://snail007.host900.com/goproxy/tags/cdn/">CDN</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/tags/cdn/">CDN</a></li>
</ul>
</div>
@ -237,25 +237,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -267,13 +267,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>
@ -284,23 +284,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>

@ -8,7 +8,7 @@
<link rel="canonical" href="https://snail007.host900.com/goproxy/posts/domain-cf/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/">
<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="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法 - GOPROXY IN ACTION">
<meta property="og:type" content="article">
<meta property="og:url" content="https://snail007.host900.com/goproxy/posts/domain-cf/">
<meta property="og:image" content="https://snail007.host900.com/goproxy/images/default.png">
<meta property="og:url" content="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/">
<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="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法">
<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/domain-cf/">
<meta name="twitter:url" content="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/">
<meta name="twitter:title" content="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法 - GOPROXY IN ACTION">
<meta name="twitter:description" content="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法">
<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": "域名解析 域名控制台\x2b极客\x2bcloudflare 的配置方法 - 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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</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-05T08:20:48JST">Jul 5, 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>
@ -175,43 +175,43 @@
<p>记录值111.222.111.222</p>
<figure>
<img css="width:90%" src="https://snail007.host900.com/goproxy/img/domain-cloudflare/1.png" alt="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法 img/domain-cloudflare/1.png">
<img css="width:90%" src="https://snail007.goproxyauth.com/goproxy/img/domain-cloudflare/1.png" alt="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法 img/domain-cloudflare/1.png">
</figure>
<h5 id="2-登陆https-su-geekzu-org平台">2、登陆<a href="https://su.geekzu.org平台">https://su.geekzu.org平台</a></h5>
<figure>
<img css="width:90%" src="https://snail007.host900.com/goproxy/img/domain-cloudflare/2.png" alt="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法 img/domain-cloudflare/2.png">
<img css="width:90%" src="https://snail007.goproxyauth.com/goproxy/img/domain-cloudflare/2.png" alt="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法 img/domain-cloudflare/2.png">
</figure>
<figure>
<img css="width:90%" src="https://snail007.host900.com/goproxy/img/domain-cloudflare/3.png" alt="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法 img/domain-cloudflare/3.png">
<img css="width:90%" src="https://snail007.goproxyauth.com/goproxy/img/domain-cloudflare/3.png" alt="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法 img/domain-cloudflare/3.png">
</figure>
<figure>
<img css="width:90%" src="https://snail007.host900.com/goproxy/img/domain-cloudflare/4.png" alt="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法 img/domain-cloudflare/4.png">
<img css="width:90%" src="https://snail007.goproxyauth.com/goproxy/img/domain-cloudflare/4.png" alt="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法 img/domain-cloudflare/4.png">
</figure>
<figure>
<img css="width:90%" src="https://snail007.host900.com/goproxy/img/domain-cloudflare/5.png" alt="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法 img/domain-cloudflare/5.png">
<img css="width:90%" src="https://snail007.goproxyauth.com/goproxy/img/domain-cloudflare/5.png" alt="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法 img/domain-cloudflare/5.png">
</figure>
<h5 id="3-点击编辑-添加-填写二级域名test-和回源地址-vps-domain-com到相应的位置-提交">3、点击编辑-》添加-》填写二级域名test和回源地址vps.domain.com到相应的位置-》提交</h5>
<figure>
<img css="width:90%" src="https://snail007.host900.com/goproxy/img/domain-cloudflare/6.png" alt="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法 img/domain-cloudflare/6.png">
<img css="width:90%" src="https://snail007.goproxyauth.com/goproxy/img/domain-cloudflare/6.png" alt="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法 img/domain-cloudflare/6.png">
</figure>
<h5 id="4-提交后会看到如下">4、提交后会看到如下</h5>
<figure>
<img css="width:90%" src="https://snail007.host900.com/goproxy/img/domain-cloudflare/7.png" alt="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法 img/domain-cloudflare/7.png">
<img css="width:90%" src="https://snail007.goproxyauth.com/goproxy/img/domain-cloudflare/7.png" alt="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法 img/domain-cloudflare/7.png">
</figure>
@ -230,7 +230,7 @@
<p>填写完成后保存即可。</p>
<figure>
<img css="width:90%" src="https://snail007.host900.com/goproxy/img/domain-cloudflare/8.png" alt="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法 img/domain-cloudflare/8.png">
<img css="width:90%" src="https://snail007.goproxyauth.com/goproxy/img/domain-cloudflare/8.png" alt="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法 img/domain-cloudflare/8.png">
</figure>
@ -248,7 +248,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>
@ -263,13 +263,13 @@
<div>
<ul class="p-terms">
<li><a href="https://snail007.host900.com/goproxy/tags/cdn/">cdn</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/tags/cdn/">cdn</a></li>
<li><a href="https://snail007.host900.com/goproxy/tags/domain/">domain</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/tags/domain/">domain</a></li>
<li><a href="https://snail007.host900.com/goproxy/tags/ws/">ws</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/tags/ws/">ws</a></li>
<li><a href="https://snail007.host900.com/goproxy/tags/cloudflare/">cloudflare</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/tags/cloudflare/">cloudflare</a></li>
</ul>
</div>
@ -313,25 +313,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -343,13 +343,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>
@ -360,23 +360,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>

@ -8,7 +8,7 @@
<link rel="canonical" href="https://snail007.host900.com/goproxy/posts/http-nat-cdn/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/">
<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="内网穿透也能用CDN - GOPROXY IN ACTION">
<meta property="og:type" content="article">
<meta property="og:url" content="https://snail007.host900.com/goproxy/posts/http-nat-cdn/">
<meta property="og:image" content="https://snail007.host900.com/goproxy/images/default.png">
<meta property="og:url" content="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/">
<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="内网穿透通过CDN服务http服务">
<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/http-nat-cdn/">
<meta name="twitter:url" content="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/">
<meta name="twitter:title" content="内网穿透也能用CDN - GOPROXY IN ACTION">
<meta name="twitter:description" content="内网穿透通过CDN服务http服务">
<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": "内网穿透也能用CDN - 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">内网穿透也能用CDN</li>
</ol>
@ -143,7 +143,7 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-28T17:02:57JST">Jun 28, 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>
@ -186,7 +186,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>
@ -201,9 +201,9 @@
<div>
<ul class="p-terms">
<li><a href="https://snail007.host900.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/">内网穿透</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/">内网穿透</a></li>
<li><a href="https://snail007.host900.com/goproxy/tags/cdn/">cdn</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/tags/cdn/">cdn</a></li>
</ul>
</div>
@ -247,25 +247,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -277,13 +277,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>
@ -294,23 +294,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>

@ -8,7 +8,7 @@
<link rel="canonical" href="https://snail007.host900.com/goproxy/posts/http_cdn_ws/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/">
<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="代理之套用CDN - GOPROXY IN ACTION">
<meta property="og:type" content="article">
<meta property="og:url" content="https://snail007.host900.com/goproxy/posts/http_cdn_ws/">
<meta property="og:image" content="https://snail007.host900.com/goproxy/images/default.png">
<meta property="og:url" content="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/">
<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="http代理前置CDN保护你的后端代理">
<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/http_cdn_ws/">
<meta name="twitter:url" content="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/">
<meta name="twitter:title" content="代理之套用CDN - GOPROXY IN ACTION">
<meta name="twitter:description" content="http代理前置CDN保护你的后端代理">
<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": "代理之套用CDN - 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">代理之套用CDN</li>
</ol>
@ -143,7 +143,7 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T16:25:06JST">Jun 14, 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>
@ -248,7 +248,7 @@ HTTPs 端口为:
<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>
@ -263,11 +263,11 @@ HTTPs 端口为:
<div>
<ul class="p-terms">
<li><a href="https://snail007.host900.com/goproxy/tags/cdn/">cdn</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/tags/cdn/">cdn</a></li>
<li><a href="https://snail007.host900.com/goproxy/tags/ws/">ws</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/tags/ws/">ws</a></li>
<li><a href="https://snail007.host900.com/goproxy/tags/cloudflare/">cloudflare</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/tags/cloudflare/">cloudflare</a></li>
</ul>
</div>
@ -311,25 +311,25 @@ HTTPs 端口为:
</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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -341,13 +341,13 @@ HTTPs 端口为:
</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>
@ -358,23 +358,23 @@ HTTPs 端口为:
</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>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/posts/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/posts/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/posts/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/posts/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>Posts - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -87,10 +87,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-07-05T08:20:48JST">Jul 5, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/domain-cf/">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a></h2>
</header>
@ -98,7 +98,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/domain-cf/" title="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" title="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法">Read More…</a>
</footer>
</article>
@ -108,10 +108,10 @@
<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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/">在windows下实现基于dns的自动全局代理</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/">在windows下实现基于dns的自动全局代理</a></h2>
</header>
@ -119,7 +119,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/" title="在windows下实现基于dns的自动全局代理">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/" title="在windows下实现基于dns的自动全局代理">Read More…</a>
</footer>
</article>
@ -129,10 +129,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-28T17:37:30JST">Jun 28, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/cloudflare/">Cloudflare使用简明教程</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/cloudflare/">Cloudflare使用简明教程</a></h2>
</header>
@ -140,7 +140,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/cloudflare/" title="Cloudflare使用简明教程">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/cloudflare/" title="Cloudflare使用简明教程">Read More…</a>
</footer>
</article>
@ -150,10 +150,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-28T17:02:57JST">Jun 28, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/http-nat-cdn/">内网穿透也能用CDN</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/">内网穿透也能用CDN</a></h2>
</header>
@ -161,7 +161,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/http-nat-cdn/" title="内网穿透也能用CDN">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/" title="内网穿透也能用CDN">Read More…</a>
</footer>
</article>
@ -171,10 +171,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T16:25:06JST">Jun 14, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/http_cdn_ws/">代理之套用CDN</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/">代理之套用CDN</a></h2>
</header>
@ -182,7 +182,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/http_cdn_ws/" title="代理之套用CDN">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/" title="代理之套用CDN">Read More…</a>
</footer>
</article>
@ -204,25 +204,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -234,13 +234,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>
@ -251,23 +251,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>

@ -2,57 +2,57 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/posts/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/</link>
<description>Recent content in Posts on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Fri, 05 Jul 2019 08:20:48 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/posts/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</title>
<link>https://snail007.host900.com/goproxy/posts/domain-cf/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/domain-cf/</link>
<pubDate>Fri, 05 Jul 2019 08:20:48 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/domain-cf/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/domain-cf/</guid>
<description>准备工作 本文综合的介绍了cloudflare注册使用从域名解析到回源完成了一个二级域使用cloudflare的CDN加速的配置过程。 首先</description>
</item>
<item>
<title>在windows下实现基于dns的自动全局代理</title>
<link>https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/</link>
<pubDate>Thu, 04 Jul 2019 17:54:31 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/</guid>
<description>在windows下实现基于dns的自动全局代理。 本方法需要监听本地80和443端口所以如果你有程序占用了这两个端口请关闭相应的程序。 本文</description>
</item>
<item>
<title>Cloudflare使用简明教程</title>
<link>https://snail007.host900.com/goproxy/posts/cloudflare/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/cloudflare/</link>
<pubDate>Fri, 28 Jun 2019 17:37:30 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/cloudflare/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/cloudflare/</guid>
<description>前言 GOPROXY底层传输协议支持ws可以利用cdn加速使用cdn需要域名解析知识以及cdn的一些知识那么很多小伙伴对cdn不是很熟悉</description>
</item>
<item>
<title>内网穿透也能用CDN</title>
<link>https://snail007.host900.com/goproxy/posts/http-nat-cdn/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/</link>
<pubDate>Fri, 28 Jun 2019 17:02:57 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/http-nat-cdn/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/</guid>
<description>内网穿透之套CDN 好处就不用说了吧,两个字稳! 假如在windows上配置了可以访问的连接 http://127.0.0.1:801/abc/index.php , 如何能使用VPS+CDN做内网穿透呢 配置如下:</description>
</item>
<item>
<title>代理之套用CDN</title>
<link>https://snail007.host900.com/goproxy/posts/http_cdn_ws/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/</link>
<pubDate>Fri, 14 Jun 2019 16:25:06 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/http_cdn_ws/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/</guid>
<description>goproxy代理之套用CDN 准备 在VPS上下载对应平台的执行文件这里以Linux为例。 在电脑上下载对应平台的执行文件这里以Window</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://snail007.host900.com/goproxy/posts/</title><link rel="canonical" href="https://snail007.host900.com/goproxy/posts/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.host900.com/goproxy/posts/" /></head></html>
<!DOCTYPE html><html><head><title>https://snail007.goproxyauth.com/goproxy/posts/</title><link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/posts/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.goproxyauth.com/goproxy/posts/" /></head></html>

@ -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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>

@ -3,176 +3,176 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://snail007.host900.com/goproxy/usage/first/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/usage/first/</loc>
<lastmod>2019-07-04T11:00:50+08:00</lastmod>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/page/free_vs_commercial/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/</loc>
<lastmod>2019-06-26T13:19:15+08:00</lastmod>
</url>
<url>
<loc>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/</loc>
<loc>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/</loc>
<lastmod>2019-06-14T16:29:13+08:00</lastmod>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/tags/cdn/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/categories/</loc>
<lastmod>2019-07-05T08:20:48+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/categories/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/</loc>
<lastmod>2019-07-05T08:20:48+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/posts/</loc>
<lastmod>2019-07-05T08:20:48+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/posts/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/tags/</loc>
<lastmod>2019-07-05T08:20:48+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/tags/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/tags/cdn/</loc>
<lastmod>2019-07-05T08:20:48+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/tags/cloudflare/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/tags/cloudflare/</loc>
<lastmod>2019-07-05T08:20:48+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/tags/domain/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/tags/domain/</loc>
<lastmod>2019-07-05T08:20:48+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/tags/ws/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/tags/ws/</loc>
<lastmod>2019-07-05T08:20:48+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/posts/domain-cf/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/posts/domain-cf/</loc>
<lastmod>2019-07-05T08:20:48+08:00</lastmod>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/</loc>
<lastmod>2019-07-05T08:20:48+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/</loc>
<lastmod>2019-07-04T17:54:31+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/</loc>
<lastmod>2019-07-04T17:54:31+08:00</lastmod>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/</loc>
<lastmod>2019-07-04T11:00:50+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/usage/tcp/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/usage/tcp/</loc>
<lastmod>2019-07-04T11:00:50+08:00</lastmod>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/usage/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/usage/</loc>
<lastmod>2019-07-04T11:00:50+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/tags/tcp/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/tags/tcp/</loc>
<lastmod>2019-07-04T11:00:50+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/posts/cloudflare/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/posts/cloudflare/</loc>
<lastmod>2019-06-28T17:37:30+08:00</lastmod>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/</loc>
<lastmod>2019-06-28T17:02:57+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/posts/http-nat-cdn/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/</loc>
<lastmod>2019-06-28T17:02:57+08:00</lastmod>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/page/free_vs_commercial_en/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/</loc>
<lastmod>2019-06-26T13:19:15+08:00</lastmod>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/page/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/page/</loc>
<lastmod>2019-06-26T13:19:15+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/tags/commercial/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/tags/commercial/</loc>
<lastmod>2019-06-26T13:19:15+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/</loc>
<lastmod>2019-06-26T13:19:15+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/posts/http_cdn_ws/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/</loc>
<lastmod>2019-06-14T16:25:06+08:00</lastmod>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/page/categories/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/page/categories/</loc>
<lastmod>2019-06-14T15:29:47+08:00</lastmod>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/</loc>
<lastmod>2019-06-14T15:29:47+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/</loc>
<lastmod>2019-06-14T15:29:47+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/page/about/</loc>
<loc>https://snail007.goproxyauth.com/goproxy/page/about/</loc>
<lastmod>2019-06-14T13:22:19+08:00</lastmod>
</url>

@ -6,17 +6,17 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/tags/cdn/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/tags/cdn/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/tags/cdn/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/cdn/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>CDN - GOPROXY IN ACTION</title>
<title>cdn - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -77,7 +77,7 @@
<header class="page-header">
<h1>CDN</h1>
<h1>cdn</h1>
</header>
@ -87,10 +87,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-07-05T08:20:48JST">Jul 5, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/domain-cf/">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a></h2>
</header>
@ -98,7 +98,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/domain-cf/" title="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" title="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法">Read More…</a>
</footer>
</article>
@ -108,10 +108,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-28T17:37:30JST">Jun 28, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/cloudflare/">Cloudflare使用简明教程</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/cloudflare/">Cloudflare使用简明教程</a></h2>
</header>
@ -119,7 +119,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/cloudflare/" title="Cloudflare使用简明教程">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/cloudflare/" title="Cloudflare使用简明教程">Read More…</a>
</footer>
</article>
@ -129,10 +129,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-28T17:02:57JST">Jun 28, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/http-nat-cdn/">内网穿透也能用CDN</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/">内网穿透也能用CDN</a></h2>
</header>
@ -140,7 +140,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/http-nat-cdn/" title="内网穿透也能用CDN">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/" title="内网穿透也能用CDN">Read More…</a>
</footer>
</article>
@ -150,10 +150,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T16:25:06JST">Jun 14, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/http_cdn_ws/">代理之套用CDN</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/">代理之套用CDN</a></h2>
</header>
@ -161,7 +161,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/http_cdn_ws/" title="代理之套用CDN">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/" title="代理之套用CDN">Read More…</a>
</footer>
</article>
@ -183,25 +183,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -213,13 +213,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>
@ -230,23 +230,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>

@ -1,49 +1,49 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>CDN on GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/tags/cdn/</link>
<description>Recent content in CDN on GOPROXY IN ACTION</description>
<title>cdn on GOPROXY IN ACTION</title>
<link>https://snail007.goproxyauth.com/goproxy/tags/cdn/</link>
<description>Recent content in cdn on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Fri, 05 Jul 2019 08:20:48 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/tags/cdn/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/tags/cdn/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</title>
<link>https://snail007.host900.com/goproxy/posts/domain-cf/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/domain-cf/</link>
<pubDate>Fri, 05 Jul 2019 08:20:48 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/domain-cf/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/domain-cf/</guid>
<description>准备工作 本文综合的介绍了cloudflare注册使用从域名解析到回源完成了一个二级域使用cloudflare的CDN加速的配置过程。 首先</description>
</item>
<item>
<title>Cloudflare使用简明教程</title>
<link>https://snail007.host900.com/goproxy/posts/cloudflare/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/cloudflare/</link>
<pubDate>Fri, 28 Jun 2019 17:37:30 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/cloudflare/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/cloudflare/</guid>
<description>前言 GOPROXY底层传输协议支持ws可以利用cdn加速使用cdn需要域名解析知识以及cdn的一些知识那么很多小伙伴对cdn不是很熟悉</description>
</item>
<item>
<title>内网穿透也能用CDN</title>
<link>https://snail007.host900.com/goproxy/posts/http-nat-cdn/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/</link>
<pubDate>Fri, 28 Jun 2019 17:02:57 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/http-nat-cdn/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/</guid>
<description>内网穿透之套CDN 好处就不用说了吧,两个字稳! 假如在windows上配置了可以访问的连接 http://127.0.0.1:801/abc/index.php , 如何能使用VPS+CDN做内网穿透呢 配置如下:</description>
</item>
<item>
<title>代理之套用CDN</title>
<link>https://snail007.host900.com/goproxy/posts/http_cdn_ws/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/</link>
<pubDate>Fri, 14 Jun 2019 16:25:06 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/http_cdn_ws/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/</guid>
<description>goproxy代理之套用CDN 准备 在VPS上下载对应平台的执行文件这里以Linux为例。 在电脑上下载对应平台的执行文件这里以Window</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://snail007.host900.com/goproxy/tags/cdn/</title><link rel="canonical" href="https://snail007.host900.com/goproxy/tags/cdn/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.host900.com/goproxy/tags/cdn/" /></head></html>
<!DOCTYPE html><html><head><title>https://snail007.goproxyauth.com/goproxy/tags/cdn/</title><link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/cdn/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.goproxyauth.com/goproxy/tags/cdn/" /></head></html>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/tags/cloudflare/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/tags/cloudflare/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/tags/cloudflare/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/cloudflare/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>cloudflare - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -87,10 +87,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-07-05T08:20:48JST">Jul 5, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/domain-cf/">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a></h2>
</header>
@ -98,7 +98,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/domain-cf/" title="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" title="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法">Read More…</a>
</footer>
</article>
@ -108,10 +108,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T16:25:06JST">Jun 14, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/http_cdn_ws/">代理之套用CDN</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/">代理之套用CDN</a></h2>
</header>
@ -119,7 +119,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/http_cdn_ws/" title="代理之套用CDN">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/" title="代理之套用CDN">Read More…</a>
</footer>
</article>
@ -141,25 +141,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -171,13 +171,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>
@ -188,23 +188,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>

@ -2,30 +2,30 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>cloudflare on GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/tags/cloudflare/</link>
<link>https://snail007.goproxyauth.com/goproxy/tags/cloudflare/</link>
<description>Recent content in cloudflare on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Fri, 05 Jul 2019 08:20:48 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/tags/cloudflare/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/tags/cloudflare/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</title>
<link>https://snail007.host900.com/goproxy/posts/domain-cf/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/domain-cf/</link>
<pubDate>Fri, 05 Jul 2019 08:20:48 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/domain-cf/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/domain-cf/</guid>
<description>准备工作 本文综合的介绍了cloudflare注册使用从域名解析到回源完成了一个二级域使用cloudflare的CDN加速的配置过程。 首先</description>
</item>
<item>
<title>代理之套用CDN</title>
<link>https://snail007.host900.com/goproxy/posts/http_cdn_ws/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/</link>
<pubDate>Fri, 14 Jun 2019 16:25:06 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/http_cdn_ws/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/</guid>
<description>goproxy代理之套用CDN 准备 在VPS上下载对应平台的执行文件这里以Linux为例。 在电脑上下载对应平台的执行文件这里以Window</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://snail007.host900.com/goproxy/tags/cloudflare/</title><link rel="canonical" href="https://snail007.host900.com/goproxy/tags/cloudflare/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.host900.com/goproxy/tags/cloudflare/" /></head></html>
<!DOCTYPE html><html><head><title>https://snail007.goproxyauth.com/goproxy/tags/cloudflare/</title><link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/cloudflare/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.goproxyauth.com/goproxy/tags/cloudflare/" /></head></html>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/tags/commercial/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/tags/commercial/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/tags/commercial/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/commercial/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>commercial - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -87,10 +87,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-26T13:19:15JST">Jun 26, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/page/free_vs_commercial_en/">GOPROXY Free Version VS Commercial Version</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/">GOPROXY Free Version VS Commercial Version</a></h2>
</header>
@ -98,7 +98,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/page/free_vs_commercial_en/" title="GOPROXY Free Version VS Commercial Version">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/" title="GOPROXY Free Version VS Commercial Version">Read More…</a>
</footer>
</article>
@ -120,25 +120,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -150,13 +150,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>
@ -167,23 +167,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>

@ -2,21 +2,21 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>commercial on GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/tags/commercial/</link>
<link>https://snail007.goproxyauth.com/goproxy/tags/commercial/</link>
<description>Recent content in commercial on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Wed, 26 Jun 2019 13:19:15 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/tags/commercial/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/tags/commercial/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>GOPROXY Free Version VS Commercial Version</title>
<link>https://snail007.host900.com/goproxy/page/free_vs_commercial_en/</link>
<link>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/</link>
<pubDate>Wed, 26 Jun 2019 13:19:15 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/page/free_vs_commercial_en/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/</guid>
<description>Currently, GOPROXY and SDK are available in both free and commercial versions. Function Free |Commercial TCP forwarding √ √ UDP forwarding √ √ HTTP(S)Agent √ √ Socks5 Agent √ √ Socks5 proxy UDP support √ √ SPS Integrated Agent √ √ SPS superior certification √ √ Intranet penetration √ √ DNS proxy, anti-pollution, independent DNS service √ √ HTTP(S) proxy authentication, authentication API, load balancing × √ SOCKS5 proxy authentication,</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://snail007.host900.com/goproxy/tags/commercial/</title><link rel="canonical" href="https://snail007.host900.com/goproxy/tags/commercial/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.host900.com/goproxy/tags/commercial/" /></head></html>
<!DOCTYPE html><html><head><title>https://snail007.goproxyauth.com/goproxy/tags/commercial/</title><link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/commercial/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.goproxyauth.com/goproxy/tags/commercial/" /></head></html>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/tags/domain/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/tags/domain/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/tags/domain/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/domain/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>domain - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -87,10 +87,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-07-05T08:20:48JST">Jul 5, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/domain-cf/">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a></h2>
</header>
@ -98,7 +98,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/domain-cf/" title="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" title="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法">Read More…</a>
</footer>
</article>
@ -120,25 +120,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -150,13 +150,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>
@ -167,23 +167,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>

@ -2,21 +2,21 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>domain on GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/tags/domain/</link>
<link>https://snail007.goproxyauth.com/goproxy/tags/domain/</link>
<description>Recent content in domain on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Fri, 05 Jul 2019 08:20:48 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/tags/domain/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/tags/domain/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</title>
<link>https://snail007.host900.com/goproxy/posts/domain-cf/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/domain-cf/</link>
<pubDate>Fri, 05 Jul 2019 08:20:48 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/domain-cf/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/domain-cf/</guid>
<description>准备工作 本文综合的介绍了cloudflare注册使用从域名解析到回源完成了一个二级域使用cloudflare的CDN加速的配置过程。 首先</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://snail007.host900.com/goproxy/tags/domain/</title><link rel="canonical" href="https://snail007.host900.com/goproxy/tags/domain/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.host900.com/goproxy/tags/domain/" /></head></html>
<!DOCTYPE html><html><head><title>https://snail007.goproxyauth.com/goproxy/tags/domain/</title><link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/domain/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.goproxyauth.com/goproxy/tags/domain/" /></head></html>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/tags/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/tags/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/tags/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>Tags - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -83,23 +83,23 @@
<div class="list-group">
<a href="https://snail007.host900.com/goproxy/tags/cdn" class="list-group-item">cdn <span class="badge">4</span></a>
<a href="https://snail007.goproxyauth.com/goproxy/tags/cdn" class="list-group-item">cdn <span class="badge">4</span></a>
<a href="https://snail007.host900.com/goproxy/tags/cloudflare" class="list-group-item">cloudflare <span class="badge">2</span></a>
<a href="https://snail007.goproxyauth.com/goproxy/tags/cloudflare" class="list-group-item">cloudflare <span class="badge">2</span></a>
<a href="https://snail007.host900.com/goproxy/tags/commercial" class="list-group-item">commercial <span class="badge">1</span></a>
<a href="https://snail007.goproxyauth.com/goproxy/tags/commercial" class="list-group-item">commercial <span class="badge">1</span></a>
<a href="https://snail007.host900.com/goproxy/tags/domain" class="list-group-item">domain <span class="badge">1</span></a>
<a href="https://snail007.goproxyauth.com/goproxy/tags/domain" class="list-group-item">domain <span class="badge">1</span></a>
<a href="https://snail007.host900.com/goproxy/tags/tcp" class="list-group-item">tcp <span class="badge">1</span></a>
<a href="https://snail007.goproxyauth.com/goproxy/tags/tcp" class="list-group-item">tcp <span class="badge">1</span></a>
<a href="https://snail007.host900.com/goproxy/tags/ws" class="list-group-item">ws <span class="badge">3</span></a>
<a href="https://snail007.goproxyauth.com/goproxy/tags/ws" class="list-group-item">ws <span class="badge">3</span></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">全局代理 <span class="badge">1</span></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">全局代理 <span class="badge">1</span></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">内网穿透 <span class="badge">1</span></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">内网穿透 <span class="badge">1</span></a>
<a href="https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88" class="list-group-item">商业版 <span class="badge">2</span></a>
<a href="https://snail007.goproxyauth.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88" class="list-group-item">商业版 <span class="badge">2</span></a>
</div>
</section>
@ -115,25 +115,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -145,13 +145,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>
@ -162,23 +162,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>

@ -2,93 +2,93 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/tags/</link>
<link>https://snail007.goproxyauth.com/goproxy/tags/</link>
<description>Recent content in Tags on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Fri, 05 Jul 2019 08:20:48 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/tags/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>CDN</title>
<link>https://snail007.host900.com/goproxy/tags/cdn/</link>
<title>cdn</title>
<link>https://snail007.goproxyauth.com/goproxy/tags/cdn/</link>
<pubDate>Fri, 05 Jul 2019 08:20:48 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/tags/cdn/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/tags/cdn/</guid>
<description></description>
</item>
<item>
<title>cloudflare</title>
<link>https://snail007.host900.com/goproxy/tags/cloudflare/</link>
<link>https://snail007.goproxyauth.com/goproxy/tags/cloudflare/</link>
<pubDate>Fri, 05 Jul 2019 08:20:48 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/tags/cloudflare/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/tags/cloudflare/</guid>
<description></description>
</item>
<item>
<title>domain</title>
<link>https://snail007.host900.com/goproxy/tags/domain/</link>
<link>https://snail007.goproxyauth.com/goproxy/tags/domain/</link>
<pubDate>Fri, 05 Jul 2019 08:20:48 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/tags/domain/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/tags/domain/</guid>
<description></description>
</item>
<item>
<title>ws</title>
<link>https://snail007.host900.com/goproxy/tags/ws/</link>
<link>https://snail007.goproxyauth.com/goproxy/tags/ws/</link>
<pubDate>Fri, 05 Jul 2019 08:20:48 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/tags/ws/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/tags/ws/</guid>
<description></description>
</item>
<item>
<title>全局代理</title>
<link>https://snail007.host900.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/</link>
<link>https://snail007.goproxyauth.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/</link>
<pubDate>Thu, 04 Jul 2019 17:54:31 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/</guid>
<description></description>
</item>
<item>
<title>tcp</title>
<link>https://snail007.host900.com/goproxy/tags/tcp/</link>
<link>https://snail007.goproxyauth.com/goproxy/tags/tcp/</link>
<pubDate>Thu, 04 Jul 2019 11:00:50 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/tags/tcp/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/tags/tcp/</guid>
<description></description>
</item>
<item>
<title>内网穿透</title>
<link>https://snail007.host900.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/</link>
<link>https://snail007.goproxyauth.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/</link>
<pubDate>Fri, 28 Jun 2019 17:02:57 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/</guid>
<description></description>
</item>
<item>
<title>commercial</title>
<link>https://snail007.host900.com/goproxy/tags/commercial/</link>
<link>https://snail007.goproxyauth.com/goproxy/tags/commercial/</link>
<pubDate>Wed, 26 Jun 2019 13:19:15 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/tags/commercial/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/tags/commercial/</guid>
<description></description>
</item>
<item>
<title>商业版</title>
<link>https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/</link>
<link>https://snail007.goproxyauth.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/</link>
<pubDate>Wed, 26 Jun 2019 13:19:15 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/</guid>
<description></description>
</item>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/tags/tcp/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/tags/tcp/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/tags/tcp/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/tcp/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>tcp - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -87,10 +87,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-07-04T11:00:50JST">Jul 4, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/usage/">usage</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/usage/">usage</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/usage/tcp/">TCP代理</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/usage/tcp/">TCP代理</a></h2>
</header>
@ -98,7 +98,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/usage/tcp/" title="TCP代理">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/usage/tcp/" title="TCP代理">Read More…</a>
</footer>
</article>
@ -120,25 +120,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -150,13 +150,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>
@ -167,23 +167,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>

@ -2,21 +2,21 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>tcp on GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/tags/tcp/</link>
<link>https://snail007.goproxyauth.com/goproxy/tags/tcp/</link>
<description>Recent content in tcp on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Thu, 04 Jul 2019 11:00:50 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/tags/tcp/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/tags/tcp/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>TCP代理</title>
<link>https://snail007.host900.com/goproxy/usage/tcp/</link>
<link>https://snail007.goproxyauth.com/goproxy/usage/tcp/</link>
<pubDate>Thu, 04 Jul 2019 11:00:50 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/usage/tcp/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/usage/tcp/</guid>
<description>工作原理 tcp代理也称为tcp端口转发工作原理就是把proxy监听端口进来的tcp连接的数据原样转发到上级监听的一个端口。 上级可以是p</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://snail007.host900.com/goproxy/tags/tcp/</title><link rel="canonical" href="https://snail007.host900.com/goproxy/tags/tcp/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.host900.com/goproxy/tags/tcp/" /></head></html>
<!DOCTYPE html><html><head><title>https://snail007.goproxyauth.com/goproxy/tags/tcp/</title><link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/tcp/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.goproxyauth.com/goproxy/tags/tcp/" /></head></html>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/tags/ws/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/tags/ws/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/tags/ws/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/ws/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>ws - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -87,10 +87,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-07-05T08:20:48JST">Jul 5, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/domain-cf/">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a></h2>
</header>
@ -98,7 +98,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/domain-cf/" title="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" title="域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法">Read More…</a>
</footer>
</article>
@ -108,10 +108,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T16:25:06JST">Jun 14, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/http_cdn_ws/">代理之套用CDN</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/">代理之套用CDN</a></h2>
</header>
@ -119,7 +119,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/http_cdn_ws/" title="代理之套用CDN">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/" title="代理之套用CDN">Read More…</a>
</footer>
</article>
@ -129,10 +129,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-14T15:29:47JST">Jun 14, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/page/categories/">Categories</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/page/categories/">Categories</a></h2>
</header>
@ -158,25 +158,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -188,13 +188,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>
@ -205,23 +205,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>

@ -2,39 +2,39 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>ws on GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/tags/ws/</link>
<link>https://snail007.goproxyauth.com/goproxy/tags/ws/</link>
<description>Recent content in ws on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Fri, 05 Jul 2019 08:20:48 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/tags/ws/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/tags/ws/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</title>
<link>https://snail007.host900.com/goproxy/posts/domain-cf/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/domain-cf/</link>
<pubDate>Fri, 05 Jul 2019 08:20:48 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/domain-cf/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/domain-cf/</guid>
<description>准备工作 本文综合的介绍了cloudflare注册使用从域名解析到回源完成了一个二级域使用cloudflare的CDN加速的配置过程。 首先</description>
</item>
<item>
<title>代理之套用CDN</title>
<link>https://snail007.host900.com/goproxy/posts/http_cdn_ws/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/</link>
<pubDate>Fri, 14 Jun 2019 16:25:06 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/http_cdn_ws/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/http_cdn_ws/</guid>
<description>goproxy代理之套用CDN 准备 在VPS上下载对应平台的执行文件这里以Linux为例。 在电脑上下载对应平台的执行文件这里以Window</description>
</item>
<item>
<title>Categories</title>
<link>https://snail007.host900.com/goproxy/page/categories/</link>
<link>https://snail007.goproxyauth.com/goproxy/page/categories/</link>
<pubDate>Fri, 14 Jun 2019 15:29:47 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/page/categories/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/page/categories/</guid>
<description>不用看这里没什么内容仅仅为了定义目录和tags。</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://snail007.host900.com/goproxy/tags/ws/</title><link rel="canonical" href="https://snail007.host900.com/goproxy/tags/ws/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.host900.com/goproxy/tags/ws/" /></head></html>
<!DOCTYPE html><html><head><title>https://snail007.goproxyauth.com/goproxy/tags/ws/</title><link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/ws/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.goproxyauth.com/goproxy/tags/ws/" /></head></html>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>全局代理 - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -87,10 +87,10 @@
<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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/">在windows下实现基于dns的自动全局代理</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/">在windows下实现基于dns的自动全局代理</a></h2>
</header>
@ -98,7 +98,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/" title="在windows下实现基于dns的自动全局代理">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/" title="在windows下实现基于dns的自动全局代理">Read More…</a>
</footer>
</article>
@ -120,25 +120,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -150,13 +150,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>
@ -167,23 +167,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>

@ -2,21 +2,21 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>全局代理 on GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/</link>
<link>https://snail007.goproxyauth.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/</link>
<description>Recent content in 全局代理 on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Thu, 04 Jul 2019 17:54:31 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>在windows下实现基于dns的自动全局代理</title>
<link>https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/</link>
<pubDate>Thu, 04 Jul 2019 17:54:31 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/windows-global-proxy-using-dns/</guid>
<description>在windows下实现基于dns的自动全局代理。 本方法需要监听本地80和443端口所以如果你有程序占用了这两个端口请关闭相应的程序。 本文</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://snail007.host900.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/</title><link rel="canonical" href="https://snail007.host900.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.host900.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/" /></head></html>
<!DOCTYPE html><html><head><title>https://snail007.goproxyauth.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/</title><link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.goproxyauth.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/" /></head></html>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>内网穿透 - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -87,10 +87,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-28T17:02:57JST">Jun 28, 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>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/posts/http-nat-cdn/">内网穿透也能用CDN</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/">内网穿透也能用CDN</a></h2>
</header>
@ -98,7 +98,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/posts/http-nat-cdn/" title="内网穿透也能用CDN">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/" title="内网穿透也能用CDN">Read More…</a>
</footer>
</article>
@ -120,25 +120,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -150,13 +150,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>
@ -167,23 +167,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>

@ -2,21 +2,21 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>内网穿透 on GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/</link>
<link>https://snail007.goproxyauth.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/</link>
<description>Recent content in 内网穿透 on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Fri, 28 Jun 2019 17:02:57 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>内网穿透也能用CDN</title>
<link>https://snail007.host900.com/goproxy/posts/http-nat-cdn/</link>
<link>https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/</link>
<pubDate>Fri, 28 Jun 2019 17:02:57 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/posts/http-nat-cdn/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/posts/http-nat-cdn/</guid>
<description>内网穿透之套CDN 好处就不用说了吧,两个字稳! 假如在windows上配置了可以访问的连接 http://127.0.0.1:801/abc/index.php , 如何能使用VPS+CDN做内网穿透呢 配置如下:</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://snail007.host900.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/</title><link rel="canonical" href="https://snail007.host900.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.host900.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/" /></head></html>
<!DOCTYPE html><html><head><title>https://snail007.goproxyauth.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/</title><link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.goproxyauth.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/" /></head></html>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>商业版 - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -87,10 +87,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-26T13:19:15JST">Jun 26, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/page/free_vs_commercial/">GOPROXY免费版VS商业版</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/">GOPROXY免费版VS商业版</a></h2>
</header>
@ -98,7 +98,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/page/free_vs_commercial/" title="GOPROXY免费版VS商业版">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/" title="GOPROXY免费版VS商业版">Read More…</a>
</footer>
</article>
@ -108,10 +108,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-06-26T13:19:15JST">Jun 26, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/page/">page</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/page/">page</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/page/free_vs_commercial_en/">GOPROXY Free Version VS Commercial Version</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/">GOPROXY Free Version VS Commercial Version</a></h2>
</header>
@ -119,7 +119,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/page/free_vs_commercial_en/" title="GOPROXY Free Version VS Commercial Version">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/" title="GOPROXY Free Version VS Commercial Version">Read More…</a>
</footer>
</article>
@ -141,25 +141,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -171,13 +171,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>
@ -188,23 +188,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>

@ -2,30 +2,30 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>商业版 on GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/</link>
<link>https://snail007.goproxyauth.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/</link>
<description>Recent content in 商业版 on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Wed, 26 Jun 2019 13:19:15 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>GOPROXY免费版VS商业版</title>
<link>https://snail007.host900.com/goproxy/page/free_vs_commercial/</link>
<link>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/</link>
<pubDate>Wed, 26 Jun 2019 13:19:15 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/page/free_vs_commercial/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial/</guid>
<description>目前GOPROXY 和 SDK 提供免费版和商业版,功能对比如下。 免费版 商业版 TCP转发 √ √ UDP转发 √ √ HTTP(S)代理 √ √ Socks5代理 √ √</description>
</item>
<item>
<title>GOPROXY Free Version VS Commercial Version</title>
<link>https://snail007.host900.com/goproxy/page/free_vs_commercial_en/</link>
<link>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/</link>
<pubDate>Wed, 26 Jun 2019 13:19:15 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/page/free_vs_commercial_en/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/page/free_vs_commercial_en/</guid>
<description>Currently, GOPROXY and SDK are available in both free and commercial versions. Function Free |Commercial TCP forwarding √ √ UDP forwarding √ √ HTTP(S)Agent √ √ Socks5 Agent √ √ Socks5 proxy UDP support √ √ SPS Integrated Agent √ √ SPS superior certification √ √ Intranet penetration √ √ DNS proxy, anti-pollution, independent DNS service √ √ HTTP(S) proxy authentication, authentication API, load balancing × √ SOCKS5 proxy authentication,</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/</title><link rel="canonical" href="https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/" /></head></html>
<!DOCTYPE html><html><head><title>https://snail007.goproxyauth.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/</title><link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.goproxyauth.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/" /></head></html>

@ -8,7 +8,7 @@
<link rel="canonical" href="https://snail007.host900.com/goproxy/usage/first/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/usage/first/">
<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="手册前言(使用必读) - GOPROXY IN ACTION">
<meta property="og:type" content="article">
<meta property="og:url" content="https://snail007.host900.com/goproxy/usage/first/">
<meta property="og:image" content="https://snail007.host900.com/goproxy/images/default.png">
<meta property="og:url" content="https://snail007.goproxyauth.com/goproxy/usage/first/">
<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="GOPROXY手册使用">
<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/usage/first/">
<meta name="twitter:url" content="https://snail007.goproxyauth.com/goproxy/usage/first/">
<meta name="twitter:title" content="手册前言(使用必读) - GOPROXY IN ACTION">
<meta name="twitter:description" content="GOPROXY手册使用">
<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": "手册前言(使用必读) - 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/usage/" itemprop="url"><span itemprop="title">usage</span></a></li>
<li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="https://snail007.goproxyauth.com/goproxy/usage/" itemprop="url"><span itemprop="title">usage</span></a></li>
<li class="active">手册前言(使用必读)</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-04T11:00:50JST">Jul 4, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/usage/">usage</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/usage/">usage</a></li>
</ul>
@ -273,7 +273,7 @@
<div>
<ul class="p-terms">
<li><a href="https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/">GOPROXY手册</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/">GOPROXY手册</a></li>
</ul>
</div>
@ -319,25 +319,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -349,13 +349,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>
@ -366,23 +366,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>

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.56.3" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.host900.com/goproxy/usage/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://snail007.goproxyauth.com/goproxy/usage/index.xml">
<link rel="canonical" href="https://snail007.host900.com/goproxy/usage/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/usage/">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
@ -16,7 +16,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<title>Usages - GOPROXY IN ACTION</title>
<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>
@ -36,7 +36,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>
@ -49,11 +49,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>
@ -87,10 +87,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-07-04T11:00:50JST">Jul 4, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/usage/">usage</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/usage/">usage</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/usage/first/">手册前言(使用必读)</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/usage/first/">手册前言(使用必读)</a></h2>
</header>
@ -98,7 +98,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/usage/first/" title="手册前言(使用必读)">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/usage/first/" title="手册前言(使用必读)">Read More…</a>
</footer>
</article>
@ -108,10 +108,10 @@
<header>
<ul class="p-facts">
<li><i class="fa fa-calendar" aria-hidden="true"></i><time datetime="2019-07-04T11:00:50JST">Jul 4, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/usage/">usage</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/usage/">usage</a></li>
</ul>
<h2 class="title"><a href="https://snail007.host900.com/goproxy/usage/tcp/">TCP代理</a></h2>
<h2 class="title"><a href="https://snail007.goproxyauth.com/goproxy/usage/tcp/">TCP代理</a></h2>
</header>
@ -119,7 +119,7 @@
<footer>
<a href="https://snail007.host900.com/goproxy/usage/tcp/" title="TCP代理">Read More…</a>
<a href="https://snail007.goproxyauth.com/goproxy/usage/tcp/" title="TCP代理">Read More…</a>
</footer>
</article>
@ -141,25 +141,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -171,13 +171,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>
@ -188,23 +188,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>

@ -2,30 +2,30 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Usages on GOPROXY IN ACTION</title>
<link>https://snail007.host900.com/goproxy/usage/</link>
<link>https://snail007.goproxyauth.com/goproxy/usage/</link>
<description>Recent content in Usages on GOPROXY IN ACTION</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Thu, 04 Jul 2019 11:00:50 +0800</lastBuildDate>
<atom:link href="https://snail007.host900.com/goproxy/usage/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://snail007.goproxyauth.com/goproxy/usage/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>手册前言(使用必读)</title>
<link>https://snail007.host900.com/goproxy/usage/first/</link>
<link>https://snail007.goproxyauth.com/goproxy/usage/first/</link>
<pubDate>Thu, 04 Jul 2019 11:00:50 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/usage/first/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/usage/first/</guid>
<description>前言 GOPROXY使用必读 手册和项目中使用了一部分的名词它们本身的含义和在goproxy的专有含义是不一样的所以前言中对这些名词做了解释</description>
</item>
<item>
<title>TCP代理</title>
<link>https://snail007.host900.com/goproxy/usage/tcp/</link>
<link>https://snail007.goproxyauth.com/goproxy/usage/tcp/</link>
<pubDate>Thu, 04 Jul 2019 11:00:50 +0800</pubDate>
<guid>https://snail007.host900.com/goproxy/usage/tcp/</guid>
<guid>https://snail007.goproxyauth.com/goproxy/usage/tcp/</guid>
<description>工作原理 tcp代理也称为tcp端口转发工作原理就是把proxy监听端口进来的tcp连接的数据原样转发到上级监听的一个端口。 上级可以是p</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://snail007.host900.com/goproxy/usage/</title><link rel="canonical" href="https://snail007.host900.com/goproxy/usage/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.host900.com/goproxy/usage/" /></head></html>
<!DOCTYPE html><html><head><title>https://snail007.goproxyauth.com/goproxy/usage/</title><link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/usage/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://snail007.goproxyauth.com/goproxy/usage/" /></head></html>

@ -8,7 +8,7 @@
<link rel="canonical" href="https://snail007.host900.com/goproxy/usage/tcp/">
<link rel="canonical" href="https://snail007.goproxyauth.com/goproxy/usage/tcp/">
<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="TCP代理 - GOPROXY IN ACTION">
<meta property="og:type" content="article">
<meta property="og:url" content="https://snail007.host900.com/goproxy/usage/tcp/">
<meta property="og:image" content="https://snail007.host900.com/goproxy/images/default.png">
<meta property="og:url" content="https://snail007.goproxyauth.com/goproxy/usage/tcp/">
<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="GOPROXY手册之TCP代理的使用">
<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/usage/tcp/">
<meta name="twitter:url" content="https://snail007.goproxyauth.com/goproxy/usage/tcp/">
<meta name="twitter:title" content="TCP代理 - GOPROXY IN ACTION">
<meta name="twitter:description" content="GOPROXY手册之TCP代理的使用">
<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": "TCP代理 - 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/usage/" itemprop="url"><span itemprop="title">usage</span></a></li>
<li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="https://snail007.goproxyauth.com/goproxy/usage/" itemprop="url"><span itemprop="title">usage</span></a></li>
<li class="active">TCP代理</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-04T11:00:50JST">Jul 4, 2019</time></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.host900.com/goproxy/usage/">usage</a></li>
<li><i class="fa fa-bookmark" aria-hidden="true"></i><a href="https://snail007.goproxyauth.com/goproxy/usage/">usage</a></li>
</ul>
@ -198,7 +198,7 @@
<div>
<ul class="p-terms">
<li><a href="https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/">GOPROXY手册</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/">GOPROXY手册</a></li>
</ul>
</div>
@ -213,7 +213,7 @@
<div>
<ul class="p-terms">
<li><a href="https://snail007.host900.com/goproxy/tags/tcp/">tcp</a></li>
<li><a href="https://snail007.goproxyauth.com/goproxy/tags/tcp/">tcp</a></li>
</ul>
</div>
@ -257,25 +257,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">域名解析 域名控制台&#43;极客&#43;cloudflare 的配置方法</a>
<a href="https://snail007.goproxyauth.com/goproxy/posts/domain-cf/" class="list-group-item">域名解析 域名控制台&#43;极客&#43;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>
@ -287,13 +287,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>
@ -304,23 +304,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>

Loading…
Cancel
Save