mirror of
https://github.com/rofl0r/proxychains-ng
synced 2026-05-26 16:49:53 +08:00
use config file lookup routine from a common place
This commit is contained in:
@@ -2,3 +2,7 @@
|
||||
#define PROXYCHAINS_QUIET_MODE_ENV_VAR "PROXYCHAINS_QUIET_MODE"
|
||||
#define PROXYCHAINS_CONF_FILE "proxychains.conf"
|
||||
#define LOG_PREFIX "[proxychains] "
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
char *get_config_path(char* pbuf, size_t bufsize);
|
||||
Reference in New Issue
Block a user