hysteria icon indicating copy to clipboard operation
hysteria copied to clipboard

DNS (Resolver) tag in server side config has no effect

Open robin98 opened this issue 8 months ago • 2 comments

Describe the bug I tried the resolver tag on my server side config at /etc/hysteria/config.yaml like this; but this method didn't work for my clients as their resolver didn't change from alibaba to any other DNS resolver I specified.

listen: :8443

tls:
  cert: /opt/cert/xxxx/fullchain.pem
  key: /opt/cert/xxxx/privkey.pem

auth:
  type: password
  password: xxxx

masquerade:
  type: proxy
  proxy:
    url: https://xxxx.com/
    rewriteHost: true

resolver:
  type: udp
  udp:
    addr: 9.9.9.9:53
    timeout: 10s

Logs

dns

Device and Operating System ubuntu server 22.04.4

robin98 avatar May 30 '24 17:05 robin98