dns2tcp is a tool for forwarding tcp connections through dns tunnels.
The source code download address is as follows:
https://github.com/alex-sector/dns2tcp
Execute the following commands in the terminal
git clone https://github.com/alex-sector/dns2tcp
clone to local
cd dns2tcp
Execute ./configure
to generate make file
Execute make
to compile the program
Install sudo make install