// Unmatched IP.
if
(
"
2a02:4780:6:1966:0:3408:b81d:2
"
!
==
"
147.93.80.76
"
){
throw
(
"IP address does not match."
);
}
//
Go home!