Martin Hotmann
Martin Hotmann
Am I reading right, that there is some work beeing done on this? https://github.com/PowerShell/PowerShell/issues/21316 Just curious. Or is this just another open issue for the same problem?
Would you consider using cloudflare circls implementation? 1. https://github.com/cloudflare/circl 2. https://github.com/cloudflare/circl/tree/main/sign/slhdsa
@qdm12 thanks very much for updating the base+dependencies. Is there a possibility, you also show the [Subsequent package versions](https://wiki.alpinelinux.org/wiki/Package_policies#:~:text=Subsequent%20package%20versions%20are%20%2Dr0%2C%20%2Dr1%2C%20and%20so%20on%3B%20the%20number%20is%20from%20%24pkgver.) of each dependency for transparency reasons? Currently everything is up-to-date -...
> since upgrading these often break the setups for a good chunk of users. Yes, indeed, many Synology users (myself included) are experiencing problems with the new 3.20.x upgrade. However,...
About the Synology Problem: I guess on the long run this will not be solvable, since Synology does not provide Kernel Upgrades. And since Golang (as many other vendors, OSs...
> What problems are you experiencing?? Feel free to comment here or create other issues per problem. Sorry should have updated the post. https://github.com/qdm12/gluetun/issues/2375#issuecomment-2255080378 fixed the issue. > Did not...
@thresheek thank you for your swift response. I ofc will test again and report back.
This is my config: ``` server { # Dont show nginx version server_tokens off ; # Listener for HTTP2 & HTTP3 listen 443 quic reuseport ; listen 443 ssl ;...
Yes, there is another vhost, but this should not affect this one. Which nginx image exactly are you using?
Ok, I use `nginx:1-alpine-slim`. But I guess this was not the problem. I found the issue. If I use `network_mode: host` it works. If I use ports (`network_mode: bridge`), it...