mirror of
https://github.com/haad/proxychains
synced 2026-06-08 14:30:41 +00:00
8fd0d95bc3
this will be passed on to the DLL via a env variable - additionally, now everything prints to stderr - fixes a bug which would print DLL init even in quiet mode - fixed a couple of bugs in argv parsing
5 lines
211 B
C
5 lines
211 B
C
#define PROXYCHAINS_CONF_FILE_ENV_VAR "PROXYCHAINS_CONF_FILE"
|
|
#define PROXYCHAINS_QUIET_MODE_ENV_VAR "PROXYCHAINS_QUIET_MODE"
|
|
#define PROXYCHAINS_CONF_FILE "proxychains.conf"
|
|
#define LOG_PREFIX "[proxychains] "
|