myIpAddress()
Returns the IP address of the host machine. Example:
if (isInNet(myIpAddress(), "10.10.1.0", "255.255.255.0"))
return "DIRECT";
Returns the IP address of the host machine. Example:
if (isInNet(myIpAddress(), "10.10.1.0", "255.255.255.0"))
return "DIRECT";