socks

Version, currently 1.0.23 versions

github.com/636f7374/socks.cr

๐Ÿšง Under evaluation - Crystal SOCKS Client and Server

5 stars
0 dependents
License: BSDv3

Installation

# Add this to your shard.yml
dependencies:
  socks:
    github: 636f7374/socks.cr
    version: ~> 1.0.2

Then run:

shards install

shard.yml

Crystal
>= 1.0.0
License
BSDv3
Author
636f7374

Dependencies

Runtime Dependencies

  • dns~> 1.0.5github: 636f7374/dns.cr
  • interface_address~> 1.0.0github: 64726f70/interface_address

README

Description

  • High-performance, reliable, and stable SOCKS server and client.
  • This repository is under evaluation and will replace Herbal.cr.

Features

  • [X] TCPConnection
  • [X] TCPBinding
  • [X] AssociateUDP

Usage

  • Please check the examples folder.

Used as Shard

Add this to your application's shard.yml:

dependencies:
  socks:
    github: 636f7374/socks.cr

Installation

$ git clone https://github.com/636f7374/socks.cr.git

Development

$ make test

References

Credit

Contributors

|Name|Creator|Maintainer|Contributor| |:---:|:---:|:---:|:---:| |636f7374|โˆš|โˆš|โˆš|

License

  • BSD 3-Clause Clear License