Skip to content

Commit f192587

Browse files
committed
update
1 parent 3e31346 commit f192587

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
- 这个简单的XOR加密是真的不错,虽然不能保证数据安全,但是放到有广告的php免费空间中,乱码中主机商不知道怎么插入广告了。。。具有广告过滤的功能了,哈哈哈
2222

2323
### 使用
24-
1.把CA.crt CA证书导入到系统中
25-
2.把index.php上传到一个(免费的)php空间中,位置名称随意,记下php文件的网络地址(这里最好用一个CDN加速,例如cloudflare,因为免费空间基本速度不快)
26-
3.在右侧release下载对应平台的可执行文件(这里也可以自己根据go文件生成)
27-
4.cmd命令窗口/linux终端执行php-proxy -s php文件的网络地址,这时本地127.0.0.1:8081就是一个http proxy
24+
1. 把CA.crt CA证书导入到系统中
25+
2. 把index.php上传到一个(免费的)php空间中,位置名称随意,记下php文件的网络地址(这里最好用一个CDN加速,例如cloudflare,因为免费空间基本速度不快)
26+
3. 在右侧release下载对应平台的可执行文件(这里也可以自己根据go文件生成)
27+
4. cmd命令窗口/linux终端执行php-proxy -s php文件的网络地址,这时本地127.0.0.1:8081就是一个http proxy
2828
```
2929
php-proxy.exe -s https://xxx.xx/free/index.php -l 127.0.0.1:8080 #windows监听127.0.0.1:8080,
3030
php-proxy -s https://xxxx.xx/proxy/index.php #php 地址https://xxx.xx/free/index.php,linux默认监听127.0.0.1:8081
3131
```
32-
5.设置浏览器的http proxy地址127.0.0.1:8081
33-
6.在浏览器中输入你想浏览的网页...
34-
7.更多使用详情可以执行php-proxy -h获取
32+
5. 设置浏览器的http proxy地址127.0.0.1:8081
33+
6. 在浏览器中输入你想浏览的网页...
34+
7. 更多使用详情可以执行php-proxy -h获取
3535
```
3636
-d enable debug mode for debug
3737
-l string

0 commit comments

Comments
 (0)