| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
TeaVPN2 is an open source VPN Software. Current supported platform is only Linux. We plan to expand to other platforms (contributors are welcomed).
sudo apt-get install gcc clang make build-essential -y; git clone https://github.com/TeaInside/teavpn2; cd teavpn2; make -j$(nproc);
For build with GUI support:
./configure --gui; make -j$(nproc);
We welcome bug reports, feature requests and questions through GitHub repository https://github.com/TeaInside/teavpn2 (kindly to open an issue).
We are online on Telegram, see https://t.me/TeaInside
We accept pull request on the GitHub repository.
This software is licensed under the GNU GPL-v2 license.
| Back | FazBrowse Home | New Git URL |