Juan Calderon-Perez
Juan Calderon-Perez
Since `quic-go` 0.36 release we can't build/test/run the `forwardproxy`. I'm not sure how the error doesn't show up in `caddyserver` Related to https://github.com/quic-go/quic-go/issues/3907
TODO: - ~Fix all the gosec issues~ - ~Fix all the golanci-lint issues~ - ~Fix all the govulncheck issues~ - ~Add `staticcheck` and `go-critic` to CI process~ - Enable multi-platform...
> Oh, quic-go might have had some breaking changes... 🤔 Yeah... I'm running the latest, so is the CI. ```console $ go version go version go1.20.5 linux/amd64 ``` CaddyServer is...
@mholt I was recommended to downgrade qtls-go to v0.2.2, so after doing that I get errors related to Caddy listeners in v2.6.4 ```console go vet ./... # github.com/caddyserver/caddy/v2 ../../../../go/pkg/mod/github.com/caddyserver/caddy/[email protected]/listeners.go:455:45: cannot...
I was able to figured it out.... So I went and removed ALL the dependencies from `go.mod` and only left the original 3-4 dependencies. Then ran `go mod tidy` and...
We have been having the same issue for months, the only thing that helps in our case is to limit the database to only 3 days with the auto-clean feature...
@alexjustesen By default it can do what its doing now, but there should be an ENV or cli flag that allows specifying an interface. For example, if this is running...
@alexjustesen Isnt this project the ones that chooses how to do the speedtest? You can't specify interfaces in Docker
@alexjustesen The speedtest-cli has a `--interface` and `-I` flags that allow the user to specify which interface to use for the test. With this UI there's no way to specify...
@alexjustesen Just by running with `--net host` all interfaces will be available. This is mostly for use cases where the user has multiple interfaces in the host and/or container. Since...