Timo Kluck
Timo Kluck
This only applies to binary extensions. For a field like F_{3^3} we use a full byte for each of the three entries. That's wasteful if you're storing them or sending...
Hi @johnsonb88 , thanks for the bug report. The `pac4cli` command line has required the `-p` or `--port` option for a long time and it's missing in your example input/output....
@johnsonb88 , could it be that you installed another proxy on your system that's listening on port 3128? It's the default port for proxies. The command `ss -tlp` should be...
> No, I don't think that's it, at least there's not one that's running at the moment: I see. There's not a lot to go on from the logs, so...
Hey @johnsonb88 , I have reason to believe this may be related to https://github.com/systemd/systemd/issues/22737. Would you be able to confirm this for me? Here's how to do that. Run ```...
Thanks for confirming. > Do you plan to publish a change to the service file, or wait and let this get sorted out upstream in systemd? I'll wait for upstream...
@denilsonsa @kdehairy @lucrocha how would you feel about replacing the proxy part by a subprocess as described above?
Opened https://github.com/tinyproxy/tinyproxy/issues/224 to see if they'd be willing to upstream such a thing.
@denilsonsa excellent analysis, I agree with it. If upstream doesn't want to merge these kinds of changes, building&setup of the project will suffer a lot. So it's probably best not...
I was reminded of this issue when I noticed that `curl` will resolve the proxy at `localhost` as `[::1]` when passing the `-6` flag: ``` curl -vvv 'https://www.infty.nl/' -6 *...