mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2024-12-22 04:08:47 +00:00
use PROXYCHAINS_CONF_FILE consistently
This commit is contained in:
parent
48373ab7a5
commit
dbb172b510
@ -128,7 +128,7 @@ int main(int argc, char *argv[]) {
|
||||
goto have;
|
||||
|
||||
// priority 5: /etc/proxychains.conf
|
||||
path = "/etc/proxychains.conf";
|
||||
path = "/etc/" PROXYCHAINS_CONF_FILE;
|
||||
if(check_path(path))
|
||||
goto have;
|
||||
perror("couldnt find configuration file");
|
||||
|
Loading…
Reference in New Issue
Block a user