mirror of
https://github.com/ValdikSS/GoodbyeDPI.git
synced 2024-12-22 06:15:27 +00:00
Add version number into greeting message
This commit is contained in:
parent
b95c45ee62
commit
46db057662
@ -21,6 +21,8 @@
|
|||||||
// My mingw installation does not load inet_pton definition for some reason
|
// My mingw installation does not load inet_pton definition for some reason
|
||||||
WINSOCK_API_LINKAGE INT WSAAPI inet_pton(INT Family, LPCSTR pStringBuf, PVOID pAddr);
|
WINSOCK_API_LINKAGE INT WSAAPI inet_pton(INT Family, LPCSTR pStringBuf, PVOID pAddr);
|
||||||
|
|
||||||
|
#define GOODBYEDPI_VERSION "v0.1.5"
|
||||||
|
|
||||||
#define die() do { sleep(20); exit(EXIT_FAILURE); } while (0)
|
#define die() do { sleep(20); exit(EXIT_FAILURE); } while (0)
|
||||||
|
|
||||||
#define MAX_FILTERS 4
|
#define MAX_FILTERS 4
|
||||||
@ -396,7 +398,8 @@ int main(int argc, char *argv[]) {
|
|||||||
filter_passive_string = strdup(FILTER_PASSIVE_STRING_TEMPLATE);
|
filter_passive_string = strdup(FILTER_PASSIVE_STRING_TEMPLATE);
|
||||||
|
|
||||||
printf(
|
printf(
|
||||||
"GoodbyeDPI: Passive DPI blocker and Active DPI circumvention utility\n"
|
"GoodbyeDPI " GOODBYEDPI_VERSION
|
||||||
|
": Passive DPI blocker and Active DPI circumvention utility\n"
|
||||||
"https://github.com/ValdikSS/GoodbyeDPI\n\n"
|
"https://github.com/ValdikSS/GoodbyeDPI\n\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user