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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?