After updating the server side to version 12.3.0 problem #2163
alexeyhome21
started this conversation in
General
Replies: 1 comment 4 replies
-
|
Have similar issue on Linux Mint Hiddify 4.1.1 Client when trying to add a new link: Win (4.1.1) and Android (4.0.4) Clients work normally |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
After updating the server side to version 12.3.0, I started having problems with Hiddify clients on both Windows and iOS.
Problem 1 — iOS client
On iOS, the Hiddify app has not been updated for a long time. When I try to add the profile, I get this error:
[SingboxParser] unmarshal error:
outbounds[37]: unknown outbound type: dnstt
It looks like the server now generates a subscription/config that contains the “dnstt” outbound type, but the iOS client does not support it or cannot parse it.
As a result, I cannot add the profile on iOS at all.
Problem 2 — Windows client
On Windows, I am using Hiddify 4.1.1, but after the server update I cannot even update the existing profile.
The error is:
[SingboxParser] unmarshal error:
outbounds[8].tunnel-per-resolver: json:
unknown field "tunnel-per-resolver"
So the Windows client also fails to parse the generated config. The profile was working before the server-side update, but after updating the server to 12.3.0, profile update/import started failing.
Summary
It seems that the latest server version generates sing-box configuration fields or outbound types that are not supported by current Hiddify clients:
Could you please check compatibility between server version 12.3.0 and the current Hiddify clients?
Is there a way to disable dnstt and tunnel-per-resolver generation in the subscription until client support is available?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions