mirror of
https://github.com/ValdikSS/GoodbyeDPI.git
synced 2024-11-22 01:55:19 +01:00
Add GoodbyeDPI Github link to the welcome message.
This commit is contained in:
parent
2e23d93762
commit
cc770d302c
@ -349,7 +349,10 @@ int main(int argc, char *argv[]) {
|
|||||||
if (filter_passive_string == NULL)
|
if (filter_passive_string == NULL)
|
||||||
filter_passive_string = strdup(FILTER_PASSIVE_STRING_TEMPLATE);
|
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) {
|
if (argc == 1) {
|
||||||
/* enable mode -1 by default */
|
/* enable mode -1 by default */
|
||||||
|
Loading…
Reference in New Issue
Block a user