I am trying to use a PAC file to route home/VPN users through their home ISP, when using Teams. I have a basic understanding of PAC files, but struggling to implement a more complex requirement like this.
Essentially, I need to evaluate two parameters, source IP and destination URL, and if matched, go DIRECT, which i assume will be the users ISP.
Does my concept make sense, is the configuration possible in a PAC file, and also will 'DIRECT' actually use the ISP. Does DIRECT effectively just use default gateway?
Thanks all. D