https://github.com/hupe1980/socks
Golang socks proxy and dialer
https://github.com/hupe1980/socks
dialer proxy socks4 socks4a socks5
Last synced: 8 months ago
JSON representation
Golang socks proxy and dialer
- Host: GitHub
- URL: https://github.com/hupe1980/socks
- Owner: hupe1980
- License: mit
- Created: 2022-01-13T17:33:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T23:23:09.000Z (over 4 years ago)
- Last Synced: 2025-02-10T02:14:36.835Z (over 1 year ago)
- Topics: dialer, proxy, socks4, socks4a, socks5
- Language: Go
- Homepage:
- Size: 54.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# socks

[](https://pkg.go.dev/github.com/hupe1980/socks)
> Golang socks proxy and dialer
:warning: This is experimental and subject to breaking changes.
## Usage
```golang
import (
"log"
"github.com/hupe1980/socks"
)
func main() {
log.Fatal(socks.ListenAndServe(":1080")
}
```
### Documentation
See [godoc](https://pkg.go.dev/github.com/hupe1980/socks).
### Examples
See more complete [examples](https://github.com/hupe1980/socks/tree/main/examples).
## License
[MIT](LICENCE)