Update index.js
Browse files
index.js
CHANGED
|
@@ -25,6 +25,10 @@ const isipok = async (ip) => {
|
|
| 25 |
if (txt.indexOf('<div class="title" role="heading" aria-level="1">登录以体验 Microsoft Copilot</div>') >= 0) {
|
| 26 |
return { ip, status: false, reason: "ddddddddddd" };
|
| 27 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
const rt = /Region:"(.*?)"/.exec(txt);
|
| 30 |
if (!rt) {
|
|
|
|
| 25 |
if (txt.indexOf('<div class="title" role="heading" aria-level="1">登录以体验 Microsoft Copilot</div>') >= 0) {
|
| 26 |
return { ip, status: false, reason: "ddddddddddd" };
|
| 27 |
}
|
| 28 |
+
|
| 29 |
+
if (txt.indexOf('copilot.microsoft.com:9980') >= 0) {
|
| 30 |
+
return { ip, status: false, reason: "9980" };
|
| 31 |
+
}
|
| 32 |
|
| 33 |
const rt = /Region:"(.*?)"/.exec(txt);
|
| 34 |
if (!rt) {
|