Networking
705

Create your Vpn using C and C++ programs - Tea Vpn2 open source






  21-Oct-2020 16:34:33



TeaVPN2 

TeaVPN2 is an open source VPN software written in C/C++.

Installation 

git clone https://github.com/TeaInside/teavpn2;
cd teavpn2;

Build server and client binaries

make -j$(nproc)

Custom and test

Build server binary only

make -j$(nproc) server

Build client binary only

make -j$(nproc) client


Build global objects only

make -j$(nproc) global

Build in release mode, add env var RELEASE_MODE=1

env RELEASE_MODE=1 make -j$(nproc)

Build and run unit tests

make test

Build and run gcov and run unit tests (must be clean before run this)

make gcov COVERAGE=1

Directory Structure

  1. src/include/teavpn2/server is a directory for teavpn2 server header files.
  2. src/include/teavpn2/client is a directory for teavpn2 client header files.
  3. src/include/teavpn2/global is a directory for teavpn2 header files (used by client and server).
  4. src/include/third_party is a directory for third party header files libraries.
  5. src/teavpn2/server is a directory for client binary source code.
  6. src/teavpn2/client is a directory for server binary source code.
  7. src/teavpn2/global is a directory for source code that are used by server and client binaries.

Third party source code should be in either src/teavpn2/serversrc/teavpn2/client or src/teavpn2/global directory. Depending on which binary will use such third party source code.

It is acceptable to put header files of third party source code in source directory.

Pull Requests

We welcome pull requests through GitHub repository. Every outside collaborator's pull request must be reviewed by at least one internal contributor or maintainer before merge.

Issues (bugs, features, questions)

We welcome bug reports, feature requests and questions through GitHub repository issues.

License

This software is licensed under the MIT License.

Help ? you can visit github account https://github.com/TeaInside/teavpn2/issues 

*Beware click the link!


DISCUSSION

nicee




Reply

Login for report, comment and join discussion
Login Here
Sponsored

Popular Posts
Gps Tracker Seccodeid Free Too...
General
21347
204
Top


Djie sam soe Djie sam soe
Complete Basic Course in Kali...
Linux
14365
4
Top


Djie sam soe Djie sam soe
Komintod (Ministry of Communic...
Data Leak
6510
94
Top


Murtad methamphetamine Murtad methamphetamine
Free Proxy List
Networking
3621
3
Top


Sandidi Sandidi
Mass Reverse IP Unlimited
Tools Hacking
3391
15
Top


ImamWawe ImamWawe

Related Post

Youtube Video

Subscribe