Преглед изворни кода

fix: change link for domain.json

Dew-OF-Aurora пре 3 недеља
родитељ
комит
80f5aedc5a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      substore/operator_template.js

+ 1 - 1
substore/operator_template.js

@@ -4,7 +4,7 @@
   - Replace vmess server field for matched nodes
   - 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 NODE_NAME_REGEX = /(argo|cf|vm|优选)/i;
 const CACHE_KEY = "vmess-domain-rotator:current";
 const CACHE_KEY = "vmess-domain-rotator:current";
 const CACHE_TTL_MS = 5 * 60 * 1000;
 const CACHE_TTL_MS = 5 * 60 * 1000;