Add Huize Tel ASN
Some checks are pending
Build / Build (push) Waiting to run
Build / Diff output (push) Blocked by required conditions
Build / Deploy to Cloudflare Pages (push) Blocked by required conditions
Build / Deploy to GitHub and GitLab (push) Blocked by required conditions

This commit is contained in:
SukkaW
2025-01-31 00:51:45 +08:00
parent db637c5355
commit 60976b1e6b
2 changed files with 17 additions and 3 deletions

27
Source/ip/badboy_asn.ts Normal file
View File

@@ -0,0 +1,27 @@
// 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
'27523', // Kawaii Networks, peers with AS945
'7719', // hkgo LLC
'54625', // 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',
'44324', // MoeDove
'53808', // MoeDove
'60539',
'60842',
'140915',
'40115' // MoeDove
];