Skip to content

Commit

Permalink
new client
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleCjun committed May 7, 2021
1 parent b6270e9 commit 0ed8759
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
main.zip
main
client
*.pem
28 changes: 23 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,38 @@
# scf-proxy 云函数代理
# 💡 scf-proxy 云函数代理

白嫖云函数,构建自己的代理服务

## 原理
![](images/scf00.png)

## 快速食用🍰
```
sh build.sh
https://console.cloud.tencent.com/scf/list?rid=1&ns=default
上传 zip 包并布署
```
## 原理 📌
![](images/scf00.png)

## 效果展示 🎈
![scftest.png](https://i.loli.net/2021/05/07/g4zWZk6nEpUKOsd.png)

![](images/scftest.png)
![scfhttps.png](https://i.loli.net/2021/05/07/YL9mnBqgGdziv2k.png)

# Reference
https://freewechat.com/a/MzI0MDI5MTQ3OQ==/2247484068/1

https://github.com/copriwolf/serverless-transitcode

http://www.lyyyuna.com/2018/03/16/http-proxy-https/

https://github.com/lyyyuna/mitm

https://api.bilibili.com/x/web-interface/zone


https://mp.weixin.qq.com/s/lRdVqBKlR708tGGXQxjUWA
https://github1s.com/google/martian/blob/master/proxy.go
https://github1s.com/google/martian/blob/master/mitm/mitm.go

https://github.com/getlantern/mitm/blob/master/mitm.go
https://github.com/getlantern/keyman
Binary file added images/scfhttps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ed8759

Please sign in to comment.