socks5-server icon indicating copy to clipboard operation
socks5-server copied to clipboard

Results 29 socks5-server issues
Sort by recently updated
recently updated
newest added

Is it possible to also specify the IP address in the .env?

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.24.0. Commits 7bbe320 go.mod: update golang.org/x dependencies c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too...

dependencies

This PR adds a helm chart for Kubernetes support and partially fixes #32. Artifact Hub will have to be handled by you @serjs since it demands secrets setup.

` From commit c30bfd3d729143e93fd5df31521e3b81a24224a1 (HEAD -> master, origin/master, origin/HEAD) Merge: d034754 93554c0 Author: Sergey Bogatyrets Date: Mon Feb 26 07:09:16 2024 +0300 Merge pull request #48 from serjs/dependabot/go_modules/golang.org/x/net-0.17.0 Bump golang.org/x/net...

how to limit that only localhost apps can visit this socks proxy?

no-stale

Request udp fonction.

Hello there! I really appreciate what you are doing, but I cannot use your solution because of the lack of a license. Could you please clarify why the repository does...

I would be a great to provide list of users/password, AFAIK go-socks5 supports this https://github.com/armon/go-socks5/blob/master/credentials_test.go

no-stale

Allows user to provide multiple user/password objects as a JSON object via the `PROXY_CREDENTIALS` environment variable. ```json [ { "username": "username1", "password": "password123" }, { "username": "username2", "password": "password456" }...

I wanted a feature to allow whole networks (eg: 192.168.1.0/24), and thought I should update/lint.