true, CURLOPT_TIMEOUT => 5, CURLOPT_CONNECTTIMEOUT => 3 ]); $response = curl_exec($ch); curl_close($ch); $data = json_decode($response, true); // default block $allow = false; // ========================== // LOGIC FILTER // ========================== if (!empty($data)) { $is_indonesia = ($data['country_code'] === 'ID'); $is_vpn = ( !empty($data['proxy']) || !empty($data['hosting']) || (!empty($data['asn_type']) && $data['asn_type'] === 'hosting') ); if ($is_indonesia && !$is_vpn) { $allow = true; } } // ========================== // REDIRECT ATAU BLOCK // ========================== if ($allow) { header("Location: {$redirect_url}"); exit; } ?> Akses Terbatas
Akses hanya tersedia untuk pengguna Indonesia
Silakan nonaktifkan VPN atau Proxy