├── .github └── workflows │ └── go.yml ├── .goreleaser.yaml ├── README.md └── gsocks5.go /.github/workflows/go.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rvn0xsy/gsocks5/HEAD/.github/workflows/go.yml -------------------------------------------------------------------------------- /.goreleaser.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rvn0xsy/gsocks5/HEAD/.goreleaser.yaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # gsocks5 2 | -------------------------------------------------------------------------------- /gsocks5.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rvn0xsy/gsocks5/HEAD/gsocks5.go --------------------------------------------------------------------------------