From d07cc459e30d6dd108dd3a80eecd239e0a1e3731 Mon Sep 17 00:00:00 2001 From: SukkaW Date: Thu, 30 Jan 2025 19:31:42 +0800 Subject: [PATCH] Update August ASN List --- Source/ip/august.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Source/ip/august.ts b/Source/ip/august.ts index eb29cf1b..5c46ec28 100644 --- a/Source/ip/august.ts +++ b/Source/ip/august.ts @@ -1,3 +1,4 @@ +// 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 @@ -8,5 +9,7 @@ export const AUGUST_ASN = [ '54625', // peers with AS945 '7257', // 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 ];