PAC File Generator (PROXY / HTTPS)

Generate and import PAC files. Supports proxy schemes like PROXY and HTTPS, domain/wildcards, and IP/CIDR.
Add multiple proxies for failover. They’ll be tried left-to-right.
Understands: var PROXY = "...", return "HTTPS ...; DIRECT", and bypass lists (DIRECT rules then unconditional proxy).
Mode (controls which boxes are used)
Tip: *.example.com matches subdomains only. To include apex + subdomains, use example.com (recommended) or include both.
Each line is a host pattern (exact or wildcard) or an IP/CIDR. Example: example.com covers example.com + subdomains.
Exceptions are evaluated first. Wildcards are evaluated with shExpMatch(host, "pattern").
Preview & download appears below after generate.