Nuno Diegues

Results 35 comments of Nuno Diegues

Correct, we have started publishing to brew-core , with a lot of hiccups in every release, and even now that's closed to polished it still requires someone to manually open...

A few notes for everyone who's written in so far: - `failed to sufficiently increase receive buffer size` is not a problem per se; may impact performance, so ideally you'd...

I've confirmed that cloudflared compiles for s390x linux (not sure what OS you'd have there in practice): ``` GOOS=linux GOARCH=s390x make cloudflared ``` Which OS do users of s390x typically...

> > Which OS do users of s390x typically rely upon? > > RedHat、Ubuntu mostly I've make a PR for you to check (PR for reference https://github.com/cloudflare/cloudflared/pull/613) I had assumed...

You mention "connection id" but then you refer "a running instance". So I think you actually mean "connectorId", right? To clarify: when you run cloudflared tunnel, it executes 1 process...

Yes, that request for "tags" associated with a connector makes sense. We almost did that some time ago in the scope of some related work. I'll let @abelinkinbio track the...

Those logs show that: - _demo.tungvt.cf_ was handled correctly, responding with 200 OK, after talking to localhost:32400 - _demo.xn-khn-lna.vn_ had a 404 because it found no matching public hostname rule...

> As far as I can see, the domain in the config sent to cloudflared agent is demo.khôn.vn, and when the request is sent, it's demo.xn--khn-lna.vn > I can't set...

Thanks. While I understand this to be wrong, it's not clear to me where the issue lies (within our systems) so we'll have to take some time to investigate.

One final question: your first post shows that you access your Unicode hostname and the Network tooling in your browser shows that the same exactly string is sent over the...