mirror of
https://github.com/SukkaW/Surge.git
synced 2026-03-17 08:26:52 +08:00
Chore: maintainance
This commit is contained in:
50
Dist/Source/ip/badboy_asn.cjs
Normal file
50
Dist/Source/ip/badboy_asn.cjs
Normal file
@@ -0,0 +1,50 @@
|
||||
'use strict';Object.defineProperty(exports,Symbol.toStringTag,{value:'Module'});const badboy_asn=require('../../_virtual/badboy_asn.cjs');var hasRequiredBadboy_asn;
|
||||
|
||||
function requireBadboy_asn () {
|
||||
if (hasRequiredBadboy_asn) return badboy_asn.__exports;
|
||||
hasRequiredBadboy_asn = 1;
|
||||
(function (exports) {
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
function _export(target, all) {
|
||||
for(var name in all)Object.defineProperty(target, name, {
|
||||
enumerable: true,
|
||||
get: all[name]
|
||||
});
|
||||
}
|
||||
_export(exports, {
|
||||
AUGUST_ASN: function() {
|
||||
return AUGUST_ASN;
|
||||
},
|
||||
HUIZE_ASN: function() {
|
||||
return HUIZE_ASN;
|
||||
}
|
||||
});
|
||||
const AUGUST_ASN = [
|
||||
'1012',
|
||||
'945',
|
||||
'401111',
|
||||
'62853',
|
||||
'27523',
|
||||
'7719',
|
||||
'54625',
|
||||
'7257',
|
||||
'18044',
|
||||
'62489',
|
||||
'5111',
|
||||
'14651',
|
||||
'7480' // Friend of August, stealing others' XC at STUIX
|
||||
];
|
||||
const HUIZE_ASN = [
|
||||
'61302',
|
||||
'44324',
|
||||
'53808',
|
||||
'60539',
|
||||
'60842',
|
||||
'140915',
|
||||
'40115' // MoeDove
|
||||
];
|
||||
} (badboy_asn.__exports));
|
||||
return badboy_asn.__exports;
|
||||
}exports.__require=requireBadboy_asn;
|
||||
Reference in New Issue
Block a user