C613-50631-01 Rev A Command Reference for IE340 Series 2340
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AUTHENTICATION COMMANDS
SHOW
PROXY-AUTOCONFIG-FILE
show proxy-autoconfig-file
Overview This command displays the contents of the proxy auto configuration (PAC) file.
Syntax
show proxy-autoconfig-file
Mode Privileged Exec
Example To display the contents of the proxy auto configuration (PAC) file, enter the
command:
awplus# show auth proxy-autoconfig-file
Output Figure 44-11: Example output from show proxy-autoconfig-file
Related
commands
copy proxy-autoconfig-file
erase proxy-autoconfig-file
function FindProxyForURL(url,host)ď€
{ď€
if (isPlainHostName(host) ||ď€
isInNet(host, “192.168.1.0”,”255.255.255.0”)) {ď€
return “DIRECT”;ď€
}ď€
else {ď€
return “PROXY 192.168.110.1:8080”;ď€
}ď€
}ď€