1 Star 0 Fork 0

missyoyo/xtunnel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

XTunnel

XTunnel是一个TCP隧道工具,通过部署中间节点使两个无法直接联通的节点可以正常通讯,类似SSH的TUNNEL功能。

特性

  • 支持SSL加密功能,可以在两个XTunnel之间采用SSL连接,突破防火墙的报文内容侦测。
  • 同时支持多组转发配置,采用Netty异步框架,有很高的性能。

XTunnel + OpenVPN

openvpn

配置文件

<?xml version="1.0" encoding="utf-8"?>
<config>
	<tunnel name="http://mvnrepository.com/">
		<local port="222" ssl="true" />
		<remote host="mvnrepository.com" port="80" />
	</tunnel>
	<tunnel name="http://mvnrepository.com/">
		<local port="333" />
		<remote host="127.0.0.1" port="222" ssl="true" />
	</tunnel>
</config>

空文件

简介

An useful TCP/SSL tunnel utility. 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/missyoyo/xtunnel.git
git@gitee.com:missyoyo/xtunnel.git
missyoyo
xtunnel
xtunnel
master

搜索帮助