outline-ss-server icon indicating copy to clipboard operation
outline-ss-server copied to clipboard

Outline Shadowsocks server

Results 48 outline-ss-server issues
Sort by recently updated
recently updated
newest added

https://github.com/shadowsocks/go-shadowsocks2/issues/224 Since outline-ss-server is based on go-shadowsocks2, this issue applies to it as well. **Describe the bug** go-shadowsocks2 sends TCP Keep-Alive packets every 15 seconds, on **every** connected and listened...

feature request
quality of service

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 23.0.3+incompatible to 24.0.9+incompatible. Release notes Sourced from github.com/docker/docker's releases. v24.0.9 24.0.9 For a full list of pull requests and changes in this release, refer to the relevant...

dependencies

Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.30.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible. Release notes Sourced from github.com/docker/distribution's releases. v2.8.2 What's Changed Revert registry/client: set Accept: identity header when getting layers by @​ndeloof in distribution/distribution#3783 Parse http...

dependencies

Bumps [github.com/sigstore/rekor](https://github.com/sigstore/rekor) from 1.1.1 to 1.2.0. Changelog Sourced from github.com/sigstore/rekor's changelog. v1.2.0 Functional Enhancements add client method to generate TLE struct (#1498) add dsse type (#1487) support other KMS providers...

dependencies

Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from 2.28.0 to 2.29.0. Release notes Sourced from github.com/goreleaser/nfpm/v2's releases. v2.29.0 Changelog Security updates ed9abdf63d5012cc884f2a83b4ab2b42b3680d30: sec: fix for CVE-2023-32698 (@​caarlos0) Bug fixes 9ac328846c8b562562c6edfa910f3163ddbe4adc: fix: deb arm64 (@​caarlos0) 312fd85338c26a44d330ed07f318d0640a11dcbb:...

dependencies

Three main things here: - `websocket/websocket.go`: Takes the `websocket.Conn` from the [gorilla/websocket](https://github.com/gorilla/websocket) package and wraps it in a struct that implements the `onet.DuplexConn` interface. With this, we can treat a...