-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b6270e9
commit 0ed8759
Showing
3 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
main.zip | ||
main | ||
client | ||
*.pem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.