|
@@ -4,7 +4,7 @@
|
|
|
- Replace vmess server field for matched nodes
|
|
- 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 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;
|
|
const ROUTER_MIN_SPEED_MBPS = 5;
|
|
|
|
|
|