Networking
916

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
22042
208
Top


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


Djie sam soe Djie sam soe
Free Proxy List
Networking
3802
3
Top


Sandidi Sandidi
Need ida pro crack anyone have...
Reverse Engineering
2814
29
Top


Member Seccodeid Rei
Xampp msyql error cant running
Web Development
2426
25
Top


Karno si kribo Karno si kribo

Related Post

Youtube Video

Subscribe