mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2025-09-03 14:27:00 +00:00
use PROXYCHAINS_CONF_FILE consistently
This commit is contained in:
@ -128,7 +128,7 @@ int main(int argc, char *argv[]) {
|
|||||||
goto have;
|
goto have;
|
||||||
|
|
||||||
// priority 5: /etc/proxychains.conf
|
// priority 5: /etc/proxychains.conf
|
||||||
path = "/etc/proxychains.conf";
|
path = "/etc/" PROXYCHAINS_CONF_FILE;
|
||||||
if(check_path(path))
|
if(check_path(path))
|
||||||
goto have;
|
goto have;
|
||||||
perror("couldnt find configuration file");
|
perror("couldnt find configuration file");
|
||||||
|
Reference in New Issue
Block a user