august.ts 585 B

123456789101112131415
  1. // Internet Neutrality doesn't apply to those who are actively breaking it.
  2. export const AUGUST_ASN = [
  3. '1012', // Moe BGP, peers with both AS40111 and AS945
  4. '945', // hkgo LLC, peers with AS1012
  5. '401111', // peers with both AS1012 and AS945
  6. '62853', // hkgo LLC, peers with AS945
  7. '27523', // Kawaii Networks, peers with AS945
  8. '7719', // hkgo LLC
  9. '54625', // peers with AS945
  10. '7257', // only upstream is AS945
  11. '18044', // only upstream is AS945
  12. '62489', // only upstream is AS945 and AS1012
  13. '5111', // exists in AS-WAKUWAKU
  14. '14651' // only upstream is AS945
  15. ];