mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 17:49:58 +09:00
Update Korean IP ranges
This commit is contained in:
parent
9fc8bed28a
commit
2b55d8cc91
3 changed files with 380 additions and 370 deletions
|
|
@ -11,8 +11,8 @@ if (PHP_SAPI !== 'cli')
|
|||
/**
|
||||
* Download the latest IPv4 data from libkrisp.
|
||||
*/
|
||||
$download_url = 'https://mirror.oops.org/pub/oops/libkrisp/data/v2/krisp.csv.gz';
|
||||
$referer_url = 'https://mirror.oops.org/pub/oops/libkrisp/data/v2/';
|
||||
$download_url = 'http://mirror.oops.org/pub/oops/libkrisp/data/v2/krisp.csv.gz';
|
||||
$referer_url = 'http://mirror.oops.org/pub/oops/libkrisp/data/v2/';
|
||||
$content = file_get_contents($download_url, false, stream_context_create(array(
|
||||
'http' => array(
|
||||
'user_agent' => 'Mozilla/5.0 (compatible; IP range generator)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue