How do I install a PAC (Proxy auto-config) file on my ProxySG?
How to load an accelerated-pac file from a remote server?
To load a PAC file hosted on a web server to ProxySG, use the following CLI commands:
SGOS#(config)accelerated-pac path <url>
SGOS#load accelerated-pac
You can also modify the user-defined PAC file directly through the CLI using the inline command:
SGOS#(config)inline accelerated-pac eof
<paste the contents of pac>
eof
Note: The end of line marker can be any string of your choice. The string "eof" is used in this context as an example.
For more information on inline command, refer to the Command Line Interface (CLI) guide that can be downloaded under "Documentation" section at https://support.symantec.com.