dns2tcp是一个通过dns隧道转发tcp连接的工具。
源码下载地址如下:
https://github.com/alex-sector/dns2tcp
在终端执行如下命令
git clone https://github.com/alex-sector/dns2tcp 克隆到本地
cd dns2tcp
执行./configure生成make文件
执行make编译程序
安装sudo make install
dns2tcp是一个通过dns隧道转发tcp连接的工具。
源码下载地址如下:
https://github.com/alex-sector/dns2tcp
在终端执行如下命令
git clone https://github.com/alex-sector/dns2tcp 克隆到本地
cd dns2tcp
执行./configure生成make文件
执行make编译程序
安装sudo make install