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

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpnbrand/vpnbrand.c')
-rw-r--r--src/vpnbrand/vpnbrand.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vpnbrand/vpnbrand.c b/src/vpnbrand/vpnbrand.c
new file mode 100644
index 00000000..5bd2e539
--- /dev/null
+++ b/src/vpnbrand/vpnbrand.c
@@ -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;
+}