很久之前看到的一个有意思的镜像站,把被代理地址放到了 url 参数中,因此可以同时镜像多个网站。它的 url 类似于(服务很久之前就已经访问不了了): https://oracleusa.ml/-----https://www.google.com/
想请问有没有类似的项目可以推荐一下的?想部署一个看看。
或者这类服务该用什么关键词搜?
感觉有点像虚拟浏览器了都。
1 kursk 21 天前 反向代理? |
![]() | 3 yaocf OP @kursk 不像是简单的 nginx 反代,它可以代理多个网站。 比如: https://oracleusa.ml/-----https://www.google.com/ https://oracleusa.ml/-----https://zh.wikipedia.org/ 虽然两个链接访问的主机是同一个,但是,可以通过控制 url 参数返回 www.google.com 或者 zh.wikipedia.org 。 |
![]() | 4 yaocf OP 我目前用的这个镜像反代的谷歌: bohan/onemirror:latest 之前是用的 nginx 和 sub_filter 模块,但是 google 的 cookie 的问题比较麻烦。后来就直接用现成的了。 |
5 lowkeymodestme 21 天前 ![]() cloudflare 通过配置 worker 倒是可以实现你这个需求,这是我之前看到的项目 https://github.com/ymyuuu/Cloudflare-Workers-Proxy ,但是本地部署就不了解了 |
![]() | 6 totoro625 21 天前 ![]() 这个用的是这个项目: https://github.com/EtherDream/jsproxy 个人比较推荐用这个项目,在自己的 vps 自建: https://github.com/netptop/siteproxy |
7 pingdog 21 天前 via Android 很老的一个 php project ,具体什么名我也忘了,就是 web proxy 的原理,现在应该有更完美的项目 |