Skip to content
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

使用DNS服务解锁奈飞的疑惑 #1132

Open
FFFKLD opened this issue Jun 26, 2024 · 6 comments
Open

使用DNS服务解锁奈飞的疑惑 #1132

FFFKLD opened this issue Jun 26, 2024 · 6 comments

Comments

@FFFKLD
Copy link

FFFKLD commented Jun 26, 2024

纯小白,摸索了很久,希望大佬们解惑:我购买了某网站的DNS解锁服务,这是我的服务端和客户端配置,实际测试可以解锁奈飞和访问外网,但请问大佬们这样配置是否会降低访问其他网站的网速,是否需要额外增加outbands和acl指向奈飞?

listen: :5499 #监听端口

#使用自签证书
tls:
  cert: /etc/hysteria/server.crt
  key: /etc/hysteria/server.key

auth:
  type: password
  password: 123456 #设置认证密码

resolver:
  type: udp
  udp:
    addr: x.x.x.x:53(解锁奈飞的DNS)
    timeout: 4s

masquerade:
  type: proxy
  proxy:
    url: https://bing.com #伪装网址
    rewriteHost: true

以下为客户端配置

server: x.x.x.x:5499(vps地址)
auth: 123456

bandwidth:
  up: 100 mbps
  down: 100 mbps

tls:
  sni: bing.com
  insecure: true #使用自签时需要改成true

socks5:
  listen: 127.0.0.1:1080
http:
  listen: 127.0.0.1:8080
@haruue
Copy link
Collaborator

haruue commented Jun 26, 2024

不要设置 acl 和 outbands 指向 netflix。

「改 DNS 解锁 netflix」的原理是这种商家提供的 DNS 会将 netflix 解析到商家自己的服务器, 商家的服务器再通过 sniproxy 等方式将收到的流量重新代理给 netflix 服务器。 这样 netflix 服务器看到的就是商家的 IP (从而给你解锁)。

@FFFKLD
Copy link
Author

FFFKLD commented Jun 27, 2024

不要设置 acl 和 outbands 指向 netflix。

「改 DNS 解锁 netflix」的原理是这种商家提供的 DNS 会将 netflix 解析到商家自己的服务器, 商家的服务器再通过 sniproxy 等方式将收到的流量重新代理给 netflix 服务器。 这样 netflix 服务器看到的就是商家的 IP (从而给你解锁)。

好的,那请问大佬我该在哪里配置DNS分流呢,比如我只想让奈飞和迪士尼这两个网站,走X.X.X.X这个DNS

@haruue
Copy link
Collaborator

haruue commented Jun 27, 2024

只想让奈飞和迪士尼这两个网站,走X.X.X.X这个DNS

不支持这种功能。 如果你非要这么做的话, 可以在服务端装个 smartdns, 然后把 hysteria 的 resolver 设置成 smartdns。

此外解锁 netflix 的话, 只把 netflix.com 及其子域名重定向是不够的, 还有一堆别的域名(参考 https://github.com/v2fly/domain-list-community/blob/master/data/netflix )。

@LordHumphrey
Copy link

或许可以考虑dns也遵循acl规则解析呢?

@xiaorong61
Copy link

开启 fakedns

@LordHumphrey
Copy link

开启 fakedns

Hysteria支持fakedns吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants