hiddify-next icon indicating copy to clipboard operation
hiddify-next copied to clipboard

All connections have timed out

Open priscira opened this issue 1 year ago • 3 comments

Search first

  • [X] I searched and no similar issues were found

What Happened?

When using version 0.14.20, everything is connected normally. However, after updating to version 1.0.0, all connections timed out and still timed out after reinstallation. After returning to version 0.14.20, the connection returned to normal. I cannot determine which aspect of the problem it is.

Minimal Reproducible Example (MRE)

The steps are as described in the problem description.

Expected Behavior

No response

Version

1.0.0

Platform/OS

Android, Linux

Additional Context

No response

Application Config Options

No response

Relevant log output

No response

Are you willing to submit a PR? If you know how to fix the bug.

  • [ ] I'm willing to submit a PR (Thank you!)

priscira avatar Mar 24 '24 11:03 priscira

Same problem. I open a website and it return error "ERR_NAME_NOT_RESOLVED".

I found a workaround, everything is OK.

  1. Change remote DNS to tcp://8.8.8.8
  2. Change Direct DNS to 8.8.8.8

fatkun avatar Mar 25 '24 18:03 fatkun

I edit "udp://1.1.1.1" to "tls://1.1.1.1" and use "prefer ipv4" then it works for some area, the UDP version of DNS protocol is banned, and ipv6 is unusable. Maybe a better default can decrease confusion.

hydroakri avatar Mar 26 '24 04:03 hydroakri

Same problem. I open a website and it return error "ERR_NAME_NOT_RESOLVED".

I found a workaround, everything is OK.

1. Change remote DNS to tcp://8.8.8.8

2. Change Direct DNS to 8.8.8.8

Thank you for your help. I have successfully connected through the method you provided. But what is the principle behind this?

priscira avatar Mar 31 '24 01:03 priscira