(clientIP)
| 106 | } |
| 107 | |
| 108 | function checkIP(clientIP) { |
| 109 | return ipCheck.ipMatchCidrList( |
| 110 | _config.healthChecks.allowFrom, clientIP); |
| 111 | } |
| 112 | |
| 113 | /** |
| 114 | * Checks if client IP address is allowed to make http request to |
no outgoing calls
no test coverage detected