pull/488/head^2
arraykeys 3 years ago
parent a4f8495ca5
commit d0bdc88ffd

@ -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

@ -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格式如果没有使用上级这里是空。
#### 提示

@ -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

@ -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格式如果没有使用上级这里是空。
#### 提示

@ -18,31 +18,31 @@
</url>
<url>
<loc>https://snail007.host900.com/goproxy/categories/</loc>
<loc>https://snail007.host900.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/</loc>
<loc>https://snail007.host900.com/goproxy/categories/</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.host900.com/goproxy/</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.host900.com/goproxy/posts/</loc>
<lastmod>2019-07-05T08:20:48+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://snail007.host900.com/goproxy/tags/cdn/</loc>
<loc>https://snail007.host900.com/goproxy/tags/</loc>
<lastmod>2019-07-05T08:20:48+08:00</lastmod>
<priority>0</priority>
</url>

@ -14,7 +14,7 @@
<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">
@ -77,7 +77,7 @@
<header class="page-header">
<h1>cdn</h1>
<h1>CDN</h1>
</header>

@ -1,9 +1,9 @@
<?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>
<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>
<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>

@ -12,7 +12,7 @@
<item>
<title>cdn</title>
<title>CDN</title>
<link>https://snail007.host900.com/goproxy/tags/cdn/</link>
<pubDate>Fri, 05 Jul 2019 08:20:48 +0800</pubDate>

Loading…
Cancel
Save