41 lines
1021 B
PHP
41 lines
1021 B
PHP
<?php
|
|
|
|
return [
|
|
// Download Domain
|
|
'download_domain' => [
|
|
'https://imoto-ddl.ane-h.xyz',
|
|
'https://chibi-ddl.imoto-h.xyz',
|
|
'https://koneko-ddl.musume-h.xyz',
|
|
'https://shinobu-ddl.rorikon-h.xyz'
|
|
],
|
|
|
|
// 4k Download Domain
|
|
'download_domain_4k' => [
|
|
'https://imoto-ddlp.ane-h.xyz',
|
|
'https://chibi-ddlp.imoto-h.xyz',
|
|
'https://koneko-ddlp.musume-h.xyz',
|
|
'https://shinobu-ddlp.rorikon-h.xyz'
|
|
],
|
|
|
|
// Stream Domain
|
|
'stream_domain' => [
|
|
'https://imoto-str.ane-h.xyz',
|
|
'https://chibi-str.imoto-h.xyz',
|
|
'https://koneko-str.musume-h.xyz',
|
|
'https://shinobu-str.rorikon-h.xyz'
|
|
],
|
|
|
|
// Asia Fallback (HTTP)
|
|
'asia_download_domain' => [
|
|
'https://komako-b-ddl.musume-h.xyz'
|
|
],
|
|
|
|
'asia_stream_domain' => [
|
|
'https://komako-b-str.musume-h.xyz'
|
|
],
|
|
|
|
// Free 4k Downloads
|
|
'free_downloads' => true,
|
|
'free_downloads_count' => 10,
|
|
];
|