This commit is contained in:
2025-09-18 15:31:27 +02:00
commit 2abba0c2b7
406 changed files with 31879 additions and 0 deletions

40
config/hstream.php Normal file
View File

@@ -0,0 +1,40 @@
<?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,
];