feat: update cidr source
Some checks failed
Create Scripts / Build (push) Failing after 2m40s

This commit is contained in:
椰子 2025-06-11 01:44:55 +08:00
parent 96b606dea8
commit 1257ad61d5

View File

@ -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