diff --git a/README.md b/README.md index ea6e964..6fe0e90 100644 --- a/README.md +++ b/README.md @@ -1921,15 +1921,15 @@ The following is a complete URL request example: `http://127.0.0.1:33088/user/traffic?bytes=337&client_addr=127.0.0.1%3A51035&id=http&server_addr =127.0.0.1%3A33088&target_addr=myip.ipip.net%3A80&username=a` Request parameter description: -id: service id flag. -server_addr: proxies's address requested by the client, format: IP: port. -client_addr: client address, format: IP: port. -target_addr: target address, format: "IP: port", when tcp / udp proxy, this is empty. -User name: proxy authentication user name, this is empty when tcp / udp proxy. -bytes: the number of traffic bytes used by the user. -out_local_addr: outgoing tcp connection's local address,format: IP: port. -out_remote_addr: outgoing tcp connection's remote address,format: IP: port. -upstream: upstream used by outgoing tcp connection, if none upstream be used, it's empty. +id: service id flag. +server_addr: proxies's address requested by the client, format: IP: port. +client_addr: client address, format: IP: port. +target_addr: target address, format: "IP: port", when tcp / udp proxy, this is empty. +User name: proxy authentication user name, this is empty when tcp / udp proxy. +bytes: the number of traffic bytes used by the user. +out_local_addr: outgoing tcp connection's local address,format: IP: port. +out_remote_addr: outgoing tcp connection's remote address,format: IP: port. +upstream: upstream used by outgoing tcp connection, if none upstream be used, it's empty. #### Tips diff --git a/README_ZH.md b/README_ZH.md index 6b316a8..89d59fc 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -2026,18 +2026,21 @@ proxy会把连接使用的流量上报到这个地址,具体情况是,proxy发 下面是一个完整的URL请求实例: -`http://127.0.0.1:8080/auth.php?act=traffic&bytes=7627&client_addr=127.0.0.1%3A63637&id=http&out_local_addr=127.0.0.1%3A63640&out_remote_addr=127.0.0.1%3A63639&server_addr=127.0.0.1%3A33080&target_addr=www.baidu.com%3A443&upstream=http%3A%2F%2F127.0.0.1%3A3100&username=a` +`http://127.0.0.1:8080/auth.php?act=traffic&bytes=7627&client_addr=127.0.0.1%3A63637 +&id=http&out_local_addr=127.0.0.1%3A63640&out_remote_addr=127.0.0.1%3A63639 +&server_addr=127.0.0.1%3A33080&target_addr=www.baidu.com%3A443 +&upstream=http%3A%2F%2F127.0.0.1%3A3100&username=a` 请求参数说明: -id: 服务id标志. -server_addr: 客户端请求的代理地址,格式: `IP:端口`. -client_addr: 客户端地址,格式: `IP:端口`. -target_addr: 目标地址,格式: `IP:端口`,tcp/udp代理时,这个是空. -username: 代理认证用户名,tcp/udp代理时,这个是空. -bytes: 此次使用的流量字节数. -out_local_addr: 代理对外建立的TCP连接的本地地址,,格式: `IP:端口` -out_remote_addr: 代理对外建立的TCP连接的远程地址,,格式: `IP:端口` -upstream: 使用的上级,格式是标准URL格式,如果没有使用上级,这里是空。 +id: 服务id标志。 +server_addr: 客户端请求的代理地址,格式: `IP:端口`。 +client_addr: 客户端地址,格式: `IP:端口`。 +target_addr: 目标地址,格式: `IP:端口`,tcp/udp代理时,这个是空。 +username: 代理认证用户名,tcp/udp代理时,这个是空。 +bytes: 此次使用的流量字节数。 +out_local_addr: 代理对外建立的TCP连接的本地地址,,格式: `IP:端口`。 +out_remote_addr: 代理对外建立的TCP连接的远程地址,,格式: `IP:端口`。 +upstream: 使用的上级,格式是标准URL格式,如果没有使用上级,这里是空。 #### 提示 diff --git a/docs/manual/manual.md b/docs/manual/manual.md index 06021d2..08aa37f 100644 --- a/docs/manual/manual.md +++ b/docs/manual/manual.md @@ -1721,15 +1721,15 @@ The following is a complete URL request example: `http://127.0.0.1:33088/user/traffic?bytes=337&client_addr=127.0.0.1%3A51035&id=http&server_addr =127.0.0.1%3A33088&target_addr=myip.ipip.net%3A80&username=a` Request parameter description: -id: service id flag. -server_addr: proxies's address requested by the client, format: IP: port. -client_addr: client address, format: IP: port. -target_addr: target address, format: "IP: port", when tcp / udp proxy, this is empty. -User name: proxy authentication user name, this is empty when tcp / udp proxy. -bytes: the number of traffic bytes used by the user. -out_local_addr: outgoing tcp connection's local address,format: IP: port. -out_remote_addr: outgoing tcp connection's remote address,format: IP: port. -upstream: upstream used by outgoing tcp connection, if none upstream be used, it's empty. +id: service id flag. +server_addr: proxies's address requested by the client, format: IP: port. +client_addr: client address, format: IP: port. +target_addr: target address, format: "IP: port", when tcp / udp proxy, this is empty. +User name: proxy authentication user name, this is empty when tcp / udp proxy. +bytes: the number of traffic bytes used by the user. +out_local_addr: outgoing tcp connection's local address,format: IP: port. +out_remote_addr: outgoing tcp connection's remote address,format: IP: port. +upstream: upstream used by outgoing tcp connection, if none upstream be used, it's empty. #### Tips diff --git a/docs/manual/zh/manual.md b/docs/manual/zh/manual.md index 02cdabb..efafcfe 100644 --- a/docs/manual/zh/manual.md +++ b/docs/manual/zh/manual.md @@ -1810,18 +1810,21 @@ proxy会把连接使用的流量上报到这个地址,具体情况是,proxy发 下面是一个完整的URL请求实例: -`http://127.0.0.1:8080/auth.php?act=traffic&bytes=7627&client_addr=127.0.0.1%3A63637&id=http&out_local_addr=127.0.0.1%3A63640&out_remote_addr=127.0.0.1%3A63639&server_addr=127.0.0.1%3A33080&target_addr=www.baidu.com%3A443&upstream=http%3A%2F%2F127.0.0.1%3A3100&username=a` +`http://127.0.0.1:8080/auth.php?act=traffic&bytes=7627&client_addr=127.0.0.1%3A63637 +&id=http&out_local_addr=127.0.0.1%3A63640&out_remote_addr=127.0.0.1%3A63639 +&server_addr=127.0.0.1%3A33080&target_addr=www.baidu.com%3A443 +&upstream=http%3A%2F%2F127.0.0.1%3A3100&username=a` 请求参数说明: -id: 服务id标志. -server_addr: 客户端请求的代理地址,格式: `IP:端口`. -client_addr: 客户端地址,格式: `IP:端口`. -target_addr: 目标地址,格式: `IP:端口`,tcp/udp代理时,这个是空. -username: 代理认证用户名,tcp/udp代理时,这个是空. -bytes: 此次使用的流量字节数. -out_local_addr: 代理对外建立的TCP连接的本地地址,,格式: `IP:端口` -out_remote_addr: 代理对外建立的TCP连接的远程地址,,格式: `IP:端口` -upstream: 使用的上级,格式是标准URL格式,如果没有使用上级,这里是空。 +id: 服务id标志。 +server_addr: 客户端请求的代理地址,格式: `IP:端口`。 +client_addr: 客户端地址,格式: `IP:端口`。 +target_addr: 目标地址,格式: `IP:端口`,tcp/udp代理时,这个是空。 +username: 代理认证用户名,tcp/udp代理时,这个是空。 +bytes: 此次使用的流量字节数。 +out_local_addr: 代理对外建立的TCP连接的本地地址,,格式: `IP:端口`。 +out_remote_addr: 代理对外建立的TCP连接的远程地址,,格式: `IP:端口`。 +upstream: 使用的上级,格式是标准URL格式,如果没有使用上级,这里是空。 #### 提示 diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 5ae94c9..9facd59 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -17,6 +17,12 @@ 2019-06-14T16:29:13+08:00 + + https://snail007.host900.com/goproxy/tags/cdn/ + 2019-07-05T08:20:48+08:00 + 0 + + https://snail007.host900.com/goproxy/categories/ 2019-07-05T08:20:48+08:00 @@ -41,12 +47,6 @@ 0 - - https://snail007.host900.com/goproxy/tags/cdn/ - 2019-07-05T08:20:48+08:00 - 0 - - https://snail007.host900.com/goproxy/tags/cloudflare/ 2019-07-05T08:20:48+08:00 diff --git a/docs/tags/cdn/index.html b/docs/tags/cdn/index.html index e9d7646..a7beca7 100644 --- a/docs/tags/cdn/index.html +++ b/docs/tags/cdn/index.html @@ -14,7 +14,7 @@ - cdn - GOPROXY IN ACTION + CDN - GOPROXY IN ACTION @@ -77,7 +77,7 @@ diff --git a/docs/tags/cdn/index.xml b/docs/tags/cdn/index.xml index ab1a975..cb5d91a 100644 --- a/docs/tags/cdn/index.xml +++ b/docs/tags/cdn/index.xml @@ -1,9 +1,9 @@ - cdn on GOPROXY IN ACTION + CDN on GOPROXY IN ACTION https://snail007.host900.com/goproxy/tags/cdn/ - Recent content in cdn on GOPROXY IN ACTION + Recent content in CDN on GOPROXY IN ACTION Hugo -- gohugo.io zh-CN Fri, 05 Jul 2019 08:20:48 +0800 diff --git a/docs/tags/index.xml b/docs/tags/index.xml index 311e588..cd84ea7 100644 --- a/docs/tags/index.xml +++ b/docs/tags/index.xml @@ -12,7 +12,7 @@ - cdn + CDN https://snail007.host900.com/goproxy/tags/cdn/ Fri, 05 Jul 2019 08:20:48 +0800