Skip to content

hupe1980/socks

Repository files navigation

socks

Build Status Go Reference

Golang socks proxy and dialer

⚠️ This is experimental and subject to breaking changes.

Usage

import (
	"log"

	"github.com/hupe1980/socks"
)

func main() {
	log.Fatal(socks.ListenAndServe(":1080")
}

Documentation

See godoc.

Examples

See more complete examples.

License

MIT