debug mode: display whether proxy_dns is on or off

pull/274/head
rofl0r 2018-12-02 13:46:55 +00:00
parent bd7e8a1da1
commit 2213afb6f0
1 changed files with 1 additions and 0 deletions

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 *******/