Table of Contents
pacparser_enable_microsoft_extensions - Enable Microsoft PAC extensions.
#include <../pacparser.h>
void pacparser_enable_microsoft_extensions(void);
Enables a subset of Microsoft PAC extensions - dnsResolveEx,
myIpAddressEx, isResolvableEx. These functions are used by Google Chrome
and IE to work with IPv6. More info: http://code.google.com/p/pacparser/issues/detail?id=4.
pacparser_init(3)
, pacparser_parse_pac(3)
, pacparser_find_proxy(3)
,
pacparser_just_find_proxy(3)
, pacparser_cleanup(3)
, pacparser_setmyip(3)
Table of Contents