-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Using SRV records instead of requiring custom server specification #2682
Comments
browsers don't support SRV lookups, so this is not possible. One option would be to support a .well-known file, which is tracked at matrix-org/matrix-spec-proposals#433. |
Would it be possible to use DNS-over-HTTPS? This specification attempts to solve exactly this problem. Possible providers would be Google and Cloudflare. Example: Also see: Mozilla Is Testing "DNS over HTTPS" Support in Firefox (it uses the 1.1.1.1 Cloudflare DNS server for DNS-over-HTTPS) |
@jonas-hagen that means exposing your privacy to that provider. Plus the SRV is used only to specify the location of fed api and not client api, they don't have to be the same |
I should be able to log in to Riot.im with username
madduck@madduck.net
or@madduck:madduck.net
and expect the app to to a SRV lookup on the domain to figure out the homeserver to use. Expecting users to specify a string likehttps://matrix.madduck.net:8448/
as "custom server" (which also requires several clicks and Javascript-roundtrips) is not particularly user-friendly.The text was updated successfully, but these errors were encountered: