}
if (g_str_has_prefix(type, DIRECT)) {
- fprintf(stdout, "MODE:Auto\n");
- fprintf(stdout, "http_proxy= http_proxy= ftp_proxy= socks_proxy=");
+ fprintf(stdout, "Proxy addresses are not in use. Host OS uses direct proxy type.");
fclose(fp_pacfile);
} else if (g_str_has_prefix(type, PROXY)) {
p = strtok(proxy, "\";");
}
if (g_str_has_prefix(type, DIRECT)) {
- fprintf(stdout, "http_proxy= http_proxy= ftp_proxy= socks_proxy=");
+ fprintf(stdout, "Proxy addresses are not in use. Host OS uses direct proxy type.");
fclose(fp_pacfile);
} else if (g_str_has_prefix(type, PROXY)) {
fprintf(stderr, "auto proxy is set to proxy mode\n");
}
if (g_str_has_prefix(type, DIRECT)) {
- fprintf(stdout, "http_proxy= https_proxy= ftp_proxy= socks_proxy=");
+ fprintf(stdout, "Proxy addresses are not in use. Host OS uses direct proxy type.");
fclose(fp_pacfile);
} else if (g_str_has_prefix(type, PROXY)) {
fprintf(stderr, "auto proxy is set to proxy mode\n");