소스 검색

add" localconfig

Dew-OF-Aurora 1 주 전
부모
커밋
59fce43550
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
 */
 
-const ROUTER_VALUE_JSON_URL = "http://<router-lan-ip>:8080/current_ip.json";
+const ROUTER_VALUE_JSON_URL = "http://192.168.50.1:8080/current_ip.json";
 const SERVER_VALUE_JSON_URL = "https://git.dewofaurora.de/aurora/vmess-domain-rotator/raw/runtime-state/runtime/current_domain.json";
 const ROUTER_MIN_SPEED_MBPS = 5;