mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2025-12-24 12:46:04 +00:00
complete sysconfdir support
This commit is contained in:
@@ -121,8 +121,8 @@ int main(int argc, char *argv[]) {
|
||||
if(check_path(path))
|
||||
goto have;
|
||||
|
||||
// priority 4: $INSTALL_PREFIX/etc/proxychains.conf
|
||||
path = INSTALL_PREFIX "/etc/" PROXYCHAINS_CONF_FILE;
|
||||
// priority 4: $SYSCONFDIR/proxychains.conf
|
||||
path = SYSCONFDIR "/" PROXYCHAINS_CONF_FILE;
|
||||
if(check_path(path))
|
||||
goto have;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user