docmirror / docmirror/dev-sidecar

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

Open
#446 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature Request Help Wanted(请求大佬帮助) Todo
Dominant language
JavaScript
Stars
24.1k
Forks
3k
Avg merge
3d 3h
Merged PRs (30d)
1

Description

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

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

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Start by reviewing related issue #435 and the existing direct-connection schemes described here; before implementation, define one concrete scheme, its supported sites, and acceptance criteria for what “done” means.

Written by the indexing model from the issue text.

Assessment

Domain
networking
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.