I am in the process of modifying my pac file. I want to retrieve the hostname of the client machine and the DNS name of the client machine. But I see that all possible pac file commands are applied only on destinations. In fact, I need to do it like this: If the DNS of the client machine is domain1.local return proxy 1 if the machine's DNS is domain2.local return proxy 2 or if the hostname of the client machine contains "FR" return proxy1 if the hostname of the client machine contains "US" return proxy2 Do you have any suggestions, please?