Surge_by_SukkaW/Dist/Source/ip/badboy_asn.cjs
SukkaW d354c5e988
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
Chore: maintainance
2025-02-07 17:52:36 +08:00

50 lines
1.2 KiB
JavaScript

'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;