-
-
Notifications
You must be signed in to change notification settings - Fork 464
Install from Source
Jason Lyu edited this page Apr 3, 2022
·
6 revisions
Make sure the following dependencies are installed:
- Go 1.18+
- git
- make
Clone the project source code.
https://github.com/xjasonlyu/tun2socks.git
Build and install the tun2socks
binary.
make tun2socks
sudo cp ./build/tun2socks /usr/local/bin
Or build for all architectures.
make all-arch