Add HODCA, CloudFront, DO

This commit is contained in:
itdoginfo
2025-08-29 15:02:43 +03:00
parent 174f16bc76
commit f3f5bca555
2 changed files with 17 additions and 3 deletions

View File

@@ -21,7 +21,10 @@ const ALLOWED_WITH_RUSSIA_INSIDE = [
'google_ai',
'google_play',
'hetzner',
'ovh'
'ovh',
'hodca',
'digitalocean',
'cloudfront'
];
const DOMAIN_LIST_OPTIONS = {
@@ -43,8 +46,11 @@ const DOMAIN_LIST_OPTIONS = {
cloudflare: 'Cloudflare',
google_ai: 'Google AI',
google_play: 'Google Play',
hodca: 'H.O.D.C.A',
hetzner: 'Hetzner ASN',
ovh: 'OVH ASN'
ovh: 'OVH ASN',
digitalocean: 'Digital Ocean ASN',
cloudfront: 'CloudFront ASN'
};
const UPDATE_INTERVAL_OPTIONS = {