Update August ASN List
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-30 19:31:42 +08:00
parent 4f0877690c
commit d07cc459e3

View File

@ -1,3 +1,4 @@
// Internet Neutrality doesn't apply to those who are actively breaking it.
export const AUGUST_ASN = [ export const AUGUST_ASN = [
'1012', // Moe BGP, peers with both AS40111 and AS945 '1012', // Moe BGP, peers with both AS40111 and AS945
'945', // hkgo LLC, peers with AS1012 '945', // hkgo LLC, peers with AS1012
@ -8,5 +9,7 @@ export const AUGUST_ASN = [
'54625', // peers with AS945 '54625', // peers with AS945
'7257', // only upstream is AS945 '7257', // only upstream is AS945
'18044', // only upstream is AS945 '18044', // only upstream is AS945
'62489' // only upstream is AS945 and AS1012 '62489', // only upstream is AS945 and AS1012
'5111', // exists in AS-WAKUWAKU
'14651' // only upstream is AS945
]; ];