opensocks

command module
v1.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2021 License: MIT Imports: 4 Imported by: 0

README

Opensocks

Opensocks is a tunnel that helps you break the wall and see the world.

Travis Go Report Card image image

Features

  • Support socks5 protocol with TCP/UDP implements
  • Support websocket(wss/ws) for application layer
  • Support data encryption with ChaCha20-Poly1305

Docker

Run client

docker run -d --restart=always  --network=host \
--name opensocks-client netbyte/opensocks -s=YOUR_DOMIAN:443 -l=:1080 -k=123456

Run server

docker run  -d --restart=always --net=host \
--name opensocks-server netbyte/opensocks -S -s=:8080 -k=123456

Reverse proxy

Use nginx/caddy(443) to reverse proxy server(8080)

Cross-platform client

opensocks-gui

Deploy server

opensocks-cloud

License

The MIT License (MIT)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
common

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL