1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-21 10:49:20 +03:00

v4.03-9408-rtm

This commit is contained in:
dnobori
2014-01-04 22:00:08 +09:00
parent d433e567a5
commit 749497dde0
986 changed files with 487216 additions and 339 deletions

7
src/vpnbrand/vpnbrand.c Normal file
View File

@ -0,0 +1,7 @@
#include <stdio.h>
int main()
{
printf("VPN Branding Kit was obsolete. Customize SoftEther VPN by modifying the source code.\n");
return 0;
}