| CODE |
| [I]proxy.pac[/I] function FindProxyForURL(url, host){ if (shExpMatch(myIpAddress(), "172.*.*.*") { return "PROXY igate:8080;" } else { return "DIRECT"; } } |

| CODE |
| if (shExpMatch(myIpAddress(), "172.*.*.*") { |
| CODE |
| if (shExpMatch(myIpAddress(), "172.*.*.*")) { |