gohttptun

A tool to tunnel TCP over HTTP, written in Go

  • 所有者: nf/gohttptun
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

gohttptunnel

A tool to tunnel TCP over HTTP
by Andrew Gerrand adg@golang.org

Example usage:

Run 'server' at your endpoint, by default it listens on port 8888.
./server

Run 'client' on your local machine, by default it listens locally on 2222.
Use -http=serverAddress:8888 to point to your server,
and -dest=destAddr:destPort to point to your tunnel endpoint
(default is -dest=127.0.0.1:22 to connect to local sshd on the server).
./client -http=serverAddress:8888

With both of them running (you must start server first), you can then
connect via ssh to localhost:2222 on the local machine:
ssh -p 2222 username@127.0.0.1

You should then be tunnelling SSH over HTTP. Pretty neat, huh?

主要指標

概覽
名稱與所有者nf/gohttptun
主編程語言Go
編程語言Go (語言數: 1)
平台
許可證
所有者活动
創建於2010-04-29 13:21:33
推送於2014-01-22 21:29:06
最后一次提交2014-01-22 13:29:05
發布數0
用户参与
星數224
關注者數15
派生數46
提交數22
已啟用問題?
問題數0
打開的問題數0
拉請求數2
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?