Surge_by_SukkaW/Source/ip/badboy_asn.ts
SukkaW f5e1159d83
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Remove Bad ASN entries
2025-09-04 01:17:50 +08:00

23 lines
669 B
TypeScript

// Internet Neutrality doesn't apply to those who are actively breaking it.
export const AUGUST_ASN = [
'1012', // Moe BGP, peers with both AS40111 and AS945
'945', // hkgo LLC, peers with AS1012
'401111', // peers with both AS1012 and AS945
'62853', // hkgo LLC, peers with AS945
'7719', // hkgo LLC
'54625', // August, peers with AS945
'7257', // only upstream is AS945
'18044', // only upstream is AS945
'62489', // only upstream is AS945 and AS1012
'5111', // exists in AS-WAKUWAKU
'14651', // only upstream is AS945
'7480' // Friend of August, stealing others' XC at STUIX
];
export const HUIZE_ASN = [
'61302',
'60539',
'60842'
];