toped

Version, currently master branch1 version
  • master branchlatestSep 26, 2017

github.com/codenoid/lemmehand

Lemmehand Proxy Server, Written in Crystal

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  toped:
    github: codenoid/lemmehand
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.23.1
License
MIT
Author
Rubi Jihantoro
Target
  • toped from src/toped.cr

Dependencies

Runtime Dependencies

  • router*github: tbrand/router.cr

README

Lemmehand

a Darn Fast Proxy Server, written in Crystal

Usage

  1. git clone https://github.com/codenoid/lemmehand.git
  2. cd lemmehand
  3. crystal build server.cr
  4. ./server --port 80
  5. Test !, go to browser or use http client, http://example.com/?get=https://webtogo.com

Task & Todo

  • [x] Tested
  • [ ] Documentation