astroza / udptunnel

It allows TCP/UDP/ICMP traffic over UDP tunneling. It's useful to avoid Internet restrictions.
GNU General Public License v2.0
686 stars 130 forks source link

Any docs on how it works? #13

Open shirshak55 opened 5 years ago

shirshak55 commented 5 years ago

I cloned the repo in digital ocean server.

Ran these commands

$ make
$ sudo ./server 53 password123 

On macos cloned and did this

$ make
$ ./server digital_ocean_ip 53 password123

But on mac os it is just showing blank and terminal is like stuck .

Is there any thing i made a mistake? Yes i have installed those virtual adpaters etc.