diff --git a/src/main.rs b/src/main.rs index 500e762..a8ff8a6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,7 +14,7 @@ async fn main() { } async fn create() -> Result<(), Box> { - let url = "https://ispip.clang.cn/all_cn.txt"; + let url = "https://raw.githubusercontent.com/gaoyifan/china-operator-ip/refs/heads/ip-lists/china.txt"; let dest = "chn_list.rsc"; let mut dest = File::create(dest).unwrap(); // address list name