Skip to content

【求助/讨论】目前,还有哪些直连方案可以使用,请求大佬协助!!! #446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wangliang181230 opened this issue Feb 6, 2025 · 3 comments
Labels
Feature Request A new feature request Help Wanted(请求大佬帮助) Extra attention is needed Todo 待办事项
Milestone

Comments

@wangliang181230
Copy link
Collaborator

wangliang181230 commented Feb 6, 2025

Ⅰ. 请描述你想要的新功能:

【求助/讨论】目前,还有哪些直连方案可以使用,请求大佬协助!!!

1.1、目前DS已经实现的直连方案有以下几种:

  1. 使用SNI绕过GFW拦截
    这种方案需要站点自己支持才行
  2. 通过代理或重定向,将一个域名的请求转到另一个国内可直连访问的域名:
    这种方案要么需要站点自己有提供相应的域名,要么有一些加速镜像地址才可使用。
  3. 通过DNS或预设IP,将一个域名的请求指向到对应的IP:
    需要站点有CDN加速提供可用且稳定的IP,才能长久使用。

1.2、举例:

  1. github站点:多个域名分别采用了不同的方案,其中:
    • github.com: 预设IP + SNI
    • api.github.com: 预设IP + SNI
    • github.githubassets.com: 代理到 github.com
    • ......
  2. docker hub站点:使用了SNI实现直连
  3. pixiv:使用了预设IP,实现了直连

1.3、其他的,还有很多直连方案,都没有实现过,需要去研究并实现的。

Ⅱ. 请描述你心目中新功能的样子:

希望通过各种直连方案,在国内可访问大部分国外站点。

Ⅲ. 你希望该新功能修复哪个issue?

#435

@cute-omega
Copy link

cute-omega commented Feb 27, 2025

@wangliang181230
Copy link
Collaborator Author

@wangliang181230 wangliang181230 added the Todo 待办事项 label Apr 9, 2025
@cute-omega
Copy link

cute-omega commented Apr 9, 2025

红线以外的资料:在墙外下载Resilio Sync(最新版就行,1.4连接不了服务器不知道为什么)安装并为其设置代理,然后用秘钥同步这个文件夹:B7P64IMWOCXWEYOXIMBX6HN5MHEULFS4V,其中的很多想法颇具建设性。资料截止于2021年5月10日,让我们为作者默哀


放一个同类项目在这里https://github.com/URenko/Accesser
该项目中有用的issue如下(第二个建议做个适配之后放wiki)
GFW动态和未来展望
GFW的几种方式及如何针对性适配站点

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request A new feature request Help Wanted(请求大佬帮助) Extra attention is needed Todo 待办事项
Projects
None yet
Development

No branches or pull requests

2 participants