isUriBaseIP function

bool isUriBaseIP()

Implementation

bool isUriBaseIP() {
  var host = getUriBaseHost();
  return isIPAddress(host);
}