From cc770d302cba91e187c562e53b614a7eba771dfb Mon Sep 17 00:00:00 2001 From: ValdikSS Date: Sun, 21 Jan 2018 14:36:41 +0300 Subject: [PATCH] Add GoodbyeDPI Github link to the welcome message. --- goodbyedpi.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/goodbyedpi.c b/goodbyedpi.c index f940952..ce316ca 100644 --- a/goodbyedpi.c +++ b/goodbyedpi.c @@ -349,7 +349,10 @@ int main(int argc, char *argv[]) { if (filter_passive_string == NULL) filter_passive_string = strdup(FILTER_PASSIVE_STRING_TEMPLATE); - printf("GoodbyeDPI: Passive DPI blocker and Active DPI circumvention utility\n"); + printf( + "GoodbyeDPI: Passive DPI blocker and Active DPI circumvention utility\n" + "https://github.com/ValdikSS/GoodbyeDPI\n\n" + ); if (argc == 1) { /* enable mode -1 by default */