Skip to content

yanfenglee/extunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

extunnel

extunnel is a network tunneling software working as an encryption wrapper between clients and servers (remote/local), like qTunnel/Stunnel/stud, it is implemented in elixir, maybe it's the smallest tunnel, but it's fast

How to run

  1. install elixir
  2. run by
 $ elixir extunnel.exs 

run in background by

 $ elixir --detached extunnel.exs 

How to configure

open extunnel.exs, modify @client, @listen, @backend, @secret

example:

  client side:
    @listen 1234
    @backend {'127.0.0.1', 5555}
    @secret "It is better to light a candle than curse the darkness."
    
  sever side:
    @listen 5555
    @backend {'127.0.0.1', 6666}
    @secret "It is better to light a candle than curse the darkness."

About

simple encrypt tunnel implemented in elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages