[Feature] iOS App Actively Queries DNS SVCB/HTTPS Records #14938
Jackie264
started this conversation in
Feature Request
Replies: 1 comment
-
To set expectations: I doubt this, as I've never seen anybody describe the scenario you're in. I don't think this is something the team will be spending time on, but resolving these record types seems reasonable so a PR would be welcomed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
Due to the home broadband being on a NAT3 network, it is necessary to use STUN technology to obtain the public IP address and port number. However, the port number changes frequently. We use SVCB/HTTPS records provided by the DNS provider to redirect access to https://immich.example.com to https://immich.example.com:port. This approach works well in browsers (Safari/Chrome/Firefox), but on iOS apps, the port number must be manually entered; otherwise, the app cannot connect to the server.
I believe there are many users in such scenarios. If iOS apps could actively query DNS SVCB/HTTPS records, this issue could be perfectly resolved.
Platform
Beta Was this translation helpful? Give feedback.
All reactions