// Unmatched IP.
if
(
"103.26.237.117" !== "43.250.142.126"
) {
throw
(
"IP address does not match."
);
}
//
Go home!