This commit is contained in:
parent
96b606dea8
commit
1257ad61d5
@ -14,7 +14,7 @@ async fn main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async fn create() -> Result<(), Box<dyn Error>> {
|
async fn create() -> Result<(), Box<dyn Error>> {
|
||||||
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 dest = "chn_list.rsc";
|
||||||
let mut dest = File::create(dest).unwrap();
|
let mut dest = File::create(dest).unwrap();
|
||||||
// address list name
|
// address list name
|
||||||
|
Loading…
Reference in New Issue
Block a user