Welcome to mirror list, hosted at ThFree Co, Russian Federation.

vpnbrand.c « vpnbrand « src - github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5bd2e5398d9b640768f48bd343ee5e0b7c981fbb (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main()
{
	printf("VPN Branding Kit was obsolete. Customize SoftEther VPN by modifying the source code.\n");
	return 0;
}