badboy_asn.ts 787 B

123456789101112131415161718192021222324252627
  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. '7480' // Friend of August, stealing others' XC at STUIX
  16. ];
  17. export const HUIZE_ASN = [
  18. '61302',
  19. '44324', // MoeDove
  20. '53808', // MoeDove
  21. '60539',
  22. '60842',
  23. '140915',
  24. '40115' // MoeDove
  25. ];