Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdhigh/forwarder
简单的HTTP请求转发服务器,配合KIndleEar翻入墙内或绕过部分网站对GAE的IP地址的封锁。灵感来自https://github.com/ohdarling/ZhihuDailyForwarder
https://github.com/cdhigh/forwarder
Last synced: 2 days ago
JSON representation
简单的HTTP请求转发服务器,配合KIndleEar翻入墙内或绕过部分网站对GAE的IP地址的封锁。灵感来自https://github.com/ohdarling/ZhihuDailyForwarder
- Host: GitHub
- URL: https://github.com/cdhigh/forwarder
- Owner: cdhigh
- Created: 2013-09-16T02:41:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T22:37:06.000Z (5 months ago)
- Last Synced: 2025-01-05T23:07:43.038Z (9 days ago)
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 52
- Watchers: 6
- Forks: 86
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-network-stuff - **45**星
README
# 描述:
这是一个很简单的HTTP请求转发服务器,没有任何外部依赖,可以很简单的部署到任何支持Python WSGI的
云端服务器,或部署为cloudflare的worker。
用于中转KindleEar的个别HTTP请求,以便绕过墙或绕过部分网站对GAE的IP的封锁。# 使用方法:
在KindleEar的recipe文件里面将需要转发的feed地址修改为以下的调用格式:
`http://example.com/?k=xzSlE&t=TIMEOUT&u=URL`
其中xzS1E为验证码,TIMEOUT为超时时间,可省略,默认为30s,URL则为要转发的URL.# 一键部署到Vercel:
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fcdhigh%2FForwarder&env=ALLOW_KEY)# 部署到cloudflare:
1. 在cloudflare的dashboard页面点击左侧的 `Workers & Pages` 导航栏。
2. 点击 `Create Worker`,输入一个域名,点击 `Deploy`。
3. 部署完成后点击对应Worker右上角的 `Edit Code` ,将 `cloudflare_worker.js` 的内容拷贝粘贴过去,再点击右上角的 `Deploy`,完成部署。# 部署到Heroku:
参见 [DeployToHeroku.md](https://github.com/cdhigh/forwarder/blob/master/DeployToHeroku.md)