Home

Awesome

XTunnel

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

特性

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>