We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29709c3 commit c449252Copy full SHA for c449252
src/main.c
@@ -63,7 +63,7 @@ static int usage(char **argv) {
63
printf("- PROXYBOUND_ALLOW_LEAKS: Allow/Block unproxyfied protocols 'UDP/ICMP/RAW', blocked by default (1 or 0, default 0)\n");
64
printf("- PROXYBOUND_WORKING_INDICATOR: Create '/tmp/proxybound.tmp' when dll is working as intended (1 or 0, default 0)\n");
65
printf("\nMore help:\n");
66
- printf("More help is available in README.md file\n\n");
+ printf("More help is available in README.md file https://github.com/Intika-Linux-Proxy/Proxybound\n\n");
67
return EXIT_FAILURE;
68
}
69
0 commit comments