From 93a052dd3d43a6315e1980915b1612da08e74cab Mon Sep 17 00:00:00 2001
From: arraykeys
Date: Wed, 12 May 2021 11:55:51 +0800
Subject: [PATCH] update
---
README.md | 4 +-
README_ZH.md | 12 +-
docs/404.html | 8 +-
docs/categories/goproxy手册/index.html | 68 +++++-----
docs/categories/goproxy手册/index.xml | 12 +-
docs/categories/goproxy手册/page/1/index.html | 2 +-
docs/categories/index.html | 64 +++++-----
docs/categories/index.xml | 20 +--
docs/categories/架构解说/index.html | 60 ++++-----
docs/categories/架构解说/index.xml | 8 +-
docs/categories/架构解说/page/1/index.html | 2 +-
docs/categories/细说层级/index.html | 60 ++++-----
docs/categories/细说层级/index.xml | 8 +-
docs/categories/细说层级/page/1/index.html | 2 +-
docs/categories/默认分类/index.html | 104 +++++++--------
docs/categories/默认分类/index.xml | 36 +++---
docs/categories/默认分类/page/1/index.html | 2 +-
docs/index.html | 118 +++++++++---------
docs/index.xml | 52 ++++----
docs/manual/manual.md | 2 +-
docs/manual/zh/manual.md | 6 +-
docs/page/1/index.html | 2 +-
docs/page/2/index.html | 66 +++++-----
docs/page/about/index.html | 76 +++++------
docs/page/categories/index.html | 80 ++++++------
docs/page/faq/goproxy常见问题解答/index.html | 76 +++++------
docs/page/free_vs_commercial/index.html | 78 ++++++------
docs/page/free_vs_commercial_en/index.html | 84 ++++++-------
docs/page/index.html | 82 ++++++------
docs/page/index.xml | 24 ++--
docs/page/page/1/index.html | 2 +-
docs/posts/cloudflare/index.html | 78 ++++++------
docs/posts/domain-cf/index.html | 100 +++++++--------
docs/posts/http-nat-cdn/index.html | 80 ++++++------
docs/posts/http_cdn_ws/index.html | 82 ++++++------
docs/posts/index.html | 86 ++++++-------
docs/posts/index.xml | 24 ++--
docs/posts/page/1/index.html | 2 +-
.../windows-global-proxy-using-dns/index.html | 78 ++++++------
docs/sitemap.xml | 62 ++++-----
docs/tags/cdn/index.html | 80 ++++++------
docs/tags/cdn/index.xml | 20 +--
docs/tags/cdn/page/1/index.html | 2 +-
docs/tags/cloudflare/index.html | 68 +++++-----
docs/tags/cloudflare/index.xml | 12 +-
docs/tags/cloudflare/page/1/index.html | 2 +-
docs/tags/commercial/index.html | 62 ++++-----
docs/tags/commercial/index.xml | 8 +-
docs/tags/commercial/page/1/index.html | 2 +-
docs/tags/domain/index.html | 62 ++++-----
docs/tags/domain/index.xml | 8 +-
docs/tags/domain/page/1/index.html | 2 +-
docs/tags/index.html | 74 +++++------
docs/tags/index.xml | 40 +++---
docs/tags/tcp/index.html | 62 ++++-----
docs/tags/tcp/index.xml | 8 +-
docs/tags/tcp/page/1/index.html | 2 +-
docs/tags/ws/index.html | 72 +++++------
docs/tags/ws/index.xml | 16 +--
docs/tags/ws/page/1/index.html | 2 +-
docs/tags/全局代理/index.html | 62 ++++-----
docs/tags/全局代理/index.xml | 8 +-
docs/tags/全局代理/page/1/index.html | 2 +-
docs/tags/内网穿透/index.html | 62 ++++-----
docs/tags/内网穿透/index.xml | 8 +-
docs/tags/内网穿透/page/1/index.html | 2 +-
docs/tags/商业版/index.html | 68 +++++-----
docs/tags/商业版/index.xml | 12 +-
docs/tags/商业版/page/1/index.html | 2 +-
docs/usage/first/index.html | 76 +++++------
docs/usage/index.html | 68 +++++-----
docs/usage/index.xml | 12 +-
docs/usage/page/1/index.html | 2 +-
docs/usage/tcp/index.html | 78 ++++++------
74 files changed, 1439 insertions(+), 1439 deletions(-)
diff --git a/README.md b/README.md
index 556499a..9dfcb36 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ The GoProxy is a high-performance http proxy, https proxy, socks5 proxy, ss prox
- [中文介绍(必看)](https://github.com/snail007/goproxy/blob/master/README_ZH.md)
- [下载地址](https://github.com/snail007/goproxy/releases)
- [官方手册(国外)](https://snail007.github.io/goproxy/manual/zh/)
-- [官方手册(国内)](https://snail.gitee.io/proxy/manual/zh/)
+- [官方手册(国内)](https://snail007.host900.com/goproxy/manual/zh/)
- [Download](https://github.com/snail007/goproxy/releases)
- [Desktop Edition, Web Console : ProxyAdmin](https://github.com/snail007/proxy_admin_free)
- [Android Global Proxy Edition](https://github.com/snail007/goproxy-ss-plugin-android)
@@ -196,7 +196,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://snail.gitee.io/proxy/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.host900.com/goproxy/page/free_vs_commercial_en/)
## First Start
diff --git a/README_ZH.md b/README_ZH.md
index 23350df..eb822e9 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -15,14 +15,14 @@
### [点击我观看视频教程](https://space.bilibili.com/472844633)
- [下载地址](https://github.com/snail007/goproxy/releases)
- [官方手册(国外)](https://snail007.github.io/goproxy/manual/zh/)
-- [官方手册(国内)](https://snail.gitee.io/proxy/manual/zh/)
+- [官方手册(国内)](https://snail007.host900.com/goproxy/manual/zh/)
- [桌面版,控制面板ProxyAdmin](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://snail.gitee.io/proxy/)
-- [免费版VS商业版(安装、激活)](https://snail.gitee.io/proxy/page/free_vs_commercial/)
+- [GORPOXY实战教程](https://snail007.host900.com/goproxy/)
+- [免费版VS商业版(安装、激活)](https://snail007.host900.com/goproxy/page/free_vs_commercial/)
## 国内下载
@@ -224,9 +224,9 @@ proxyadmin 集群版| √ | √ | √|Web界面操作,支持Linux,Wind
goproxy 免费版 | √ | x | x|命令行操作,全平台支持,免费使用,稳定且灵活,适合一切熟悉命令行的大佬或集体或公司白嫖,自用或者大规模部署对外服务 | [下载安装](https://github.com/snail007/goproxy)
goproxy 商业版| √ | √ | √|命令行操作,全平台支持,稳定且灵活,适合集体或公司大规模部署对外提供服务 | [下载安装](https://github.com/snail007/goproxy)
-关于免费版功能和商业版功能对比请看这里,[`免费版`和`商业版`功能对比](https://snail.gitee.io/proxy/page/free_vs_commercial/).
+关于免费版功能和商业版功能对比请看这里,[`免费版`和`商业版`功能对比](https://snail007.host900.com/goproxy/page/free_vs_commercial/).
-[商业版激活绑定教程](https://snail.gitee.io/proxy/page/free_vs_commercial/)
+[商业版激活绑定教程](https://snail007.host900.com/goproxy/page/free_vs_commercial/)
提示:
@@ -234,7 +234,7 @@ goproxy 商业版| √ | √ | √|命令行操作,全平台支持,稳
## FAQ
-[别点我](https://snail.gitee.io/proxy/page/faq/goproxy%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E8%A7%A3%E7%AD%94/)
+[别点我](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/)
## 首次使用必看,谢谢!!!
diff --git a/docs/404.html b/docs/404.html
index d992da4..aacbce2 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -8,7 +8,7 @@
-
+
@@ -16,7 +16,7 @@
404 Page not found - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
diff --git a/docs/categories/goproxy手册/index.html b/docs/categories/goproxy手册/index.html
index 6575ea0..0498a2b 100644
--- a/docs/categories/goproxy手册/index.html
+++ b/docs/categories/goproxy手册/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
GOPROXY手册 - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -87,10 +87,10 @@
@@ -98,7 +98,7 @@
@@ -108,10 +108,10 @@
@@ -119,7 +119,7 @@
@@ -141,25 +141,25 @@
@@ -171,13 +171,13 @@
@@ -188,23 +188,23 @@
diff --git a/docs/categories/goproxy手册/index.xml b/docs/categories/goproxy手册/index.xml
index 3be1e70..04c7e92 100644
--- a/docs/categories/goproxy手册/index.xml
+++ b/docs/categories/goproxy手册/index.xml
@@ -2,30 +2,30 @@
GOPROXY手册 on GOPROXY IN ACTION
- https://snail.gitee.io/proxy/categories/goproxy%E6%89%8B%E5%86%8C/
+ https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/
Recent content in GOPROXY手册 on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Thu, 04 Jul 2019 11:00:50 +0800
-
+
-
手册前言(使用必读)
- https://snail.gitee.io/proxy/usage/first/
+ https://snail007.host900.com/goproxy/usage/first/
Thu, 04 Jul 2019 11:00:50 +0800
- https://snail.gitee.io/proxy/usage/first/
+ https://snail007.host900.com/goproxy/usage/first/
前言 GOPROXY使用必读 手册和项目中使用了一部分的名词,它们本身的含义和在goproxy的专有含义是不一样的,所以前言中对这些名词做了解释
-
TCP代理
- https://snail.gitee.io/proxy/usage/tcp/
+ https://snail007.host900.com/goproxy/usage/tcp/
Thu, 04 Jul 2019 11:00:50 +0800
- https://snail.gitee.io/proxy/usage/tcp/
+ https://snail007.host900.com/goproxy/usage/tcp/
工作原理 tcp代理,也称为tcp端口转发,工作原理就是,把proxy监听端口进来的tcp连接的数据原样转发到上级监听的一个端口。 上级可以是p
diff --git a/docs/categories/goproxy手册/page/1/index.html b/docs/categories/goproxy手册/page/1/index.html
index dc96d12..a3fecd6 100644
--- a/docs/categories/goproxy手册/page/1/index.html
+++ b/docs/categories/goproxy手册/page/1/index.html
@@ -1 +1 @@
-https://snail.gitee.io/proxy/categories/goproxy%E6%89%8B%E5%86%8C/
\ No newline at end of file
+https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/
\ No newline at end of file
diff --git a/docs/categories/index.html b/docs/categories/index.html
index 69c51f6..b1be43e 100644
--- a/docs/categories/index.html
+++ b/docs/categories/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
Categories - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -83,13 +83,13 @@
@@ -105,25 +105,25 @@
@@ -135,13 +135,13 @@
@@ -152,23 +152,23 @@
diff --git a/docs/categories/index.xml b/docs/categories/index.xml
index 7f579ac..820f45a 100644
--- a/docs/categories/index.xml
+++ b/docs/categories/index.xml
@@ -2,48 +2,48 @@
Categories on GOPROXY IN ACTION
- https://snail.gitee.io/proxy/categories/
+ https://snail007.host900.com/goproxy/categories/
Recent content in Categories on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Fri, 05 Jul 2019 08:20:48 +0800
-
+
-
默认分类
- https://snail.gitee.io/proxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/
+ https://snail007.host900.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/
Fri, 05 Jul 2019 08:20:48 +0800
- https://snail.gitee.io/proxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/
+ https://snail007.host900.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/
-
GOPROXY手册
- https://snail.gitee.io/proxy/categories/goproxy%E6%89%8B%E5%86%8C/
+ https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/
Thu, 04 Jul 2019 11:00:50 +0800
- https://snail.gitee.io/proxy/categories/goproxy%E6%89%8B%E5%86%8C/
+ https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/
-
架构解说
- https://snail.gitee.io/proxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/
+ https://snail007.host900.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/
Fri, 14 Jun 2019 15:29:47 +0800
- https://snail.gitee.io/proxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/
+ https://snail007.host900.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/
-
细说层级
- https://snail.gitee.io/proxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/
+ https://snail007.host900.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/
Fri, 14 Jun 2019 15:29:47 +0800
- https://snail.gitee.io/proxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/
+ https://snail007.host900.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/
diff --git a/docs/categories/架构解说/index.html b/docs/categories/架构解说/index.html
index 4377924..0473ded 100644
--- a/docs/categories/架构解说/index.html
+++ b/docs/categories/架构解说/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
架构解说 - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -87,10 +87,10 @@
@@ -116,25 +116,25 @@
@@ -146,13 +146,13 @@
@@ -163,23 +163,23 @@
diff --git a/docs/categories/架构解说/index.xml b/docs/categories/架构解说/index.xml
index 0752bca..1a5323b 100644
--- a/docs/categories/架构解说/index.xml
+++ b/docs/categories/架构解说/index.xml
@@ -2,21 +2,21 @@
架构解说 on GOPROXY IN ACTION
- https://snail.gitee.io/proxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/
+ https://snail007.host900.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/
Recent content in 架构解说 on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Fri, 14 Jun 2019 15:29:47 +0800
-
+
-
Categories
- https://snail.gitee.io/proxy/page/categories/
+ https://snail007.host900.com/goproxy/page/categories/
Fri, 14 Jun 2019 15:29:47 +0800
- https://snail.gitee.io/proxy/page/categories/
+ https://snail007.host900.com/goproxy/page/categories/
不用看这里,没什么内容,仅仅为了定义目录和tags。
diff --git a/docs/categories/架构解说/page/1/index.html b/docs/categories/架构解说/page/1/index.html
index 541be54..276e914 100644
--- a/docs/categories/架构解说/page/1/index.html
+++ b/docs/categories/架构解说/page/1/index.html
@@ -1 +1 @@
-https://snail.gitee.io/proxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/
\ No newline at end of file
+https://snail007.host900.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/
\ No newline at end of file
diff --git a/docs/categories/细说层级/index.html b/docs/categories/细说层级/index.html
index c6cb6ae..cd8015f 100644
--- a/docs/categories/细说层级/index.html
+++ b/docs/categories/细说层级/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
细说层级 - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -87,10 +87,10 @@
@@ -116,25 +116,25 @@
@@ -146,13 +146,13 @@
@@ -163,23 +163,23 @@
diff --git a/docs/categories/细说层级/index.xml b/docs/categories/细说层级/index.xml
index 0ceacff..1cbcd31 100644
--- a/docs/categories/细说层级/index.xml
+++ b/docs/categories/细说层级/index.xml
@@ -2,21 +2,21 @@
细说层级 on GOPROXY IN ACTION
- https://snail.gitee.io/proxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/
+ https://snail007.host900.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/
Recent content in 细说层级 on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Fri, 14 Jun 2019 15:29:47 +0800
-
+
-
Categories
- https://snail.gitee.io/proxy/page/categories/
+ https://snail007.host900.com/goproxy/page/categories/
Fri, 14 Jun 2019 15:29:47 +0800
- https://snail.gitee.io/proxy/page/categories/
+ https://snail007.host900.com/goproxy/page/categories/
不用看这里,没什么内容,仅仅为了定义目录和tags。
diff --git a/docs/categories/细说层级/page/1/index.html b/docs/categories/细说层级/page/1/index.html
index d32e5a4..dfc5780 100644
--- a/docs/categories/细说层级/page/1/index.html
+++ b/docs/categories/细说层级/page/1/index.html
@@ -1 +1 @@
-https://snail.gitee.io/proxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/
\ No newline at end of file
+https://snail007.host900.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/
\ No newline at end of file
diff --git a/docs/categories/默认分类/index.html b/docs/categories/默认分类/index.html
index c089fbd..4882669 100644
--- a/docs/categories/默认分类/index.html
+++ b/docs/categories/默认分类/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
默认分类 - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -87,10 +87,10 @@
@@ -98,7 +98,7 @@
@@ -108,10 +108,10 @@
@@ -119,7 +119,7 @@
@@ -129,10 +129,10 @@
@@ -140,7 +140,7 @@
@@ -150,10 +150,10 @@
@@ -161,7 +161,7 @@
@@ -171,10 +171,10 @@
@@ -182,7 +182,7 @@
@@ -192,10 +192,10 @@
@@ -203,7 +203,7 @@
@@ -213,10 +213,10 @@
@@ -224,7 +224,7 @@
@@ -234,10 +234,10 @@
@@ -245,7 +245,7 @@
@@ -267,25 +267,25 @@
@@ -297,13 +297,13 @@
@@ -314,23 +314,23 @@
diff --git a/docs/categories/默认分类/index.xml b/docs/categories/默认分类/index.xml
index 3c85f07..8f5273a 100644
--- a/docs/categories/默认分类/index.xml
+++ b/docs/categories/默认分类/index.xml
@@ -2,84 +2,84 @@
默认分类 on GOPROXY IN ACTION
- https://snail.gitee.io/proxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/
+ https://snail007.host900.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/
Recent content in 默认分类 on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Fri, 05 Jul 2019 08:20:48 +0800
-
+
-
GOPROXY免费版VS商业版
- https://snail.gitee.io/proxy/page/free_vs_commercial/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial/
Wed, 26 Jun 2019 13:19:15 +0800
- https://snail.gitee.io/proxy/page/free_vs_commercial/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial/
目前,GOPROXY 和 SDK 提供免费版和商业版,功能对比如下。 免费版 商业版 TCP转发 √ √ UDP转发 √ √ HTTP(S)代理 √ √ Socks5代理 √ √
-
常见问题解答
- https://snail.gitee.io/proxy/page/faq/goproxy%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E8%A7%A3%E7%AD%94/
+ 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/
Fri, 14 Jun 2019 16:29:13 +0800
- https://snail.gitee.io/proxy/page/faq/goproxy%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E8%A7%A3%E7%AD%94/
+ 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/
问:http代理支持https网站吗? 答:goproxy的http代理同时支持http和https网站。 问:socks5代理支持UDP吗? 答
-
域名解析 域名控制台+极客+cloudflare 的配置方法
- https://snail.gitee.io/proxy/posts/domain-cf/
+ https://snail007.host900.com/goproxy/posts/domain-cf/
Fri, 05 Jul 2019 08:20:48 +0800
- https://snail.gitee.io/proxy/posts/domain-cf/
+ https://snail007.host900.com/goproxy/posts/domain-cf/
准备工作 本文综合的介绍了cloudflare注册使用,从域名解析到回源,完成了一个二级域使用cloudflare的CDN加速的配置过程。 首先
-
在windows下实现基于dns的自动全局代理
- https://snail.gitee.io/proxy/posts/windows-global-proxy-using-dns/
+ https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/
Thu, 04 Jul 2019 17:54:31 +0800
- https://snail.gitee.io/proxy/posts/windows-global-proxy-using-dns/
+ https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/
在windows下实现基于dns的自动全局代理。 本方法需要监听本地80和443端口,所以如果你有程序占用了这两个端口,请关闭相应的程序。 本文
-
Cloudflare使用简明教程
- https://snail.gitee.io/proxy/posts/cloudflare/
+ https://snail007.host900.com/goproxy/posts/cloudflare/
Fri, 28 Jun 2019 17:37:30 +0800
- https://snail.gitee.io/proxy/posts/cloudflare/
+ https://snail007.host900.com/goproxy/posts/cloudflare/
前言 GOPROXY底层传输协议支持ws,可以利用cdn加速,使用cdn需要域名解析知识以及cdn的一些知识,那么很多小伙伴对cdn不是很熟悉
-
内网穿透也能用CDN???!
- https://snail.gitee.io/proxy/posts/http-nat-cdn/
+ https://snail007.host900.com/goproxy/posts/http-nat-cdn/
Fri, 28 Jun 2019 17:02:57 +0800
- https://snail.gitee.io/proxy/posts/http-nat-cdn/
+ https://snail007.host900.com/goproxy/posts/http-nat-cdn/
内网穿透之套CDN 好处就不用说了吧,两个字稳! 假如在windows上配置了可以访问的连接 http://127.0.0.1:801/abc/index.php , 如何能使用VPS+CDN做内网穿透呢? 配置如下:
-
GOPROXY Free Version VS Commercial Version
- https://snail.gitee.io/proxy/page/free_vs_commercial_en/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial_en/
Wed, 26 Jun 2019 13:19:15 +0800
- https://snail.gitee.io/proxy/page/free_vs_commercial_en/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial_en/
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,
-
代理之套用CDN
- https://snail.gitee.io/proxy/posts/http_cdn_ws/
+ https://snail007.host900.com/goproxy/posts/http_cdn_ws/
Fri, 14 Jun 2019 16:25:06 +0800
- https://snail.gitee.io/proxy/posts/http_cdn_ws/
+ https://snail007.host900.com/goproxy/posts/http_cdn_ws/
goproxy代理之套用CDN 准备 在VPS上下载对应平台的执行文件,这里以Linux为例。 在电脑上下载对应平台的执行文件,这里以Window
diff --git a/docs/categories/默认分类/page/1/index.html b/docs/categories/默认分类/page/1/index.html
index 2b2b44f..e2be83f 100644
--- a/docs/categories/默认分类/page/1/index.html
+++ b/docs/categories/默认分类/page/1/index.html
@@ -1 +1 @@
-https://snail.gitee.io/proxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/
\ No newline at end of file
+https://snail007.host900.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
index 20373f4..d9412ff 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -83,10 +83,10 @@
@@ -94,7 +94,7 @@
@@ -104,10 +104,10 @@
@@ -115,7 +115,7 @@
@@ -125,10 +125,10 @@
@@ -136,7 +136,7 @@
@@ -146,10 +146,10 @@
@@ -157,7 +157,7 @@
@@ -167,10 +167,10 @@
@@ -178,7 +178,7 @@
@@ -188,10 +188,10 @@
@@ -199,7 +199,7 @@
@@ -209,10 +209,10 @@
@@ -220,7 +220,7 @@
@@ -230,10 +230,10 @@
@@ -241,7 +241,7 @@
@@ -251,10 +251,10 @@
@@ -262,7 +262,7 @@
@@ -272,10 +272,10 @@
@@ -283,7 +283,7 @@
@@ -300,7 +300,7 @@
- Next
+ Next
@@ -319,25 +319,25 @@
@@ -349,13 +349,13 @@
@@ -366,23 +366,23 @@
diff --git a/docs/index.xml b/docs/index.xml
index e8fb4c5..61dda7d 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -2,120 +2,120 @@
GOPROXY IN ACTION
- https://snail.gitee.io/proxy/
+ https://snail007.host900.com/goproxy/
Recent content on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Fri, 05 Jul 2019 08:20:48 +0800
-
+
-
手册前言(使用必读)
- https://snail.gitee.io/proxy/usage/first/
+ https://snail007.host900.com/goproxy/usage/first/
Thu, 04 Jul 2019 11:00:50 +0800
- https://snail.gitee.io/proxy/usage/first/
+ https://snail007.host900.com/goproxy/usage/first/
前言 GOPROXY使用必读 手册和项目中使用了一部分的名词,它们本身的含义和在goproxy的专有含义是不一样的,所以前言中对这些名词做了解释
-
GOPROXY免费版VS商业版
- https://snail.gitee.io/proxy/page/free_vs_commercial/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial/
Wed, 26 Jun 2019 13:19:15 +0800
- https://snail.gitee.io/proxy/page/free_vs_commercial/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial/
目前,GOPROXY 和 SDK 提供免费版和商业版,功能对比如下。 免费版 商业版 TCP转发 √ √ UDP转发 √ √ HTTP(S)代理 √ √ Socks5代理 √ √
-
常见问题解答
- https://snail.gitee.io/proxy/page/faq/goproxy%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E8%A7%A3%E7%AD%94/
+ 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/
Fri, 14 Jun 2019 16:29:13 +0800
- https://snail.gitee.io/proxy/page/faq/goproxy%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E8%A7%A3%E7%AD%94/
+ 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/
问:http代理支持https网站吗? 答:goproxy的http代理同时支持http和https网站。 问:socks5代理支持UDP吗? 答
-
域名解析 域名控制台+极客+cloudflare 的配置方法
- https://snail.gitee.io/proxy/posts/domain-cf/
+ https://snail007.host900.com/goproxy/posts/domain-cf/
Fri, 05 Jul 2019 08:20:48 +0800
- https://snail.gitee.io/proxy/posts/domain-cf/
+ https://snail007.host900.com/goproxy/posts/domain-cf/
准备工作 本文综合的介绍了cloudflare注册使用,从域名解析到回源,完成了一个二级域使用cloudflare的CDN加速的配置过程。 首先
-
在windows下实现基于dns的自动全局代理
- https://snail.gitee.io/proxy/posts/windows-global-proxy-using-dns/
+ https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/
Thu, 04 Jul 2019 17:54:31 +0800
- https://snail.gitee.io/proxy/posts/windows-global-proxy-using-dns/
+ https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/
在windows下实现基于dns的自动全局代理。 本方法需要监听本地80和443端口,所以如果你有程序占用了这两个端口,请关闭相应的程序。 本文
-
TCP代理
- https://snail.gitee.io/proxy/usage/tcp/
+ https://snail007.host900.com/goproxy/usage/tcp/
Thu, 04 Jul 2019 11:00:50 +0800
- https://snail.gitee.io/proxy/usage/tcp/
+ https://snail007.host900.com/goproxy/usage/tcp/
工作原理 tcp代理,也称为tcp端口转发,工作原理就是,把proxy监听端口进来的tcp连接的数据原样转发到上级监听的一个端口。 上级可以是p
-
Cloudflare使用简明教程
- https://snail.gitee.io/proxy/posts/cloudflare/
+ https://snail007.host900.com/goproxy/posts/cloudflare/
Fri, 28 Jun 2019 17:37:30 +0800
- https://snail.gitee.io/proxy/posts/cloudflare/
+ https://snail007.host900.com/goproxy/posts/cloudflare/
前言 GOPROXY底层传输协议支持ws,可以利用cdn加速,使用cdn需要域名解析知识以及cdn的一些知识,那么很多小伙伴对cdn不是很熟悉
-
内网穿透也能用CDN???!
- https://snail.gitee.io/proxy/posts/http-nat-cdn/
+ https://snail007.host900.com/goproxy/posts/http-nat-cdn/
Fri, 28 Jun 2019 17:02:57 +0800
- https://snail.gitee.io/proxy/posts/http-nat-cdn/
+ https://snail007.host900.com/goproxy/posts/http-nat-cdn/
内网穿透之套CDN 好处就不用说了吧,两个字稳! 假如在windows上配置了可以访问的连接 http://127.0.0.1:801/abc/index.php , 如何能使用VPS+CDN做内网穿透呢? 配置如下:
-
GOPROXY Free Version VS Commercial Version
- https://snail.gitee.io/proxy/page/free_vs_commercial_en/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial_en/
Wed, 26 Jun 2019 13:19:15 +0800
- https://snail.gitee.io/proxy/page/free_vs_commercial_en/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial_en/
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,
-
代理之套用CDN
- https://snail.gitee.io/proxy/posts/http_cdn_ws/
+ https://snail007.host900.com/goproxy/posts/http_cdn_ws/
Fri, 14 Jun 2019 16:25:06 +0800
- https://snail.gitee.io/proxy/posts/http_cdn_ws/
+ https://snail007.host900.com/goproxy/posts/http_cdn_ws/
goproxy代理之套用CDN 准备 在VPS上下载对应平台的执行文件,这里以Linux为例。 在电脑上下载对应平台的执行文件,这里以Window
-
Categories
- https://snail.gitee.io/proxy/page/categories/
+ https://snail007.host900.com/goproxy/page/categories/
Fri, 14 Jun 2019 15:29:47 +0800
- https://snail.gitee.io/proxy/page/categories/
+ https://snail007.host900.com/goproxy/page/categories/
不用看这里,没什么内容,仅仅为了定义目录和tags。
-
About
- https://snail.gitee.io/proxy/page/about/
+ https://snail007.host900.com/goproxy/page/about/
Fri, 14 Jun 2019 13:22:19 +0800
- https://snail.gitee.io/proxy/page/about/
+ https://snail007.host900.com/goproxy/page/about/
It’s YOU!
diff --git a/docs/manual/manual.md b/docs/manual/manual.md
index 5c3384c..83bed8e 100644
--- a/docs/manual/manual.md
+++ b/docs/manual/manual.md
@@ -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://snail.gitee.io/proxy/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.host900.com/goproxy/page/free_vs_commercial_en/)
## First Start
diff --git a/docs/manual/zh/manual.md b/docs/manual/zh/manual.md
index a182df6..f998439 100644
--- a/docs/manual/zh/manual.md
+++ b/docs/manual/zh/manual.md
@@ -36,9 +36,9 @@ proxyadmin 集群版| √ | √ | √|Web界面操作,支持Linux,Wind
goproxy 免费版 | √ | x | x|命令行操作,全平台支持,免费使用,稳定且灵活,适合一切熟悉命令行的大佬或集体或公司白嫖,自用或者大规模部署对外服务 | [下载安装](https://github.com/snail007/goproxy)
goproxy 商业版| √ | √ | √|命令行操作,全平台支持,稳定且灵活,适合集体或公司大规模部署对外提供服务 | [下载安装](https://github.com/snail007/goproxy)
-关于免费版功能和商业版功能对比请看这里,[`免费版`和`商业版`功能对比](https://snail.gitee.io/proxy/page/free_vs_commercial/).
+关于免费版功能和商业版功能对比请看这里,[`免费版`和`商业版`功能对比](https://snail007.host900.com/goproxy/page/free_vs_commercial/).
-[商业版激活绑定教程](https://snail.gitee.io/proxy/page/free_vs_commercial/)
+[商业版激活绑定教程](https://snail007.host900.com/goproxy/page/free_vs_commercial/)
提示:
@@ -46,7 +46,7 @@ goproxy 商业版| √ | √ | √|命令行操作,全平台支持,稳
## FAQ
-[别点我](https://snail.gitee.io/proxy/page/faq/goproxy%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E8%A7%A3%E7%AD%94/)
+[别点我](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/)
## 首次使用必看,谢谢!!!
diff --git a/docs/page/1/index.html b/docs/page/1/index.html
index 21f2712..c942230 100644
--- a/docs/page/1/index.html
+++ b/docs/page/1/index.html
@@ -1 +1 @@
-https://snail.gitee.io/proxy/
\ No newline at end of file
+https://snail007.host900.com/goproxy/
\ No newline at end of file
diff --git a/docs/page/2/index.html b/docs/page/2/index.html
index c8e4b8d..e54d4b1 100644
--- a/docs/page/2/index.html
+++ b/docs/page/2/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -83,10 +83,10 @@
@@ -100,10 +100,10 @@
@@ -120,7 +120,7 @@
@@ -131,9 +131,9 @@
@@ -459,9 +459,9 @@ Download address: https://github.com/snail007/goproxy/releases
@@ -505,25 +505,25 @@ Download address: https://github.com/snail007/goproxy/releases
@@ -535,13 +535,13 @@ Download address: https://github.com/snail007/goproxy/releases
@@ -552,23 +552,23 @@ Download address: https://github.com/snail007/goproxy/releases
diff --git a/docs/page/index.html b/docs/page/index.html
index 74dec5e..8a7ac69 100644
--- a/docs/page/index.html
+++ b/docs/page/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
Pages - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -87,10 +87,10 @@
@@ -98,7 +98,7 @@
@@ -108,10 +108,10 @@
@@ -119,7 +119,7 @@
@@ -129,10 +129,10 @@
@@ -140,7 +140,7 @@
@@ -150,10 +150,10 @@
@@ -167,10 +167,10 @@
@@ -196,25 +196,25 @@
@@ -226,13 +226,13 @@
@@ -243,23 +243,23 @@
diff --git a/docs/page/index.xml b/docs/page/index.xml
index 7901dc4..546852d 100644
--- a/docs/page/index.xml
+++ b/docs/page/index.xml
@@ -2,57 +2,57 @@
Pages on GOPROXY IN ACTION
- https://snail.gitee.io/proxy/page/
+ https://snail007.host900.com/goproxy/page/
Recent content in Pages on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Wed, 26 Jun 2019 13:19:15 +0800
-
+
-
GOPROXY免费版VS商业版
- https://snail.gitee.io/proxy/page/free_vs_commercial/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial/
Wed, 26 Jun 2019 13:19:15 +0800
- https://snail.gitee.io/proxy/page/free_vs_commercial/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial/
目前,GOPROXY 和 SDK 提供免费版和商业版,功能对比如下。 免费版 商业版 TCP转发 √ √ UDP转发 √ √ HTTP(S)代理 √ √ Socks5代理 √ √
-
常见问题解答
- https://snail.gitee.io/proxy/page/faq/goproxy%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E8%A7%A3%E7%AD%94/
+ 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/
Fri, 14 Jun 2019 16:29:13 +0800
- https://snail.gitee.io/proxy/page/faq/goproxy%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E8%A7%A3%E7%AD%94/
+ 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/
问:http代理支持https网站吗? 答:goproxy的http代理同时支持http和https网站。 问:socks5代理支持UDP吗? 答
-
GOPROXY Free Version VS Commercial Version
- https://snail.gitee.io/proxy/page/free_vs_commercial_en/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial_en/
Wed, 26 Jun 2019 13:19:15 +0800
- https://snail.gitee.io/proxy/page/free_vs_commercial_en/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial_en/
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,
-
Categories
- https://snail.gitee.io/proxy/page/categories/
+ https://snail007.host900.com/goproxy/page/categories/
Fri, 14 Jun 2019 15:29:47 +0800
- https://snail.gitee.io/proxy/page/categories/
+ https://snail007.host900.com/goproxy/page/categories/
不用看这里,没什么内容,仅仅为了定义目录和tags。
-
About
- https://snail.gitee.io/proxy/page/about/
+ https://snail007.host900.com/goproxy/page/about/
Fri, 14 Jun 2019 13:22:19 +0800
- https://snail.gitee.io/proxy/page/about/
+ https://snail007.host900.com/goproxy/page/about/
It’s YOU!
diff --git a/docs/page/page/1/index.html b/docs/page/page/1/index.html
index 7b4acb3..4174303 100644
--- a/docs/page/page/1/index.html
+++ b/docs/page/page/1/index.html
@@ -1 +1 @@
-https://snail.gitee.io/proxy/page/
\ No newline at end of file
+https://snail007.host900.com/goproxy/page/
\ No newline at end of file
diff --git a/docs/posts/cloudflare/index.html b/docs/posts/cloudflare/index.html
index 8a2a97b..07cd475 100644
--- a/docs/posts/cloudflare/index.html
+++ b/docs/posts/cloudflare/index.html
@@ -8,7 +8,7 @@
-
+
@@ -20,18 +20,18 @@
-
-
+
+
-
+
-
+
-
+
@@ -90,7 +90,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -111,7 +111,7 @@
- 关于
+ 关于
@@ -131,9 +131,9 @@
-
+
- - posts
+ - posts
- Cloudflare使用简明教程
@@ -143,7 +143,7 @@
@@ -178,7 +178,7 @@
@@ -193,7 +193,7 @@
@@ -237,25 +237,25 @@
@@ -267,13 +267,13 @@
@@ -284,23 +284,23 @@
diff --git a/docs/posts/domain-cf/index.html b/docs/posts/domain-cf/index.html
index dc37197..1c0d3df 100644
--- a/docs/posts/domain-cf/index.html
+++ b/docs/posts/domain-cf/index.html
@@ -8,7 +8,7 @@
-
+
@@ -20,18 +20,18 @@
-
-
+
+
-
+
-
+
-
+
@@ -90,7 +90,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -111,7 +111,7 @@
- 关于
+ 关于
@@ -131,9 +131,9 @@
-
+
- - posts
+ - posts
- 域名解析 域名控制台+极客+cloudflare 的配置方法
@@ -143,7 +143,7 @@
@@ -175,43 +175,43 @@
记录值:111.222.111.222
-
+
-
+
-
+
-
+
-
+
3、点击编辑-》添加-》填写二级域名test,和回源地址:vps.domain.com到相应的位置-》提交
-
+
4、提交后会看到如下:
-
+
@@ -230,7 +230,7 @@
填写完成后保存即可。
-
+
@@ -248,7 +248,7 @@
@@ -263,13 +263,13 @@
@@ -313,25 +313,25 @@
@@ -343,13 +343,13 @@
@@ -360,23 +360,23 @@
diff --git a/docs/posts/http-nat-cdn/index.html b/docs/posts/http-nat-cdn/index.html
index d6ae012..95f34ce 100644
--- a/docs/posts/http-nat-cdn/index.html
+++ b/docs/posts/http-nat-cdn/index.html
@@ -8,7 +8,7 @@
-
+
@@ -20,18 +20,18 @@
-
-
+
+
-
+
-
+
-
+
@@ -90,7 +90,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -111,7 +111,7 @@
- 关于
+ 关于
@@ -131,9 +131,9 @@
-
+
- - posts
+ - posts
- 内网穿透也能用CDN???!
@@ -143,7 +143,7 @@
@@ -186,7 +186,7 @@
@@ -201,9 +201,9 @@
@@ -247,25 +247,25 @@
@@ -277,13 +277,13 @@
@@ -294,23 +294,23 @@
diff --git a/docs/posts/http_cdn_ws/index.html b/docs/posts/http_cdn_ws/index.html
index c2897bc..dd84c54 100644
--- a/docs/posts/http_cdn_ws/index.html
+++ b/docs/posts/http_cdn_ws/index.html
@@ -8,7 +8,7 @@
-
+
@@ -20,18 +20,18 @@
-
-
+
+
-
+
-
+
-
+
@@ -90,7 +90,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -111,7 +111,7 @@
- 关于
+ 关于
@@ -131,9 +131,9 @@
-
+
- - posts
+ - posts
- 代理之套用CDN
@@ -143,7 +143,7 @@
@@ -248,7 +248,7 @@ HTTPs 端口为:
@@ -263,11 +263,11 @@ HTTPs 端口为:
@@ -311,25 +311,25 @@ HTTPs 端口为:
@@ -341,13 +341,13 @@ HTTPs 端口为:
@@ -358,23 +358,23 @@ HTTPs 端口为:
diff --git a/docs/posts/index.html b/docs/posts/index.html
index e936f36..d481886 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
Posts - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -87,10 +87,10 @@
@@ -98,7 +98,7 @@
@@ -108,10 +108,10 @@
@@ -119,7 +119,7 @@
@@ -129,10 +129,10 @@
@@ -140,7 +140,7 @@
@@ -150,10 +150,10 @@
@@ -161,7 +161,7 @@
@@ -171,10 +171,10 @@
@@ -182,7 +182,7 @@
@@ -204,25 +204,25 @@
@@ -234,13 +234,13 @@
@@ -251,23 +251,23 @@
diff --git a/docs/posts/index.xml b/docs/posts/index.xml
index 6f4bd93..27eae3f 100644
--- a/docs/posts/index.xml
+++ b/docs/posts/index.xml
@@ -2,57 +2,57 @@
Posts on GOPROXY IN ACTION
- https://snail.gitee.io/proxy/posts/
+ https://snail007.host900.com/goproxy/posts/
Recent content in Posts on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Fri, 05 Jul 2019 08:20:48 +0800
-
+
-
域名解析 域名控制台+极客+cloudflare 的配置方法
- https://snail.gitee.io/proxy/posts/domain-cf/
+ https://snail007.host900.com/goproxy/posts/domain-cf/
Fri, 05 Jul 2019 08:20:48 +0800
- https://snail.gitee.io/proxy/posts/domain-cf/
+ https://snail007.host900.com/goproxy/posts/domain-cf/
准备工作 本文综合的介绍了cloudflare注册使用,从域名解析到回源,完成了一个二级域使用cloudflare的CDN加速的配置过程。 首先
-
在windows下实现基于dns的自动全局代理
- https://snail.gitee.io/proxy/posts/windows-global-proxy-using-dns/
+ https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/
Thu, 04 Jul 2019 17:54:31 +0800
- https://snail.gitee.io/proxy/posts/windows-global-proxy-using-dns/
+ https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/
在windows下实现基于dns的自动全局代理。 本方法需要监听本地80和443端口,所以如果你有程序占用了这两个端口,请关闭相应的程序。 本文
-
Cloudflare使用简明教程
- https://snail.gitee.io/proxy/posts/cloudflare/
+ https://snail007.host900.com/goproxy/posts/cloudflare/
Fri, 28 Jun 2019 17:37:30 +0800
- https://snail.gitee.io/proxy/posts/cloudflare/
+ https://snail007.host900.com/goproxy/posts/cloudflare/
前言 GOPROXY底层传输协议支持ws,可以利用cdn加速,使用cdn需要域名解析知识以及cdn的一些知识,那么很多小伙伴对cdn不是很熟悉
-
内网穿透也能用CDN???!
- https://snail.gitee.io/proxy/posts/http-nat-cdn/
+ https://snail007.host900.com/goproxy/posts/http-nat-cdn/
Fri, 28 Jun 2019 17:02:57 +0800
- https://snail.gitee.io/proxy/posts/http-nat-cdn/
+ https://snail007.host900.com/goproxy/posts/http-nat-cdn/
内网穿透之套CDN 好处就不用说了吧,两个字稳! 假如在windows上配置了可以访问的连接 http://127.0.0.1:801/abc/index.php , 如何能使用VPS+CDN做内网穿透呢? 配置如下:
-
代理之套用CDN
- https://snail.gitee.io/proxy/posts/http_cdn_ws/
+ https://snail007.host900.com/goproxy/posts/http_cdn_ws/
Fri, 14 Jun 2019 16:25:06 +0800
- https://snail.gitee.io/proxy/posts/http_cdn_ws/
+ https://snail007.host900.com/goproxy/posts/http_cdn_ws/
goproxy代理之套用CDN 准备 在VPS上下载对应平台的执行文件,这里以Linux为例。 在电脑上下载对应平台的执行文件,这里以Window
diff --git a/docs/posts/page/1/index.html b/docs/posts/page/1/index.html
index 2283e77..c0eeaae 100644
--- a/docs/posts/page/1/index.html
+++ b/docs/posts/page/1/index.html
@@ -1 +1 @@
-https://snail.gitee.io/proxy/posts/
\ No newline at end of file
+https://snail007.host900.com/goproxy/posts/
\ No newline at end of file
diff --git a/docs/posts/windows-global-proxy-using-dns/index.html b/docs/posts/windows-global-proxy-using-dns/index.html
index 71c59e2..b7d83bb 100644
--- a/docs/posts/windows-global-proxy-using-dns/index.html
+++ b/docs/posts/windows-global-proxy-using-dns/index.html
@@ -8,7 +8,7 @@
-
+
@@ -20,18 +20,18 @@
-
-
+
+
-
+
-
+
-
+
@@ -90,7 +90,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -111,7 +111,7 @@
- 关于
+ 关于
@@ -131,9 +131,9 @@
-
+
- - posts
+ - posts
- 在windows下实现基于dns的自动全局代理
@@ -143,7 +143,7 @@
@@ -232,7 +232,7 @@
@@ -247,7 +247,7 @@
@@ -291,25 +291,25 @@
@@ -321,13 +321,13 @@
@@ -338,23 +338,23 @@
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index dfc8aba..5ae94c9 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -3,176 +3,176 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
- https://snail.gitee.io/proxy/usage/first/
+ https://snail007.host900.com/goproxy/usage/first/
2019-07-04T11:00:50+08:00
- https://snail.gitee.io/proxy/page/free_vs_commercial/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial/
2019-06-26T13:19:15+08:00
- https://snail.gitee.io/proxy/page/faq/goproxy%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E8%A7%A3%E7%AD%94/
+ 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/
2019-06-14T16:29:13+08:00
- https://snail.gitee.io/proxy/categories/
+ https://snail007.host900.com/goproxy/categories/
2019-07-05T08:20:48+08:00
0
- https://snail.gitee.io/proxy/
+ https://snail007.host900.com/goproxy/
2019-07-05T08:20:48+08:00
0
- https://snail.gitee.io/proxy/posts/
+ https://snail007.host900.com/goproxy/posts/
2019-07-05T08:20:48+08:00
0
- https://snail.gitee.io/proxy/tags/
+ https://snail007.host900.com/goproxy/tags/
2019-07-05T08:20:48+08:00
0
- https://snail.gitee.io/proxy/tags/cdn/
+ https://snail007.host900.com/goproxy/tags/cdn/
2019-07-05T08:20:48+08:00
0
- https://snail.gitee.io/proxy/tags/cloudflare/
+ https://snail007.host900.com/goproxy/tags/cloudflare/
2019-07-05T08:20:48+08:00
0
- https://snail.gitee.io/proxy/tags/domain/
+ https://snail007.host900.com/goproxy/tags/domain/
2019-07-05T08:20:48+08:00
0
- https://snail.gitee.io/proxy/tags/ws/
+ https://snail007.host900.com/goproxy/tags/ws/
2019-07-05T08:20:48+08:00
0
- https://snail.gitee.io/proxy/posts/domain-cf/
+ https://snail007.host900.com/goproxy/posts/domain-cf/
2019-07-05T08:20:48+08:00
- https://snail.gitee.io/proxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/
+ https://snail007.host900.com/goproxy/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/
2019-07-05T08:20:48+08:00
0
- https://snail.gitee.io/proxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/
+ https://snail007.host900.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/
2019-07-04T17:54:31+08:00
0
- https://snail.gitee.io/proxy/posts/windows-global-proxy-using-dns/
+ https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/
2019-07-04T17:54:31+08:00
- https://snail.gitee.io/proxy/categories/goproxy%E6%89%8B%E5%86%8C/
+ https://snail007.host900.com/goproxy/categories/goproxy%E6%89%8B%E5%86%8C/
2019-07-04T11:00:50+08:00
0
- https://snail.gitee.io/proxy/usage/tcp/
+ https://snail007.host900.com/goproxy/usage/tcp/
2019-07-04T11:00:50+08:00
- https://snail.gitee.io/proxy/usage/
+ https://snail007.host900.com/goproxy/usage/
2019-07-04T11:00:50+08:00
0
- https://snail.gitee.io/proxy/tags/tcp/
+ https://snail007.host900.com/goproxy/tags/tcp/
2019-07-04T11:00:50+08:00
0
- https://snail.gitee.io/proxy/posts/cloudflare/
+ https://snail007.host900.com/goproxy/posts/cloudflare/
2019-06-28T17:37:30+08:00
- https://snail.gitee.io/proxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/
+ https://snail007.host900.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/
2019-06-28T17:02:57+08:00
0
- https://snail.gitee.io/proxy/posts/http-nat-cdn/
+ https://snail007.host900.com/goproxy/posts/http-nat-cdn/
2019-06-28T17:02:57+08:00
- https://snail.gitee.io/proxy/page/free_vs_commercial_en/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial_en/
2019-06-26T13:19:15+08:00
- https://snail.gitee.io/proxy/page/
+ https://snail007.host900.com/goproxy/page/
2019-06-26T13:19:15+08:00
0
- https://snail.gitee.io/proxy/tags/commercial/
+ https://snail007.host900.com/goproxy/tags/commercial/
2019-06-26T13:19:15+08:00
0
- https://snail.gitee.io/proxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/
+ https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/
2019-06-26T13:19:15+08:00
0
- https://snail.gitee.io/proxy/posts/http_cdn_ws/
+ https://snail007.host900.com/goproxy/posts/http_cdn_ws/
2019-06-14T16:25:06+08:00
- https://snail.gitee.io/proxy/page/categories/
+ https://snail007.host900.com/goproxy/page/categories/
2019-06-14T15:29:47+08:00
- https://snail.gitee.io/proxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/
+ https://snail007.host900.com/goproxy/categories/%E6%9E%B6%E6%9E%84%E8%A7%A3%E8%AF%B4/
2019-06-14T15:29:47+08:00
0
- https://snail.gitee.io/proxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/
+ https://snail007.host900.com/goproxy/categories/%E7%BB%86%E8%AF%B4%E5%B1%82%E7%BA%A7/
2019-06-14T15:29:47+08:00
0
- https://snail.gitee.io/proxy/page/about/
+ https://snail007.host900.com/goproxy/page/about/
2019-06-14T13:22:19+08:00
diff --git a/docs/tags/cdn/index.html b/docs/tags/cdn/index.html
index 30bb0f4..34ca41b 100644
--- a/docs/tags/cdn/index.html
+++ b/docs/tags/cdn/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
cdn - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -87,10 +87,10 @@
@@ -98,7 +98,7 @@
@@ -108,10 +108,10 @@
@@ -119,7 +119,7 @@
@@ -129,10 +129,10 @@
@@ -140,7 +140,7 @@
@@ -150,10 +150,10 @@
@@ -161,7 +161,7 @@
@@ -183,25 +183,25 @@
@@ -213,13 +213,13 @@
@@ -230,23 +230,23 @@
diff --git a/docs/tags/cdn/index.xml b/docs/tags/cdn/index.xml
index 97b96f4..ab1a975 100644
--- a/docs/tags/cdn/index.xml
+++ b/docs/tags/cdn/index.xml
@@ -2,48 +2,48 @@
cdn on GOPROXY IN ACTION
- https://snail.gitee.io/proxy/tags/cdn/
+ https://snail007.host900.com/goproxy/tags/cdn/
Recent content in cdn on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Fri, 05 Jul 2019 08:20:48 +0800
-
+
-
域名解析 域名控制台+极客+cloudflare 的配置方法
- https://snail.gitee.io/proxy/posts/domain-cf/
+ https://snail007.host900.com/goproxy/posts/domain-cf/
Fri, 05 Jul 2019 08:20:48 +0800
- https://snail.gitee.io/proxy/posts/domain-cf/
+ https://snail007.host900.com/goproxy/posts/domain-cf/
准备工作 本文综合的介绍了cloudflare注册使用,从域名解析到回源,完成了一个二级域使用cloudflare的CDN加速的配置过程。 首先
-
Cloudflare使用简明教程
- https://snail.gitee.io/proxy/posts/cloudflare/
+ https://snail007.host900.com/goproxy/posts/cloudflare/
Fri, 28 Jun 2019 17:37:30 +0800
- https://snail.gitee.io/proxy/posts/cloudflare/
+ https://snail007.host900.com/goproxy/posts/cloudflare/
前言 GOPROXY底层传输协议支持ws,可以利用cdn加速,使用cdn需要域名解析知识以及cdn的一些知识,那么很多小伙伴对cdn不是很熟悉
-
内网穿透也能用CDN???!
- https://snail.gitee.io/proxy/posts/http-nat-cdn/
+ https://snail007.host900.com/goproxy/posts/http-nat-cdn/
Fri, 28 Jun 2019 17:02:57 +0800
- https://snail.gitee.io/proxy/posts/http-nat-cdn/
+ https://snail007.host900.com/goproxy/posts/http-nat-cdn/
内网穿透之套CDN 好处就不用说了吧,两个字稳! 假如在windows上配置了可以访问的连接 http://127.0.0.1:801/abc/index.php , 如何能使用VPS+CDN做内网穿透呢? 配置如下:
-
代理之套用CDN
- https://snail.gitee.io/proxy/posts/http_cdn_ws/
+ https://snail007.host900.com/goproxy/posts/http_cdn_ws/
Fri, 14 Jun 2019 16:25:06 +0800
- https://snail.gitee.io/proxy/posts/http_cdn_ws/
+ https://snail007.host900.com/goproxy/posts/http_cdn_ws/
goproxy代理之套用CDN 准备 在VPS上下载对应平台的执行文件,这里以Linux为例。 在电脑上下载对应平台的执行文件,这里以Window
diff --git a/docs/tags/cdn/page/1/index.html b/docs/tags/cdn/page/1/index.html
index 59db4ba..5751cfc 100644
--- a/docs/tags/cdn/page/1/index.html
+++ b/docs/tags/cdn/page/1/index.html
@@ -1 +1 @@
-https://snail.gitee.io/proxy/tags/cdn/
\ No newline at end of file
+https://snail007.host900.com/goproxy/tags/cdn/
\ No newline at end of file
diff --git a/docs/tags/cloudflare/index.html b/docs/tags/cloudflare/index.html
index c50f56c..a42d1a8 100644
--- a/docs/tags/cloudflare/index.html
+++ b/docs/tags/cloudflare/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
cloudflare - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -87,10 +87,10 @@
@@ -98,7 +98,7 @@
@@ -108,10 +108,10 @@
@@ -119,7 +119,7 @@
@@ -141,25 +141,25 @@
@@ -171,13 +171,13 @@
@@ -188,23 +188,23 @@
diff --git a/docs/tags/cloudflare/index.xml b/docs/tags/cloudflare/index.xml
index 6e96b77..07f46de 100644
--- a/docs/tags/cloudflare/index.xml
+++ b/docs/tags/cloudflare/index.xml
@@ -2,30 +2,30 @@
cloudflare on GOPROXY IN ACTION
- https://snail.gitee.io/proxy/tags/cloudflare/
+ https://snail007.host900.com/goproxy/tags/cloudflare/
Recent content in cloudflare on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Fri, 05 Jul 2019 08:20:48 +0800
-
+
-
域名解析 域名控制台+极客+cloudflare 的配置方法
- https://snail.gitee.io/proxy/posts/domain-cf/
+ https://snail007.host900.com/goproxy/posts/domain-cf/
Fri, 05 Jul 2019 08:20:48 +0800
- https://snail.gitee.io/proxy/posts/domain-cf/
+ https://snail007.host900.com/goproxy/posts/domain-cf/
准备工作 本文综合的介绍了cloudflare注册使用,从域名解析到回源,完成了一个二级域使用cloudflare的CDN加速的配置过程。 首先
-
代理之套用CDN
- https://snail.gitee.io/proxy/posts/http_cdn_ws/
+ https://snail007.host900.com/goproxy/posts/http_cdn_ws/
Fri, 14 Jun 2019 16:25:06 +0800
- https://snail.gitee.io/proxy/posts/http_cdn_ws/
+ https://snail007.host900.com/goproxy/posts/http_cdn_ws/
goproxy代理之套用CDN 准备 在VPS上下载对应平台的执行文件,这里以Linux为例。 在电脑上下载对应平台的执行文件,这里以Window
diff --git a/docs/tags/cloudflare/page/1/index.html b/docs/tags/cloudflare/page/1/index.html
index 4372c5b..e96e098 100644
--- a/docs/tags/cloudflare/page/1/index.html
+++ b/docs/tags/cloudflare/page/1/index.html
@@ -1 +1 @@
-https://snail.gitee.io/proxy/tags/cloudflare/
\ No newline at end of file
+https://snail007.host900.com/goproxy/tags/cloudflare/
\ No newline at end of file
diff --git a/docs/tags/commercial/index.html b/docs/tags/commercial/index.html
index c153ac5..c9e22dd 100644
--- a/docs/tags/commercial/index.html
+++ b/docs/tags/commercial/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
commercial - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -87,10 +87,10 @@
@@ -98,7 +98,7 @@
@@ -120,25 +120,25 @@
@@ -150,13 +150,13 @@
@@ -167,23 +167,23 @@
diff --git a/docs/tags/commercial/index.xml b/docs/tags/commercial/index.xml
index 7d8d758..f5a7851 100644
--- a/docs/tags/commercial/index.xml
+++ b/docs/tags/commercial/index.xml
@@ -2,21 +2,21 @@
commercial on GOPROXY IN ACTION
- https://snail.gitee.io/proxy/tags/commercial/
+ https://snail007.host900.com/goproxy/tags/commercial/
Recent content in commercial on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Wed, 26 Jun 2019 13:19:15 +0800
-
+
-
GOPROXY Free Version VS Commercial Version
- https://snail.gitee.io/proxy/page/free_vs_commercial_en/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial_en/
Wed, 26 Jun 2019 13:19:15 +0800
- https://snail.gitee.io/proxy/page/free_vs_commercial_en/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial_en/
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,
diff --git a/docs/tags/commercial/page/1/index.html b/docs/tags/commercial/page/1/index.html
index 7f52aca..18bbc55 100644
--- a/docs/tags/commercial/page/1/index.html
+++ b/docs/tags/commercial/page/1/index.html
@@ -1 +1 @@
-https://snail.gitee.io/proxy/tags/commercial/
\ No newline at end of file
+https://snail007.host900.com/goproxy/tags/commercial/
\ No newline at end of file
diff --git a/docs/tags/domain/index.html b/docs/tags/domain/index.html
index daf7323..c518cad 100644
--- a/docs/tags/domain/index.html
+++ b/docs/tags/domain/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
domain - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -87,10 +87,10 @@
@@ -98,7 +98,7 @@
@@ -120,25 +120,25 @@
@@ -150,13 +150,13 @@
@@ -167,23 +167,23 @@
diff --git a/docs/tags/domain/index.xml b/docs/tags/domain/index.xml
index cb8c336..cb20985 100644
--- a/docs/tags/domain/index.xml
+++ b/docs/tags/domain/index.xml
@@ -2,21 +2,21 @@
domain on GOPROXY IN ACTION
- https://snail.gitee.io/proxy/tags/domain/
+ https://snail007.host900.com/goproxy/tags/domain/
Recent content in domain on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Fri, 05 Jul 2019 08:20:48 +0800
-
+
-
域名解析 域名控制台+极客+cloudflare 的配置方法
- https://snail.gitee.io/proxy/posts/domain-cf/
+ https://snail007.host900.com/goproxy/posts/domain-cf/
Fri, 05 Jul 2019 08:20:48 +0800
- https://snail.gitee.io/proxy/posts/domain-cf/
+ https://snail007.host900.com/goproxy/posts/domain-cf/
准备工作 本文综合的介绍了cloudflare注册使用,从域名解析到回源,完成了一个二级域使用cloudflare的CDN加速的配置过程。 首先
diff --git a/docs/tags/domain/page/1/index.html b/docs/tags/domain/page/1/index.html
index 62e98fd..549d05b 100644
--- a/docs/tags/domain/page/1/index.html
+++ b/docs/tags/domain/page/1/index.html
@@ -1 +1 @@
-https://snail.gitee.io/proxy/tags/domain/
\ No newline at end of file
+https://snail007.host900.com/goproxy/tags/domain/
\ No newline at end of file
diff --git a/docs/tags/index.html b/docs/tags/index.html
index 3095237..3056882 100644
--- a/docs/tags/index.html
+++ b/docs/tags/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
Tags - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -83,23 +83,23 @@
@@ -115,25 +115,25 @@
@@ -145,13 +145,13 @@
@@ -162,23 +162,23 @@
diff --git a/docs/tags/index.xml b/docs/tags/index.xml
index 60ea155..311e588 100644
--- a/docs/tags/index.xml
+++ b/docs/tags/index.xml
@@ -2,93 +2,93 @@
Tags on GOPROXY IN ACTION
- https://snail.gitee.io/proxy/tags/
+ https://snail007.host900.com/goproxy/tags/
Recent content in Tags on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Fri, 05 Jul 2019 08:20:48 +0800
-
+
-
cdn
- https://snail.gitee.io/proxy/tags/cdn/
+ https://snail007.host900.com/goproxy/tags/cdn/
Fri, 05 Jul 2019 08:20:48 +0800
- https://snail.gitee.io/proxy/tags/cdn/
+ https://snail007.host900.com/goproxy/tags/cdn/
-
cloudflare
- https://snail.gitee.io/proxy/tags/cloudflare/
+ https://snail007.host900.com/goproxy/tags/cloudflare/
Fri, 05 Jul 2019 08:20:48 +0800
- https://snail.gitee.io/proxy/tags/cloudflare/
+ https://snail007.host900.com/goproxy/tags/cloudflare/
-
domain
- https://snail.gitee.io/proxy/tags/domain/
+ https://snail007.host900.com/goproxy/tags/domain/
Fri, 05 Jul 2019 08:20:48 +0800
- https://snail.gitee.io/proxy/tags/domain/
+ https://snail007.host900.com/goproxy/tags/domain/
-
ws
- https://snail.gitee.io/proxy/tags/ws/
+ https://snail007.host900.com/goproxy/tags/ws/
Fri, 05 Jul 2019 08:20:48 +0800
- https://snail.gitee.io/proxy/tags/ws/
+ https://snail007.host900.com/goproxy/tags/ws/
-
全局代理
- https://snail.gitee.io/proxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/
+ https://snail007.host900.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/
Thu, 04 Jul 2019 17:54:31 +0800
- https://snail.gitee.io/proxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/
+ https://snail007.host900.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/
-
tcp
- https://snail.gitee.io/proxy/tags/tcp/
+ https://snail007.host900.com/goproxy/tags/tcp/
Thu, 04 Jul 2019 11:00:50 +0800
- https://snail.gitee.io/proxy/tags/tcp/
+ https://snail007.host900.com/goproxy/tags/tcp/
-
内网穿透
- https://snail.gitee.io/proxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/
+ https://snail007.host900.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/
Fri, 28 Jun 2019 17:02:57 +0800
- https://snail.gitee.io/proxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/
+ https://snail007.host900.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/
-
commercial
- https://snail.gitee.io/proxy/tags/commercial/
+ https://snail007.host900.com/goproxy/tags/commercial/
Wed, 26 Jun 2019 13:19:15 +0800
- https://snail.gitee.io/proxy/tags/commercial/
+ https://snail007.host900.com/goproxy/tags/commercial/
-
商业版
- https://snail.gitee.io/proxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/
+ https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/
Wed, 26 Jun 2019 13:19:15 +0800
- https://snail.gitee.io/proxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/
+ https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/
diff --git a/docs/tags/tcp/index.html b/docs/tags/tcp/index.html
index 88246d9..70106f3 100644
--- a/docs/tags/tcp/index.html
+++ b/docs/tags/tcp/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
tcp - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -87,10 +87,10 @@
@@ -98,7 +98,7 @@
@@ -120,25 +120,25 @@
@@ -150,13 +150,13 @@
@@ -167,23 +167,23 @@
diff --git a/docs/tags/tcp/index.xml b/docs/tags/tcp/index.xml
index 9b6c787..95c5382 100644
--- a/docs/tags/tcp/index.xml
+++ b/docs/tags/tcp/index.xml
@@ -2,21 +2,21 @@
tcp on GOPROXY IN ACTION
- https://snail.gitee.io/proxy/tags/tcp/
+ https://snail007.host900.com/goproxy/tags/tcp/
Recent content in tcp on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Thu, 04 Jul 2019 11:00:50 +0800
-
+
-
TCP代理
- https://snail.gitee.io/proxy/usage/tcp/
+ https://snail007.host900.com/goproxy/usage/tcp/
Thu, 04 Jul 2019 11:00:50 +0800
- https://snail.gitee.io/proxy/usage/tcp/
+ https://snail007.host900.com/goproxy/usage/tcp/
工作原理 tcp代理,也称为tcp端口转发,工作原理就是,把proxy监听端口进来的tcp连接的数据原样转发到上级监听的一个端口。 上级可以是p
diff --git a/docs/tags/tcp/page/1/index.html b/docs/tags/tcp/page/1/index.html
index 4059c0c..1fc5d86 100644
--- a/docs/tags/tcp/page/1/index.html
+++ b/docs/tags/tcp/page/1/index.html
@@ -1 +1 @@
-https://snail.gitee.io/proxy/tags/tcp/
\ No newline at end of file
+https://snail007.host900.com/goproxy/tags/tcp/
\ No newline at end of file
diff --git a/docs/tags/ws/index.html b/docs/tags/ws/index.html
index e05b12e..789c49e 100644
--- a/docs/tags/ws/index.html
+++ b/docs/tags/ws/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
ws - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -87,10 +87,10 @@
@@ -98,7 +98,7 @@
@@ -108,10 +108,10 @@
@@ -119,7 +119,7 @@
@@ -129,10 +129,10 @@
@@ -158,25 +158,25 @@
@@ -188,13 +188,13 @@
@@ -205,23 +205,23 @@
diff --git a/docs/tags/ws/index.xml b/docs/tags/ws/index.xml
index 35e4932..c2947f1 100644
--- a/docs/tags/ws/index.xml
+++ b/docs/tags/ws/index.xml
@@ -2,39 +2,39 @@
ws on GOPROXY IN ACTION
- https://snail.gitee.io/proxy/tags/ws/
+ https://snail007.host900.com/goproxy/tags/ws/
Recent content in ws on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Fri, 05 Jul 2019 08:20:48 +0800
-
+
-
域名解析 域名控制台+极客+cloudflare 的配置方法
- https://snail.gitee.io/proxy/posts/domain-cf/
+ https://snail007.host900.com/goproxy/posts/domain-cf/
Fri, 05 Jul 2019 08:20:48 +0800
- https://snail.gitee.io/proxy/posts/domain-cf/
+ https://snail007.host900.com/goproxy/posts/domain-cf/
准备工作 本文综合的介绍了cloudflare注册使用,从域名解析到回源,完成了一个二级域使用cloudflare的CDN加速的配置过程。 首先
-
代理之套用CDN
- https://snail.gitee.io/proxy/posts/http_cdn_ws/
+ https://snail007.host900.com/goproxy/posts/http_cdn_ws/
Fri, 14 Jun 2019 16:25:06 +0800
- https://snail.gitee.io/proxy/posts/http_cdn_ws/
+ https://snail007.host900.com/goproxy/posts/http_cdn_ws/
goproxy代理之套用CDN 准备 在VPS上下载对应平台的执行文件,这里以Linux为例。 在电脑上下载对应平台的执行文件,这里以Window
-
Categories
- https://snail.gitee.io/proxy/page/categories/
+ https://snail007.host900.com/goproxy/page/categories/
Fri, 14 Jun 2019 15:29:47 +0800
- https://snail.gitee.io/proxy/page/categories/
+ https://snail007.host900.com/goproxy/page/categories/
不用看这里,没什么内容,仅仅为了定义目录和tags。
diff --git a/docs/tags/ws/page/1/index.html b/docs/tags/ws/page/1/index.html
index 61f644f..2bec13f 100644
--- a/docs/tags/ws/page/1/index.html
+++ b/docs/tags/ws/page/1/index.html
@@ -1 +1 @@
-https://snail.gitee.io/proxy/tags/ws/
\ No newline at end of file
+https://snail007.host900.com/goproxy/tags/ws/
\ No newline at end of file
diff --git a/docs/tags/全局代理/index.html b/docs/tags/全局代理/index.html
index 7740c31..188687e 100644
--- a/docs/tags/全局代理/index.html
+++ b/docs/tags/全局代理/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
全局代理 - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -87,10 +87,10 @@
@@ -98,7 +98,7 @@
@@ -120,25 +120,25 @@
@@ -150,13 +150,13 @@
@@ -167,23 +167,23 @@
diff --git a/docs/tags/全局代理/index.xml b/docs/tags/全局代理/index.xml
index cdd4b0c..bedba00 100644
--- a/docs/tags/全局代理/index.xml
+++ b/docs/tags/全局代理/index.xml
@@ -2,21 +2,21 @@
全局代理 on GOPROXY IN ACTION
- https://snail.gitee.io/proxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/
+ https://snail007.host900.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/
Recent content in 全局代理 on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Thu, 04 Jul 2019 17:54:31 +0800
-
+
-
在windows下实现基于dns的自动全局代理
- https://snail.gitee.io/proxy/posts/windows-global-proxy-using-dns/
+ https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/
Thu, 04 Jul 2019 17:54:31 +0800
- https://snail.gitee.io/proxy/posts/windows-global-proxy-using-dns/
+ https://snail007.host900.com/goproxy/posts/windows-global-proxy-using-dns/
在windows下实现基于dns的自动全局代理。 本方法需要监听本地80和443端口,所以如果你有程序占用了这两个端口,请关闭相应的程序。 本文
diff --git a/docs/tags/全局代理/page/1/index.html b/docs/tags/全局代理/page/1/index.html
index acea102..ad353d2 100644
--- a/docs/tags/全局代理/page/1/index.html
+++ b/docs/tags/全局代理/page/1/index.html
@@ -1 +1 @@
-https://snail.gitee.io/proxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/
\ No newline at end of file
+https://snail007.host900.com/goproxy/tags/%E5%85%A8%E5%B1%80%E4%BB%A3%E7%90%86/
\ No newline at end of file
diff --git a/docs/tags/内网穿透/index.html b/docs/tags/内网穿透/index.html
index 739044c..b3f8da2 100644
--- a/docs/tags/内网穿透/index.html
+++ b/docs/tags/内网穿透/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
内网穿透 - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -87,10 +87,10 @@
@@ -98,7 +98,7 @@
@@ -120,25 +120,25 @@
@@ -150,13 +150,13 @@
@@ -167,23 +167,23 @@
diff --git a/docs/tags/内网穿透/index.xml b/docs/tags/内网穿透/index.xml
index da519d5..7e505dd 100644
--- a/docs/tags/内网穿透/index.xml
+++ b/docs/tags/内网穿透/index.xml
@@ -2,21 +2,21 @@
内网穿透 on GOPROXY IN ACTION
- https://snail.gitee.io/proxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/
+ https://snail007.host900.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/
Recent content in 内网穿透 on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Fri, 28 Jun 2019 17:02:57 +0800
-
+
-
内网穿透也能用CDN???!
- https://snail.gitee.io/proxy/posts/http-nat-cdn/
+ https://snail007.host900.com/goproxy/posts/http-nat-cdn/
Fri, 28 Jun 2019 17:02:57 +0800
- https://snail.gitee.io/proxy/posts/http-nat-cdn/
+ https://snail007.host900.com/goproxy/posts/http-nat-cdn/
内网穿透之套CDN 好处就不用说了吧,两个字稳! 假如在windows上配置了可以访问的连接 http://127.0.0.1:801/abc/index.php , 如何能使用VPS+CDN做内网穿透呢? 配置如下:
diff --git a/docs/tags/内网穿透/page/1/index.html b/docs/tags/内网穿透/page/1/index.html
index 91c6a5a..fb0fe35 100644
--- a/docs/tags/内网穿透/page/1/index.html
+++ b/docs/tags/内网穿透/page/1/index.html
@@ -1 +1 @@
-https://snail.gitee.io/proxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/
\ No newline at end of file
+https://snail007.host900.com/goproxy/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/
\ No newline at end of file
diff --git a/docs/tags/商业版/index.html b/docs/tags/商业版/index.html
index da42960..855381c 100644
--- a/docs/tags/商业版/index.html
+++ b/docs/tags/商业版/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
商业版 - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -87,10 +87,10 @@
@@ -98,7 +98,7 @@
@@ -108,10 +108,10 @@
@@ -119,7 +119,7 @@
@@ -141,25 +141,25 @@
@@ -171,13 +171,13 @@
@@ -188,23 +188,23 @@
diff --git a/docs/tags/商业版/index.xml b/docs/tags/商业版/index.xml
index 6b8dc25..48e76c1 100644
--- a/docs/tags/商业版/index.xml
+++ b/docs/tags/商业版/index.xml
@@ -2,30 +2,30 @@
商业版 on GOPROXY IN ACTION
- https://snail.gitee.io/proxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/
+ https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/
Recent content in 商业版 on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Wed, 26 Jun 2019 13:19:15 +0800
-
+
-
GOPROXY免费版VS商业版
- https://snail.gitee.io/proxy/page/free_vs_commercial/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial/
Wed, 26 Jun 2019 13:19:15 +0800
- https://snail.gitee.io/proxy/page/free_vs_commercial/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial/
目前,GOPROXY 和 SDK 提供免费版和商业版,功能对比如下。 免费版 商业版 TCP转发 √ √ UDP转发 √ √ HTTP(S)代理 √ √ Socks5代理 √ √
-
GOPROXY Free Version VS Commercial Version
- https://snail.gitee.io/proxy/page/free_vs_commercial_en/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial_en/
Wed, 26 Jun 2019 13:19:15 +0800
- https://snail.gitee.io/proxy/page/free_vs_commercial_en/
+ https://snail007.host900.com/goproxy/page/free_vs_commercial_en/
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,
diff --git a/docs/tags/商业版/page/1/index.html b/docs/tags/商业版/page/1/index.html
index 67a4ca3..ed24cd3 100644
--- a/docs/tags/商业版/page/1/index.html
+++ b/docs/tags/商业版/page/1/index.html
@@ -1 +1 @@
-https://snail.gitee.io/proxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/
\ No newline at end of file
+https://snail007.host900.com/goproxy/tags/%E5%95%86%E4%B8%9A%E7%89%88/
\ No newline at end of file
diff --git a/docs/usage/first/index.html b/docs/usage/first/index.html
index 736ee67..334f5f4 100644
--- a/docs/usage/first/index.html
+++ b/docs/usage/first/index.html
@@ -8,7 +8,7 @@
-
+
@@ -20,18 +20,18 @@
-
-
+
+
-
+
-
+
-
+
@@ -90,7 +90,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -111,7 +111,7 @@
- 关于
+ 关于
@@ -131,9 +131,9 @@
-
+
- - usage
+ - usage
- 手册前言(使用必读)
@@ -143,7 +143,7 @@
@@ -273,7 +273,7 @@
@@ -319,25 +319,25 @@
@@ -349,13 +349,13 @@
@@ -366,23 +366,23 @@
diff --git a/docs/usage/index.html b/docs/usage/index.html
index e6128e7..ca111fd 100644
--- a/docs/usage/index.html
+++ b/docs/usage/index.html
@@ -6,9 +6,9 @@
-
+
-
+
@@ -16,7 +16,7 @@
Usages - GOPROXY IN ACTION
-
+
@@ -36,7 +36,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -57,7 +57,7 @@
- 关于
+ 关于
@@ -87,10 +87,10 @@
@@ -98,7 +98,7 @@
@@ -108,10 +108,10 @@
@@ -119,7 +119,7 @@
@@ -141,25 +141,25 @@
@@ -171,13 +171,13 @@
@@ -188,23 +188,23 @@
diff --git a/docs/usage/index.xml b/docs/usage/index.xml
index e067bdf..af6277c 100644
--- a/docs/usage/index.xml
+++ b/docs/usage/index.xml
@@ -2,30 +2,30 @@
Usages on GOPROXY IN ACTION
- https://snail.gitee.io/proxy/usage/
+ https://snail007.host900.com/goproxy/usage/
Recent content in Usages on GOPROXY IN ACTION
Hugo -- gohugo.io
zh-CN
Thu, 04 Jul 2019 11:00:50 +0800
-
+
-
手册前言(使用必读)
- https://snail.gitee.io/proxy/usage/first/
+ https://snail007.host900.com/goproxy/usage/first/
Thu, 04 Jul 2019 11:00:50 +0800
- https://snail.gitee.io/proxy/usage/first/
+ https://snail007.host900.com/goproxy/usage/first/
前言 GOPROXY使用必读 手册和项目中使用了一部分的名词,它们本身的含义和在goproxy的专有含义是不一样的,所以前言中对这些名词做了解释
-
TCP代理
- https://snail.gitee.io/proxy/usage/tcp/
+ https://snail007.host900.com/goproxy/usage/tcp/
Thu, 04 Jul 2019 11:00:50 +0800
- https://snail.gitee.io/proxy/usage/tcp/
+ https://snail007.host900.com/goproxy/usage/tcp/
工作原理 tcp代理,也称为tcp端口转发,工作原理就是,把proxy监听端口进来的tcp连接的数据原样转发到上级监听的一个端口。 上级可以是p
diff --git a/docs/usage/page/1/index.html b/docs/usage/page/1/index.html
index b5f073e..4c56584 100644
--- a/docs/usage/page/1/index.html
+++ b/docs/usage/page/1/index.html
@@ -1 +1 @@
-https://snail.gitee.io/proxy/usage/
\ No newline at end of file
+https://snail007.host900.com/goproxy/usage/
\ No newline at end of file
diff --git a/docs/usage/tcp/index.html b/docs/usage/tcp/index.html
index 5ebfc98..22b3fa7 100644
--- a/docs/usage/tcp/index.html
+++ b/docs/usage/tcp/index.html
@@ -8,7 +8,7 @@
-
+
@@ -20,18 +20,18 @@
-
-
+
+
-
+
-
+
-
+
@@ -90,7 +90,7 @@
- GOPROXY IN ACTION
+ GOPROXY IN ACTION
@@ -111,7 +111,7 @@
- 关于
+ 关于
@@ -131,9 +131,9 @@
-
+
- - usage
+ - usage
- TCP代理
@@ -143,7 +143,7 @@
@@ -198,7 +198,7 @@
@@ -213,7 +213,7 @@
@@ -257,25 +257,25 @@
@@ -287,13 +287,13 @@
@@ -304,23 +304,23 @@