l

Results 979 comments of l

The issue maybe needs to be moved to iroh-doctor repo if this is solvable there, e.g. by configuring tracing_subscriber somehow.

> maybe more specific to some safari/macOS version? From Mastodon: > iPadOS 18.6; the error is shown in both Safari 18.6 (20621.3.7?) and Firefox Focus 141.0 (58086). > > Playing...

https://github.com/deltachat/deltachat-pages/pull/1247 is now deployed, let's see if it works

> what about general DNS resolution of the relay urls Does iroh resolve relay URLs without the intention to establish a connection to the relay? For the discovery service I...

> This would presumably also need to be enabled for the various HTTPS probes in netcheck? > captive portal check I don't know what captive portal check is for. If...

> I'm thinking through what it'd mean if we double-down on reqwest in iroh-net, so we get SOCKS5, HTTP(s) proxies, etc. all out of the box for all requests we...

`trait Dialer` should probably have just one function dial(hostname, port), similar to https://github.com/NLnetLabs/connectbyname/blob/e6d29baf10b30140a256d59448e68fa0c0407d27/proto9/connectbyname.h#L179-L180 and return Result

If you add QUIC and WebTransport for relay connection, this will of course change the needed API because there a single `AsyncRead + AsyncWrite` connection is not enough. Also UDP...