Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit c0dbc0c

Browse files
committed
اضافه کردن رای نت
1 parent 985f112 commit c0dbc0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/js/script.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,10 @@ function getIpInfo(entry) {
443443
ipInfo['providerCode'] = 'dbn';
444444
ipInfo['providerName'] = 'دیده‌بان‌نت';
445445
}
446+
else if ( data['isp'].includes('Pardazeshgar Ray AZMA Co Ltd') ) {
447+
ipInfo['providerCode'] = 'ryn';
448+
ipInfo['providerName'] = 'رای‌نت';
449+
}
446450
}
447451
provider = ipInfo['providerCode'];
448452
$('#providerName').html(ipInfo['providerName'].toUpperCase());

0 commit comments

Comments
 (0)