mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-20 18:29:19 +03:00
8 lines
152 B
C
8 lines
152 B
C
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
printf("VPN Branding Kit was obsolete. Customize SoftEther VPN by modifying the source code.\n");
|
|
return 0;
|
|
}
|