|
|
@@ -4,7 +4,7 @@
|
|
|
- Replace vmess server field for matched nodes
|
|
|
*/
|
|
|
|
|
|
-const DOMAIN_JSON_URL = "https://your-host.example.com/current_domain.json";
|
|
|
+const DOMAIN_JSON_URL = "https://git.dewofaurora.de/aurora/vmess-domain-rotator/raw/main/runtime/current_domain.json";
|
|
|
const NODE_NAME_REGEX = /(argo|cf|vm|优选)/i;
|
|
|
const CACHE_KEY = "vmess-domain-rotator:current";
|
|
|
const CACHE_TTL_MS = 5 * 60 * 1000;
|