Skip to content

Commit

Permalink
replace chroute source from ipip to Misaka.io
Browse files Browse the repository at this point in the history
  • Loading branch information
lmc999 authored May 23, 2024
1 parent b9dd4cb commit f50ef5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/ip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cidr_3=224.0.0.0
cidr_2=192.0.0.0
cidr_1=128.0.0.0

curl -o ./china_ip_list.txt "https://raw.githubusercontent.com/17mon/china_ip_list/master/china_ip_list.txt"
curl -s 'https://raw.githubusercontent.com/misakaio/chnroutes2/master/chnroutes.txt' | sed '/^#/d' > ./china_ip_list.txt

function cnip(){
result=$(md5sum ./china_ip_list.txt)
Expand Down

0 comments on commit f50ef5f

Please sign in to comment.