Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snail007 committed Sep 28, 2021
1 parent cf9b9ee commit ba60f61
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -2413,3 +2413,40 @@ proxy rhttp -c rhttp.toml
的vps执行`proxy sps -p :8888 -a user1:password1 -a user2:password2 -P http://x.x.x.1:7777 -P http://x.x.x.2:7777`
2. 命令中`-a`是设置`代理认证用户`,多个用户,可以重复`-a`参数,格式是:`用户名:密码`
3. `x.x.x.1`,`x.x.x.2`是拨号vps的固定IP,有多个,重复`-P`参数即可

## 16.典型用法-对接Luminati

Luminati提供了高质量稳定的住宅IP可以做很多事情,但是价格也不菲,如果买了一个线路,可以通过proxy把它转成有子账号的代理,二次分发。

为了方便说明,假设背景情况如下:

1、购买了一个http代理线路,http代理账号信息格式是:`xxx.com:8888:username:password`,这里面包含了代理服务器地址:`xxx.com:8888`,认证用户账号和密码:`username:password`
2、有一个自己的VPS,IP是1.1.1.1。

实现的效果:

1. 访问1.1.1.1的7777端口,使用Luminati的线路出去。
2. 7777端口具有认证功能。

操作步骤:
1. 1.1.1.1的VPS执行:`proxy sps -p :7777 --disable-socks --disable-ss -a user1:pass1 -a user2:pass2 -P http://username:password@xxx.com:8888`
2. 命令中`-a`是设置`代理认证用户`,多个用户,可以重复`-a`参数,格式是:`用户名:密码`

提醒,此种做法,有可能带来Luminati限制你的账号风险,VPS的IP也有可能被可能Luminati屏蔽导致转换不能工作,风险自负。

## 17.典型用法-认证转为无认证

通过proxy可以把有认证功能的代理转成没有认证的代理。

为了方便说明,假设背景情况如下:

1. 有一个http认证代理,地址是:2.2.2.2:8888,认证账号:abc,密码是:123。
2. 有一个自己的VPS,IP是1.1.1.1。

实现的效果:

1. 访问1.1.1.1的7777端口,无需认证,会转给2.2.2.2:8888代理。

操作步骤:
1. 1.1.1.1的VPS执行:`proxy sps -p :7777 -P http://abc:123@2.2.2.2:8888`

37 changes: 37 additions & 0 deletions docs/manual/zh/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -2192,3 +2192,40 @@ proxy rhttp -c rhttp.toml
的vps执行`proxy sps -p :8888 -a user1:password1 -a user2:password2 -P http://x.x.x.1:7777 -P http://x.x.x.2:7777`
2. 命令中`-a`是设置`代理认证用户`,多个用户,可以重复`-a`参数,格式是:`用户名:密码`
3. `x.x.x.1`,`x.x.x.2`是拨号vps的固定IP,有多个,重复`-P`参数即可

## 16.典型用法-对接Luminati

Luminati提供了高质量稳定的住宅IP可以做很多事情,但是价格也不菲,如果买了一个线路,可以通过proxy把它转成有子账号的代理,二次分发。

为了方便说明,假设背景情况如下:

1、购买了一个http代理线路,http代理账号信息格式是:`xxx.com:8888:username:password`,这里面包含了代理服务器地址:`xxx.com:8888`,认证用户账号和密码:`username:password`
2、有一个自己的VPS,IP是1.1.1.1。

实现的效果:

1. 访问1.1.1.1的7777端口,使用Luminati的线路出去。
2. 7777端口具有认证功能。

操作步骤:
1. 1.1.1.1的VPS执行:`proxy sps -p :7777 --disable-socks --disable-ss -a user1:pass1 -a user2:pass2 -P http://username:password@xxx.com:8888`
2. 命令中`-a`是设置`代理认证用户`,多个用户,可以重复`-a`参数,格式是:`用户名:密码`

提醒,此种做法,有可能带来Luminati限制你的账号风险,VPS的IP也有可能被可能Luminati屏蔽导致转换不能工作,风险自负。

## 17.典型用法-认证转为无认证

通过proxy可以把有认证功能的代理转成没有认证的代理。

为了方便说明,假设背景情况如下:

1. 有一个http认证代理,地址是:2.2.2.2:8888,认证账号:abc,密码是:123。
2. 有一个自己的VPS,IP是1.1.1.1。

实现的效果:

1. 访问1.1.1.1的7777端口,无需认证,会转给2.2.2.2:8888代理。

操作步骤:
1. 1.1.1.1的VPS执行:`proxy sps -p :7777 -P http://abc:123@2.2.2.2:8888`

0 comments on commit ba60f61

Please sign in to comment.