Selaa lähdekoodia

fix: change link for domain.json

Dew-OF-Aurora 3 viikkoa sitten
vanhempi
sitoutus
80f5aedc5a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;