New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/stalkr/socks-proxy

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/stalkr/socks-proxy

  • v0.0.0-20240428145201-489216e5483b
  • Source
  • Go
  • Socket score

Version published
Created
Source

Simple Go SOCKS5 proxy

Build Status Godoc

A simple SOCKS5 proxy in Go, no caching.

It listens on TCP IPv4/IPv6 at the specified port.

Example:

$ go run socks_proxy.go -listen :1080

Setup

Install go package, create Debian package, install:

$ go get -u github.com/StalkR/socks-proxy
$ cd $GOPATH/src/github.com/StalkR/socks-proxy
$ fakeroot debian/rules clean binary
$ sudo dpkg -i ../socks-proxy_1-1_amd64.deb

Configure in /etc/default/socks-proxy and start with /etc/init.d/socks-proxy start.

License

Apache License, version 2.0.

Thanks

Bugs, feature requests, questions

Create a new issue.

FAQs

Package last updated on 28 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc