Procházet zdrojové kódy

fix: change link for domain.json

Dew-OF-Aurora před 3 týdny
rodič
revize
80f5aedc5a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      substore/operator_template.js

+ 1 - 1
substore/operator_template.js

@@ -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;