1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2025-01-06 21:02:55 +08:00

debug mode: display whether proxy_dns is on or off

This commit is contained in:
rofl0r 2018-12-02 13:46:55 +00:00
parent bd7e8a1da1
commit 2213afb6f0

View File

@ -416,6 +416,7 @@ static void get_chain_data(proxy_data * pd, unsigned int *proxy_count, chain_typ
}
*proxy_count = count;
proxychains_got_chain_data = 1;
PDEBUG("proxy_dns: %s\n", proxychains_resolver ? "ON" : "OFF");
}
/******* HOOK FUNCTIONS *******/