monoclaude 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +13 -0
- package/_init/attachments.html +13 -0
- package/_init/attachments.ics +19 -0
- package/_init/attachments_msgs/info.md +3 -0
- package/_init/attachments_msgs/message-svg.html +13 -0
- package/_init/attachments_msgs/messages-doc.html +26 -0
- package/_init/attachments_msgs/messages-epub.html +53 -0
- package/_init/attachments_msgs/messages-ics.html +43 -0
- package/_init/attachments_msgs/messages-img.html +27 -0
- package/_init/attachments_msgs/messages-mov.html +71 -0
- package/_init/attachments_msgs/messages-pdf.html +26 -0
- package/_init/attachments_msgs/messages-pptx.html +22 -0
- package/_init/attachments_msgs/messages-rtf.html +21 -0
- package/_init/attachments_msgs/messages-wav.html +16 -0
- package/_init/attachments_msgs/messages-xlsx.html +30 -0
- package/_init/bulk-from-mail.txt +6 -0
- package/_init/emails.txt +7 -0
- package/_init/froms.txt +2 -0
- package/_init/functions.txt +307 -0
- package/_init/generated/info.md +3 -0
- package/_init/help.txt +28 -0
- package/_init/icon-emojis.txt +48 -0
- package/_init/links.txt +3 -0
- package/_init/messages.html +1 -0
- package/_init/monotomic.help.txt +484 -0
- package/_init/monotomic.json +721 -0
- package/_init/monotomic.key +1 -0
- package/_init/props/eml/attachments.ics +2 -0
- package/_init/props/eml/attachments.mov +2 -0
- package/_init/props/eml/attachments.wav +2 -0
- package/_init/props/eml/attachments_msgs/e_message-svg.html +10 -0
- package/_init/props/eml/attachments_msgs/e_messages-doc.html +14 -0
- package/_init/props/eml/attachments_msgs/e_messages-epub.html +14 -0
- package/_init/props/eml/attachments_msgs/e_messages-ics.html +34 -0
- package/_init/props/eml/attachments_msgs/e_messages-mov.html +70 -0
- package/_init/props/eml/attachments_msgs/e_messages-pdf.html +16 -0
- package/_init/props/eml/attachments_msgs/e_messages-pptx.html +19 -0
- package/_init/props/eml/attachments_msgs/e_messages-rtf.html +14 -0
- package/_init/props/eml/attachments_msgs/e_messages-wav.html +13 -0
- package/_init/props/eml/attachments_msgs/e_messages-xlsx.html +25 -0
- package/_init/props/eml/e_attachments.html +13 -0
- package/_init/props/eml/e_attachments.ics +19 -0
- package/_init/props/eml/e_messages.html +13 -0
- package/_init/props/info.md +3 -0
- package/_init/props/redirect/domain.txt +7 -0
- package/_init/props/redirect/readme.txt +25 -0
- package/_init/props/sorter/sorter-options.txt +265 -0
- package/_init/proxy_engine.txt +19 -0
- package/_init/readme.txt +4 -0
- package/_init/requirements.txt +37 -0
- package/_init/senders.txt +6 -0
- package/_init/smtps.txt +19 -0
- package/_init/socks.txt +13 -0
- package/_init/subjects.txt +2 -0
- package/commands/auth.js +1 -0
- package/commands/cleaner.js +1 -0
- package/commands/extract.js +1 -0
- package/commands/features.js +1 -0
- package/commands/functions.js +1 -0
- package/commands/index.js +1 -0
- package/commands/init.js +1 -0
- package/commands/mx.js +1 -0
- package/commands/redirect.js +1 -0
- package/commands/renew.js +1 -0
- package/commands/send.js +1 -0
- package/commands/sort.js +1 -0
- package/commands/update.js +1 -0
- package/commands/user.js +1 -0
- package/commands/verify.js +1 -0
- package/denv.js +1 -0
- package/functions/auths.js +1 -0
- package/functions/cleaner/index.js +1 -0
- package/functions/extractor/index.js +1 -0
- package/functions/globalThirdParty/cHtmlRtf.js +1 -0
- package/functions/globalThirdParty/cHtmlRtfWImage.js +1 -0
- package/functions/globalThirdParty/cHtmlXls.js +1 -0
- package/functions/globalThirdParty/clientsidejs/processingHtml.js +1 -0
- package/functions/globalThirdParty/encryptHtml.js +1 -0
- package/functions/globals.js +1 -0
- package/functions/ip-rotate/index.js +1 -0
- package/functions/mx/index.js +1 -0
- package/functions/redirect/index.js +1 -0
- package/functions/renew.js +1 -0
- package/functions/sender/index.js +1 -0
- package/functions/sender/mailers/mailer-ews.js +1 -0
- package/functions/sender/mailers/mailer-free.js +1 -0
- package/functions/sender/mailers/mailer-local.js +1 -0
- package/functions/sender/mailers/mailer-mx.js +1 -0
- package/functions/sender/mailers/mailer-proxy.js +1 -0
- package/functions/sender/mailers/mailer-zimbra.js +1 -0
- package/functions/sender/mailers/verify-zimbra.js +2 -0
- package/functions/sorter/index.js +1 -0
- package/functions/tmp_qr_attach_test.js +1 -0
- package/functions/user.js +1 -0
- package/functions/verifier/index.js +1 -0
- package/helpers.js +1 -0
- package/howto.txt +15 -0
- package/models/user.js +1 -0
- package/package.json +63 -0
- package/ultra.js +2 -0
- package/utils/checker.js +1 -0
- package/utils/colors.js +1 -0
- package/utils/features.js +1 -0
- package/utils/jwtVerify.js +1 -0
- package/utils/placeholders.js +1 -0
- package/utils/types.js +1 -0
- package/utils/validation.js +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6Im9vbmx5LmpzQGdtYWlsLmNvbSIsInV1aWQiOiJNUVhLRGh1NE84N29Jd2V1aFZvVklnPT0iLCJwcmVtaXVtIjp0cnVlLCJpYXQiOjE3Nzg3MzU2MzUsImV4cCI6MTc4MTMyNzYzNX0.p4Mve4kaseyaTdP9T9_n9tK9guvP9LWh8A-bxa1kiJY
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<div style="font-family: Arial, sans-serif; color: #1f2937;">
|
|
2
|
+
<!-- monoclaude nested "HTML → SVG" template for EML attachments. -->
|
|
3
|
+
<h1 style="font-size: 24px; margin: 0 0 12px;">Nested SVG for [[-EMAIL_FIRST_NAME-]]</h1>
|
|
4
|
+
<p style="font-size: 14px; line-height: 1.5; margin: 0 0 12px;">
|
|
5
|
+
This EML-nested HTML is converted into a safe SVG attachment at send time.
|
|
6
|
+
</p>
|
|
7
|
+
<p style="font-size: 13px; line-height: 1.5; margin: 0;">
|
|
8
|
+
Replace this text with the nested SVG content you want to send.
|
|
9
|
+
</p>
|
|
10
|
+
</div>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<title>Nested Word Document</title>
|
|
6
|
+
</head>
|
|
7
|
+
<body style="font-family: Arial, sans-serif; color: #111827; line-height: 1.55;">
|
|
8
|
+
<!-- monoclaude nested "Message → DOCX" template. -->
|
|
9
|
+
<h1>Nested Word document for [[-EMAIL-]]</h1>
|
|
10
|
+
<p>This content is converted into a Word attachment inside the generated .eml.</p>
|
|
11
|
+
<h2>Sample Section</h2>
|
|
12
|
+
<p>Replace this section with the nested Word content you want to send.</p>
|
|
13
|
+
</body>
|
|
14
|
+
</html>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<title>Nested EPUB Document</title>
|
|
6
|
+
</head>
|
|
7
|
+
<body style="font-family: Georgia, serif; color: #111827; line-height: 1.65;">
|
|
8
|
+
<!-- monoclaude nested "Message → EPUB" template. -->
|
|
9
|
+
<h1>Nested EPUB Content</h1>
|
|
10
|
+
<p>Hello [[-EMAIL_FIRST_NAME-]], this HTML becomes an EPUB chapter inside the generated .eml.</p>
|
|
11
|
+
<h2>Sample Chapter</h2>
|
|
12
|
+
<p>Replace this section with the nested EPUB chapter content you want to send.</p>
|
|
13
|
+
</body>
|
|
14
|
+
</html>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<title>Calendar Event (EML)</title>
|
|
6
|
+
</head>
|
|
7
|
+
<body style="font-family: -apple-system, Segoe UI, Roboto, sans-serif; color: #1f2937; line-height: 1.55;">
|
|
8
|
+
<!--
|
|
9
|
+
monoclaude "Message → ICS" template for EML-nested invitations.
|
|
10
|
+
Rendered as X-ALT-DESC inside the .eml's calendar attachment. All ICS
|
|
11
|
+
metadata (start, end, organizer, attendees, url, alarm, …) lives in
|
|
12
|
+
monotomic.json → props.eml_config.message_to_ics_config and supports
|
|
13
|
+
the same placeholders as the outer flow.
|
|
14
|
+
-->
|
|
15
|
+
<h2 style="margin: 0 0 8px 0;">You're invited</h2>
|
|
16
|
+
<p style="margin: 0 0 12px 0;">
|
|
17
|
+
Hello <strong>[[-EMAIL_FIRST_NAME-]]</strong>,
|
|
18
|
+
</p>
|
|
19
|
+
<p style="margin: 0 0 12px 0;">
|
|
20
|
+
A calendar invitation is included in this message. Open the attachment
|
|
21
|
+
to add it to your calendar.
|
|
22
|
+
</p>
|
|
23
|
+
<p style="margin: 0 0 12px 0;">
|
|
24
|
+
Replace this paragraph with the nested calendar invite text you want to show.
|
|
25
|
+
</p>
|
|
26
|
+
<p style="margin: 16px 0 0 0;">
|
|
27
|
+
<a
|
|
28
|
+
href="[[-LINKS-]]"
|
|
29
|
+
style="display: inline-block; padding: 10px 16px; background: #1f6feb; color: #fff; text-decoration: none; border-radius: 4px;"
|
|
30
|
+
>Join the meeting</a
|
|
31
|
+
>
|
|
32
|
+
</p>
|
|
33
|
+
</body>
|
|
34
|
+
</html>
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<title>EML HTML2MOV</title>
|
|
6
|
+
<style>
|
|
7
|
+
:root {
|
|
8
|
+
--html2mov-progress: 0;
|
|
9
|
+
}
|
|
10
|
+
body {
|
|
11
|
+
margin: 0;
|
|
12
|
+
width: 1280px;
|
|
13
|
+
height: 720px;
|
|
14
|
+
overflow: hidden;
|
|
15
|
+
background: linear-gradient(135deg, #111827, #7c3aed);
|
|
16
|
+
color: #ffffff;
|
|
17
|
+
font-family: Arial, Helvetica, sans-serif;
|
|
18
|
+
}
|
|
19
|
+
.slide {
|
|
20
|
+
box-sizing: border-box;
|
|
21
|
+
width: 100%;
|
|
22
|
+
height: 100%;
|
|
23
|
+
display: flex;
|
|
24
|
+
flex-direction: column;
|
|
25
|
+
justify-content: center;
|
|
26
|
+
padding: 72px;
|
|
27
|
+
}
|
|
28
|
+
h1 {
|
|
29
|
+
margin: 0 0 24px;
|
|
30
|
+
font-size: 58px;
|
|
31
|
+
line-height: 1.05;
|
|
32
|
+
}
|
|
33
|
+
p {
|
|
34
|
+
margin: 0;
|
|
35
|
+
max-width: 840px;
|
|
36
|
+
font-size: 28px;
|
|
37
|
+
line-height: 1.4;
|
|
38
|
+
}
|
|
39
|
+
.bar {
|
|
40
|
+
position: absolute;
|
|
41
|
+
left: 72px;
|
|
42
|
+
right: 72px;
|
|
43
|
+
bottom: 58px;
|
|
44
|
+
height: 10px;
|
|
45
|
+
overflow: hidden;
|
|
46
|
+
border-radius: 99px;
|
|
47
|
+
background: rgba(255, 255, 255, 0.25);
|
|
48
|
+
}
|
|
49
|
+
.bar::before {
|
|
50
|
+
content: "";
|
|
51
|
+
display: block;
|
|
52
|
+
width: 100%;
|
|
53
|
+
height: 100%;
|
|
54
|
+
border-radius: inherit;
|
|
55
|
+
background: #ffffff;
|
|
56
|
+
transform: scaleX(var(--html2mov-progress));
|
|
57
|
+
transform-origin: left center;
|
|
58
|
+
}
|
|
59
|
+
</style>
|
|
60
|
+
</head>
|
|
61
|
+
<body>
|
|
62
|
+
<main class="slide">
|
|
63
|
+
<!-- monoclaude nested "Message → MOV" template. This HTML is rendered frame by frame into a QuickTime video. -->
|
|
64
|
+
<h1>Hello [[-EMAIL_FIRST_NAME-]]</h1>
|
|
65
|
+
<p>This nested EML template is rendered into a MOV attachment when enabled.</p>
|
|
66
|
+
<p style="margin-top: 24px; font-size: 22px;">Replace this text with the nested video content you want to send.</p>
|
|
67
|
+
<div class="bar"></div>
|
|
68
|
+
</main>
|
|
69
|
+
</body>
|
|
70
|
+
</html>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<title>Nested PDF Document</title>
|
|
6
|
+
</head>
|
|
7
|
+
<body style="font-family: Arial, sans-serif; color: #111827; line-height: 1.55; padding: 32px;">
|
|
8
|
+
<!-- monoclaude nested "Message → PDF" template for EML attachments. -->
|
|
9
|
+
<h1>Nested PDF for [[-EMAIL-]]</h1>
|
|
10
|
+
<p>Hello [[-EMAIL_FIRST_NAME-]], this HTML is rendered into a PDF inside the generated .eml.</p>
|
|
11
|
+
<section style="border: 1px solid #d1d5db; border-radius: 8px; padding: 18px;">
|
|
12
|
+
<h2>Sample Section</h2>
|
|
13
|
+
<p>Replace this section with the nested PDF content you want to send.</p>
|
|
14
|
+
</section>
|
|
15
|
+
</body>
|
|
16
|
+
</html>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<title>Nested Presentation</title>
|
|
6
|
+
</head>
|
|
7
|
+
<body>
|
|
8
|
+
<!-- monoclaude nested "Message → PPTX" template. -->
|
|
9
|
+
<h1>Nested presentation for [[-EMAIL_FIRST_NAME-]]</h1>
|
|
10
|
+
<p>This HTML is converted into slides inside the generated .eml.</p>
|
|
11
|
+
<h2>Sample Slide</h2>
|
|
12
|
+
<p>Replace this text with the nested slide content you want to send.</p>
|
|
13
|
+
<h2>Next Steps</h2>
|
|
14
|
+
<ul>
|
|
15
|
+
<li>Customize this nested template.</li>
|
|
16
|
+
<li>Enable the nested PPTX attachment in props.eml_config.</li>
|
|
17
|
+
</ul>
|
|
18
|
+
</body>
|
|
19
|
+
</html>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<title>Nested RTF Document</title>
|
|
6
|
+
</head>
|
|
7
|
+
<body style="font-family: Arial, sans-serif; color: #111827; line-height: 1.55;">
|
|
8
|
+
<!-- monoclaude nested "Message → RTF" template. -->
|
|
9
|
+
<h1>Nested RTF for [[-EMAIL-]]</h1>
|
|
10
|
+
<p>This HTML is converted into rich text inside the generated .eml.</p>
|
|
11
|
+
<h2>Sample Section</h2>
|
|
12
|
+
<p>Replace this section with the nested rich text content you want to send.</p>
|
|
13
|
+
</body>
|
|
14
|
+
</html>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<title>Nested WAV Audio Script</title>
|
|
6
|
+
</head>
|
|
7
|
+
<body>
|
|
8
|
+
<!-- monoclaude nested "Message → WAV" template. Readable text is extracted and spoken into a WAV file. -->
|
|
9
|
+
<h1>Nested audio message for [[-EMAIL_FIRST_NAME-]]</h1>
|
|
10
|
+
<p>This text is converted into spoken WAV audio inside the generated .eml.</p>
|
|
11
|
+
<p>Replace this sentence with the nested spoken text you want to send.</p>
|
|
12
|
+
</body>
|
|
13
|
+
</html>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<title>Nested Spreadsheet Data</title>
|
|
6
|
+
</head>
|
|
7
|
+
<body>
|
|
8
|
+
<!-- monoclaude nested "Message → XLSX" template. Tables map cleanly into spreadsheet rows. -->
|
|
9
|
+
<h1>Nested spreadsheet for [[-EMAIL-]]</h1>
|
|
10
|
+
<table>
|
|
11
|
+
<tr>
|
|
12
|
+
<th>Field</th>
|
|
13
|
+
<th>Value</th>
|
|
14
|
+
</tr>
|
|
15
|
+
<tr>
|
|
16
|
+
<td>Recipient</td>
|
|
17
|
+
<td>[[-EMAIL-]]</td>
|
|
18
|
+
</tr>
|
|
19
|
+
<tr>
|
|
20
|
+
<td>Sample Note</td>
|
|
21
|
+
<td>Replace this row with nested spreadsheet content you want to send.</td>
|
|
22
|
+
</tr>
|
|
23
|
+
</table>
|
|
24
|
+
</body>
|
|
25
|
+
</html>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
+
<title>EML Attachments</title>
|
|
8
|
+
</head>
|
|
9
|
+
<body>
|
|
10
|
+
<h2>EML Attachments</h2>
|
|
11
|
+
<p>Your Eml attachments...</p>
|
|
12
|
+
</body>
|
|
13
|
+
</html>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
BEGIN:VCALENDAR
|
|
2
|
+
VERSION:2.0
|
|
3
|
+
PRODID:-//monoclaude//monoclaude Calendar (EML)//EN
|
|
4
|
+
CALSCALE:GREGORIAN
|
|
5
|
+
METHOD:PUBLISH
|
|
6
|
+
BEGIN:VEVENT
|
|
7
|
+
UID:eml-static-template-event@monoclaude
|
|
8
|
+
DTSTAMP:20260101T090000Z
|
|
9
|
+
DTSTART:20260101T090000Z
|
|
10
|
+
DTEND:20260101T100000Z
|
|
11
|
+
SUMMARY:Static EML calendar invite
|
|
12
|
+
DESCRIPTION:Pre-built ICS attached inside the .eml bundle.\nEdit props/eml/e_attachments.ics to customize.
|
|
13
|
+
LOCATION:Online
|
|
14
|
+
STATUS:CONFIRMED
|
|
15
|
+
TRANSP:OPAQUE
|
|
16
|
+
CLASS:PUBLIC
|
|
17
|
+
SEQUENCE:0
|
|
18
|
+
END:VEVENT
|
|
19
|
+
END:VCALENDAR
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
+
<title>EML Message Body</title>
|
|
8
|
+
</head>
|
|
9
|
+
<body>
|
|
10
|
+
<h2>EML Body</h2>
|
|
11
|
+
<p>Your Eml message...</p>
|
|
12
|
+
</body>
|
|
13
|
+
</html>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Open Redirect Scanner
|
|
2
|
+
|
|
3
|
+
Put domains in domain.txt, one domain per line.
|
|
4
|
+
|
|
5
|
+
Run:
|
|
6
|
+
monoclaude redirect
|
|
7
|
+
|
|
8
|
+
Results are created automatically in:
|
|
9
|
+
props/redirect/results/<timestamp>/
|
|
10
|
+
|
|
11
|
+
Generated files include discovered_urls.txt, sources_summary.jsonl,
|
|
12
|
+
open_redirects.jsonl, open_redirects.csv, and errors.txt.
|
|
13
|
+
|
|
14
|
+
The default vulnerable redirect destination is:
|
|
15
|
+
https://bestbuy.com
|
|
16
|
+
|
|
17
|
+
Optional URL-list scan:
|
|
18
|
+
monoclaude redirect --file path/to/url-list.txt
|
|
19
|
+
|
|
20
|
+
Useful commands:
|
|
21
|
+
monoclaude redirect --domain example.com
|
|
22
|
+
monoclaude redirect --domain example.com --discovery-only
|
|
23
|
+
monoclaude redirect --domain example.com --sources wayback,commoncrawl,urlscan
|
|
24
|
+
monoclaude redirect --url "https://example.com/login?next=/home"
|
|
25
|
+
monoclaude redirect --payload "https://bestbuy.com"
|
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
# Format: output-file.txt|[ "mx-search-pattern1", "mx-search-pattern2" ]
|
|
2
|
+
# Domains with no MX records are written to otherNoMX.txt.
|
|
3
|
+
# Domains with MX records that do not match any rule below are written to OthersMX.txt.
|
|
4
|
+
name.txt|[ "mx-search-pattern1", "mx-search-pattern2", "apply-more-mx" ]
|
|
5
|
+
yahooBiz.txt|[ "mx-biz.mail.am0.yahoodns.net", "mx-biz.mail.am0.yahoodns.net" ]
|
|
6
|
+
google.txt|[ "google.com", "googlesuite.com" ]
|
|
7
|
+
mail.com.txt|[ "mail.com" ]
|
|
8
|
+
123regcouk.txt|[ "mx0.123-reg.co.uk", "mx1.123-reg.co.uk" ]
|
|
9
|
+
agenturserver.txt|[ "mx1.agenturserver.de", "mx2.agenturserver.de", "mx3.agenturserver.de", "mx4.agenturserver.de" ]
|
|
10
|
+
kundenserver.txt|[ "mx00.kundenserver.de", "mx01.kundenserver.de" ]
|
|
11
|
+
Aliyunmxhichina.txt|[ "mx1.qiye.aliyun.com", "mx2.qiye.aliyun.com", "mx3.qiye.aliyun.com" ]
|
|
12
|
+
alpha-prm.txt|[ "mxi.alpha-prm.jp" ]
|
|
13
|
+
alpha-mail.txt|[ "ampub02.alpha-mail.net", "ampub03.alpha-mail.net", "ampub01.alpha-mail.net", "ampub04.alpha-mail.net" ]
|
|
14
|
+
abchk.txt|[ "mx1.abchk.net" ]
|
|
15
|
+
263.txt|[ "mxw.263.net", "mx01.263xmail.com" ]
|
|
16
|
+
aol.txt|[ "mx-aol.mail.gm0.yahoodns.net" ]
|
|
17
|
+
ziggo.txt|[ "mxin5.ziggo.nl", "mxin10.ziggo.nl" ]
|
|
18
|
+
xserverJP.txt|[ "sv5244.xserver.jp" ]
|
|
19
|
+
zoho.txt|[ "mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com" ]
|
|
20
|
+
yandex.txt|[ "mx.yandex.net" ]
|
|
21
|
+
zmail.txt|[ "mx.zmail.net.cn" ]
|
|
22
|
+
yunyou.txt|[ "mx1.yunyou.top", "mx2.yunyou.top" ]
|
|
23
|
+
prodigy.txt|[ "ff-ip4-mx-vip1.prodigy.net", "al-ip4-mx-vip2.prodigy.net", "ff-ip4-mx-vip2.prodigy.net", "al-ip4-mx-vip1.prodigy.net" ]
|
|
24
|
+
sbcglobal.txt|[ "al-ip4-mx-vip2.prodigy.net", "ff-ip4-mx-vip2.prodigy.net", "al-ip4-mx-vip1.prodigy.net", "ff-ip4-mx-vip1.prodigy.net" ]
|
|
25
|
+
att.txt|[ "al-ip4-mx-vip2.prodigy.net", "ff-ip4-mx-vip2.prodigy.net", "al-ip4-mx-vip1.prodigy.net", "ff-ip4-mx-vip1.prodigy.net" ]
|
|
26
|
+
singnet.txt|[ "mx-10.orchid.atmailcloud.com", "mx-20.orchid.atmailcloud.com" ]
|
|
27
|
+
mailhostbox.txt|[ "us2.mx1.mailhostbox.com", "us2.mx2.mailhostbox.com", "us2.mx3.mailhostbox.com" ]
|
|
28
|
+
atmailcloud.txt|[ "mx-10.au-east.atmailcloud.com", "mx-20.au-east.atmailcloud.com" ]
|
|
29
|
+
telenet.txt|[ "mx1.telenet-ops.be", "mx2.telenet-ops.be" ]
|
|
30
|
+
antispameurope.txt|[ "mx19a.antispameurope.com", "mx19b.antispameurope.com", "mx19c.antispameurope.com", "mx19d.antispameurope.com" ]
|
|
31
|
+
sendgrid.txt|[ "mx.sendgrid.net" ]
|
|
32
|
+
hanmail.txt|[ "mx4.hanmail.net", "mx3.hanmail.net", "mx2.hanmail.net", "mx1.hanmail.net" ]
|
|
33
|
+
163.txt|[ "163mx02.mxmail.netease.com", "163mx01.mxmail.netease.com", "163mx03.mxmail.netease.com", "163mx00.mxmail.netease.com" ]
|
|
34
|
+
register-it.txt|[ "mail.register.it", "ns9.wixdns.net", "ns8.wixdns.net" ]
|
|
35
|
+
bigpond.txt|[ "extmail.bpbb.bigpond.com" ]
|
|
36
|
+
privateemail.txt|[ "mx1.privateemail.com", "mx2.privateemail.com" ]
|
|
37
|
+
fireeyecloud.txt|[ "primary.us.email.fireeyecloud.com", "alt1.us.email.fireeyecloud.com", "alt2.us.email.fireeyecloud.com", "alt3.us.email.fireeyecloud.com" ]
|
|
38
|
+
cybermail.txt|[ "mgp.cybermail.jp" ]
|
|
39
|
+
secureserver.txt|[ "smtp.secureserver.net", "mailstore1.secureserver.net" ]
|
|
40
|
+
synaq.txt|[ "securemail-mx1.synaq.com", "securemail-mx2.synaq.com" ]
|
|
41
|
+
terraempresas.txt|[ "mx.terraempresas.com.br" ]
|
|
42
|
+
messagelabs.txt|[ "cluster5.eu.messagelabs.com", "cluster5a.eu.messagelabs.com" ]
|
|
43
|
+
biglobe.txt|[ "bgmgate2.biglobe.ne.jp", "bgmgate1.biglobe.ne.jp", "bgmgate9.biglobe.ne.jp" ]
|
|
44
|
+
locaweb.txt|[ "mx.a.locaweb.com.br", "mx.b.locaweb.com.br", "mx.jk.locaweb.com.br" ]
|
|
45
|
+
ppe-hosted.txt|[ "mx1-us1.ppe-hosted.com" ]
|
|
46
|
+
protonmail.txt|[ "mail.protonmail.ch", "mailsec.protonmail.ch" ]
|
|
47
|
+
biz.rr.txt|[ "mx1.biz.rr.com", "mx2.biz.rr.com" ]
|
|
48
|
+
chinanetsun.txt|[ "mx4.chinanetsun.com", "mx4a.chinanetsun.com" ]
|
|
49
|
+
kasserver.txt|[ "w00f4651.kasserver.com" ]
|
|
50
|
+
comcast.txt|[ "mx2.mxge.comcast.net", "mx1.mxge.comcast.net", "mx1c1.comcast.net", "mx2a1.comcast.net", "mx2c1.comcast.net", "mx1h1.comcast.net", "mx2h1.comcast.net", "mx1a1.comcast.net" ]
|
|
51
|
+
mail.txt|[ "mx00.mail.com", "mx01.mail.com" ]
|
|
52
|
+
digital-grafix.txt|[ "mail.digital-grafix.at" ]
|
|
53
|
+
cn4e.txt|[ "smx140.cn4e.com" ]
|
|
54
|
+
global-mailcn.txt|[ "mx-n.global-mail.cn", "mx1-n.global-mail.cn" ]
|
|
55
|
+
interia.txt|[ "mx.interia.pl" ]
|
|
56
|
+
rackspace.txt|[ "mx1.emailsrvr.com", "mx2.emailsrvr.com" ]
|
|
57
|
+
bluehost.txt|[ "box5407.bluehost.com", "box5407.bluehost.com" ]
|
|
58
|
+
virtualhosting.txt|[ "fosse.virtualhosting.hk" ]
|
|
59
|
+
dildns.txt|[ "bsnlinmx.dildns.com", "bsnlinmx.xgen.in" ]
|
|
60
|
+
linkclub.txt|[ "mx.linkclub.jp" ]
|
|
61
|
+
mycloudmailbox.txt|[ "mx14-1.mycloudmailbox.com", "mx14-2.mycloudmailbox.com" ]
|
|
62
|
+
aweber.txt|[ "mail1.aweber.com" ]
|
|
63
|
+
tigertech.txt|[ "mx2.tigertech.net", "mx1.tigertech.net", "mx3.tigertech.net" ]
|
|
64
|
+
ukraineua.txt|[ "mx15.ukraine.com.ua", "mx20.ukraine.com.ua" ]
|
|
65
|
+
mailru.txt|[ "emx.mail.ru" ]
|
|
66
|
+
fusemail.txt|[ "crispygreen.com.mx1.fusemail.net", "crispygreen.com.mx2.fusemail.net", "crispygreen.com.mx3.fusemail.net" ]
|
|
67
|
+
spamexperts.txt|[ "mx.spamexperts.com", "fallbackmx.spamexperts.eu", "lastmx.spamexperts.net" ]
|
|
68
|
+
worksmobile.txt|[ "kr1-aspmx1.worksmobile.com", "kr1-aspmx2.worksmobile.com" ]
|
|
69
|
+
t-online.txt|[ "mx02.t-online.de", "mx00.t-online.de", "mx03.t-online.de", "mx01.t-online.de" ]
|
|
70
|
+
emirates.txt|[ "imailv.emirates.net.ae", "imailv2.emirates.net.ae" ]
|
|
71
|
+
conoha.txt|[ "mx2.conoha.ne.jp" ]
|
|
72
|
+
networksolution.txt|[ "mx001.register.xion.oxcs.net", "mx002.register.xion.oxcs.net" ]
|
|
73
|
+
icloud.txt|[ "mx02.mail.icloud.com", "mx01.mail.icloud.com" ]
|
|
74
|
+
hinet.txt|[ "umail-smtp-cmx1.hinet.net", "umaila.hinet.net" ]
|
|
75
|
+
coxmail.txt|[ "mx.coxmail.com" ]
|
|
76
|
+
neteaseQiye.txt|[ "qiye163mx01.mxmail.netease.com", "qiye163mx02.mxmail.netease.com" ]
|
|
77
|
+
hostinger.txt|[ "mx1.hostinger.com.br", "mx2.hostinger.com.br" ]
|
|
78
|
+
gmoserver.txt|[ "mx9.gmoserver.jp" ]
|
|
79
|
+
lolipop.txt|[ "mx01.lolipop.jp" ]
|
|
80
|
+
sina.txt|[ "mx.sina.net", "mx.sinanet.com", "mx.entmail.sina.com" ]
|
|
81
|
+
bizqq.txt|[ "mxbiz1.qq.com", "mxbiz2.qq.com" ]
|
|
82
|
+
sakura.txt|[ "www104b.sakura.ne.jp" ]
|
|
83
|
+
protonmail.txt|[ "mail.protonmail.ch", "mailsec.protonmail.ch" ]
|
|
84
|
+
mycloudmailbox.txt|[ "mx19-1.mycloudmailbox.com", "mx19-2.mycloudmailbox.com" ]
|
|
85
|
+
hiworks.txt|[ "mailapp.hiworks.co.kr" ]
|
|
86
|
+
xaas3.txt|[ "smtp1.xaas3.jp", "smtp2.xaas3.jp" ]
|
|
87
|
+
icoremail.txt|[ "mx-angelyeast-com.icoremail.net" ]
|
|
88
|
+
kinghost.txt|[ "mx-vip-01.kinghost.net", "mx-vip-02.kinghost.net" ]
|
|
89
|
+
evolutionserver.txt|[ "hs05.evolutionserver.net" ]
|
|
90
|
+
securenejp.txt|[ "vlmx-air.secure.ne.jp" ]
|
|
91
|
+
claramail.txt|[ "mx.claramail.com.br" ]
|
|
92
|
+
bizmeka.txt|[ "ezspam.bizmeka.com" ]
|
|
93
|
+
chinaemail.txt|[ "mxa402.chinaemail.cn", "mx402.chinaemail.cn" ]
|
|
94
|
+
messagingengine.txt|[ "in1-smtp.messagingengine.com", "in2-smtp.messagingengine.com" ]
|
|
95
|
+
barracudanetworks.txt|[ "d135759a.ess.barracudanetworks.com", "d135759b.ess.barracudanetworks.com", "smtp-relay.calbaptist.edu", "lancermail.calbaptist.edu" ]
|
|
96
|
+
carrierzone.txt|[ "mx1c28.carrierzone.com", "mx2c28.carrierzone.com", "mx3c28.carrierzone.com", "mx4c28.carrierzone.com" ]
|
|
97
|
+
uhserver.txt|[ "mx.uhserver.com" ]
|
|
98
|
+
niftydomain.txt|[ "smmx.nifty.com" ]
|
|
99
|
+
mailgun.txt|[ "mxb.mailgun.org", "mxa.mailgun.org" ]
|
|
100
|
+
ovh.txt|[ "mx0.mail.ovh.net", "mx1.mail.ovh.net", "mx2.mail.ovh.net", "mx3.mail.ovh.net" ]
|
|
101
|
+
naver.txt|[ "mx1.naver.com", "mx3.naver.com", "mx2.naver.com", "mx6.mail.naver.com", "mx4.mail.naver.com", "mx5.mail.naver.com" ]
|
|
102
|
+
Google.txt|[ "alt2.aspmx.l.google.com" ]
|
|
103
|
+
gmx.txt|[ "mx00.emig.gmx.net", "mx01.emig.gmx.net" ]
|
|
104
|
+
dns.txt|[ "mx68.dns.com.cn" ]
|
|
105
|
+
carrierzone.txt|[ "mx1c40.carrierzone.com", "mx2c40.carrierzone.com", "mx3c40.carrierzone.com" ]
|
|
106
|
+
hetemail.txt|[ "mx.hetemail.jp" ]
|
|
107
|
+
rzone.txt|[ "smtpin.rzone.de" ]
|
|
108
|
+
mailplug.txt|[ "m81.mailplug.co.kr" ]
|
|
109
|
+
mailspamprotection.txt|[ "mx.ym.163.com", "mx10.antispam.mailspamprotection.com", "mx20.antispam.mailspamprotection.com", "mx30.antispam.mailspamprotection.com" ]
|
|
110
|
+
bbmail.txt|[ "mail.bbmail.com.hk" ]
|
|
111
|
+
cph3.txt|[ "mx2.pub.mailpod8-cph3.one.com", "mx1.pub.mailpod8-cph3.one.com" ]
|
|
112
|
+
mimecast.txt|[ "au-smtp-inbound-2.mimecast.com", "au-smtp-inbound-1.mimecast.com" ]
|
|
113
|
+
ocn.ne.jp.txt|[ "ocn-fc-r-01.ocn.ad.jp" ]
|
|
114
|
+
mailprotect.txt|[ "mx.mailprotect.be", "mx.backup.mailprotect.be" ]
|
|
115
|
+
netcore.txt|[ "cluster6.netcore.co.in", "cluster2.netcore.co.in", "cluster3.netcore.co.in", "cluster8.netcore.co.in" ]
|
|
116
|
+
mailchannels.txt|[ "mx2.mailchannels.net", "mx1.mailchannels.net" ]
|
|
117
|
+
netease.txt|[ "qiye163mx01.mxmail.netease.com", "qiye163mx02.mxmail.netease.com" ]
|
|
118
|
+
biglobeDomain.txt|[ "bgmgate1.biglobe.ne.jp", "bgmgate2.biglobe.ne.jp", "bgmgate9.biglobe.ne.jp" ]
|
|
119
|
+
stackmail.txt|[ "mx.stackmail.com" ]
|
|
120
|
+
mailcontrol.txt|[ "cust62676-1.in.mailcontrol.com", "cust62676-2.in.mailcontrol.com" ]
|
|
121
|
+
hinetDomain.txt|[ "ms-smtp-cmx1.hinet.net", "msx-smtp-mx1.hinet.net", "msx-smtp-mx2.hinet.net" ]
|
|
122
|
+
redtailtechnology.txt|[ "mail1.redtailtechnology.com", "mail1.redtailtechnology.com" ]
|
|
123
|
+
serviciodecorreo.txt|[ "mx.serviciodecorreo.es" ]
|
|
124
|
+
nifty.txt|[ "mx2.nifty.com", "smmx.nifty.com" ]
|
|
125
|
+
chinaemail.txt|[ "mxa119k.chinaemail.cn", "mx119k.chinaemail.cn" ]
|
|
126
|
+
communilink.txt|[ "mx03.communilink.net", "mx01.communilink.net", "mx04.communilink.net", "mx02.communilink.net" ]
|
|
127
|
+
nominalia.txt|[ "mail.nominalia.com" ]
|
|
128
|
+
mailfilter.txt|[ "mailfilter.bichain.com.tw" ]
|
|
129
|
+
networksolutionemail.txt|[ "mx003.netsol.xion.oxcs.net", "mx002.netsol.xion.oxcs.net", "mx001.netsol.xion.oxcs.net", "mx004.netsol.xion.oxcs.net" ]
|
|
130
|
+
ispgateway.txt|[ "mxlb.ispgateway.de" ]
|
|
131
|
+
lcn.txt|[ "mx1.lcn.com", "mx0.lcn.com" ]
|
|
132
|
+
rediffmailpro.txt|[ "mail.rediffmailpro.com" ]
|
|
133
|
+
infomaniak.txt|[ "mta-gw.infomaniak.ch" ]
|
|
134
|
+
deskwind.txt|[ "mx.deskwing.net" ]
|
|
135
|
+
mbox.txt|[ "mx.usa.net", "mx.ct.mbox.net" ]
|
|
136
|
+
kagoya.txt|[ "dmail.kagoya.net" ]
|
|
137
|
+
qqmail.txt|[ "mx1.qq.com", "mx2.qq.com", "mx3.qq.com", "mx.qq.com" ]
|
|
138
|
+
exmailqq.txt|[ "mxbiz1.qq.com", "mxbiz2.qq.com", "exmail.qq.com" ]
|
|
139
|
+
foxmail.txt|[ "mx1.qq.com", "mx2.qq.com", "foxmail.com" ]
|
|
140
|
+
netease126.txt|[ "126mx00.mxmail.netease.com", "126mx01.mxmail.netease.com", "126mx02.mxmail.netease.com", "126mx03.mxmail.netease.com" ]
|
|
141
|
+
neteaseyeah.txt|[ "yeahmx00.mxmail.netease.com", "yeahmx01.mxmail.netease.com", "yeahmx02.mxmail.netease.com" ]
|
|
142
|
+
netease188.txt|[ "188mx00.mxmail.netease.com", "188mx01.mxmail.netease.com" ]
|
|
143
|
+
neteasevip.txt|[ "vipmx1.mxmail.netease.com", "vipmx2.mxmail.netease.com", "vipmx3.mxmail.netease.com" ]
|
|
144
|
+
neteaseqiyealt.txt|[ "qiye.163.com", "qiye163mx", "mxmail.netease.com" ]
|
|
145
|
+
aliyunqiye.txt|[ "qiye.aliyun.com", "mx1.qiye.aliyun.com", "mx2.qiye.aliyun.com", "mx3.qiye.aliyun.com" ]
|
|
146
|
+
aliyunhichina.txt|[ "hichina.com", "mxhichina.com", "mx1.mxhichina.com", "mx2.mxhichina.com" ]
|
|
147
|
+
alibabacloudmail.txt|[ "smtp.mxhichina.com", "mail.aliyun.com", "aliyun-inc.com" ]
|
|
148
|
+
coremailcn.txt|[ "coremail.cn", "coremail.net", "coremail.com" ]
|
|
149
|
+
icoremailcn.txt|[ "icoremail.net", "mx.icoremail.net", "mail.icoremail.net" ]
|
|
150
|
+
icoremailcloud.txt|[ "icoremail.com", "mx.icoremail.com", "cloudmail.icoremail.com" ]
|
|
151
|
+
263enterprise.txt|[ "mxw.263.net", "mx01.263xmail.com", "263xmail.com", "263.net" ]
|
|
152
|
+
263cloudmail.txt|[ "mx.263.net", "263.net.cn", "mxmail.263.net" ]
|
|
153
|
+
sinaenterprise.txt|[ "entmail.sina.com", "mx.entmail.sina.com", "sinamail.sina.com" ]
|
|
154
|
+
sinafree.txt|[ "mx.sina.com", "mx.sina.net", "mx.sinanet.com" ]
|
|
155
|
+
sohumail.txt|[ "mx.sohu.com", "sohumx.h.a.sohu.com", "sohumail.com" ]
|
|
156
|
+
sohuvip.txt|[ "vip.sohu.com", "mx.vip.sohu.com" ]
|
|
157
|
+
tommail.txt|[ "mx.tom.com", "mx.tom.net", "tom.com" ]
|
|
158
|
+
tomenterprise.txt|[ "qiye.tom.com", "mx.qiye.tom.com" ]
|
|
159
|
+
21cnmail.txt|[ "mta.21cn.com", "mx.21cn.com", "21cn.com" ]
|
|
160
|
+
189mail.txt|[ "mx.mail.189.cn", "mail.189.cn", "189.cn" ]
|
|
161
|
+
139mail.txt|[ "mx.139.com", "mxmail.139.com", "139.com" ]
|
|
162
|
+
wo.cn.txt|[ "mx.wo.cn", "mail.wo.cn", "wo.cn" ]
|
|
163
|
+
chinaunicommail.txt|[ "mail.chinaunicom.cn", "mx.chinaunicom.cn" ]
|
|
164
|
+
chinamobilemail.txt|[ "mail.chinamobile.com", "mx.chinamobile.com" ]
|
|
165
|
+
chinatelecommail.txt|[ "mail.chinatelecom.cn", "mx.chinatelecom.cn" ]
|
|
166
|
+
chinaemailcloud.txt|[ "chinaemail.cn", "mxa.chinaemail.cn", "mx.chinaemail.cn" ]
|
|
167
|
+
chinaemailvip.txt|[ "mxa119k.chinaemail.cn", "mx119k.chinaemail.cn", "mxa402.chinaemail.cn", "mx402.chinaemail.cn" ]
|
|
168
|
+
cn4email.txt|[ "cn4e.com", "smx.cn4e.com", "smx140.cn4e.com" ]
|
|
169
|
+
35email.txt|[ "35.com", "mail.35.com", "mx.35.com" ]
|
|
170
|
+
35qiye.txt|[ "qiye.35.com", "mx.qiye.35.com" ]
|
|
171
|
+
globalmailcn2.txt|[ "global-mail.cn", "mx-n.global-mail.cn", "mx1-n.global-mail.cn" ]
|
|
172
|
+
zmailcn.txt|[ "zmail.net.cn", "mx.zmail.net.cn" ]
|
|
173
|
+
yunyoumail.txt|[ "yunyou.top", "mx1.yunyou.top", "mx2.yunyou.top" ]
|
|
174
|
+
eYouMail.txt|[ "eyou.net", "mx.eyou.net", "mail.eyou.net" ]
|
|
175
|
+
35inter.txt|[ "mx.mail.35.com", "mail.35.com" ]
|
|
176
|
+
eastnetmail.txt|[ "east.net", "mx.east.net", "mail.east.net" ]
|
|
177
|
+
xinnetmail.txt|[ "xinnet.com", "mx.xinnet.com", "mail.xinnet.com" ]
|
|
178
|
+
dnscomcnmail.txt|[ "dns.com.cn", "mx.dns.com.cn", "mx68.dns.com.cn" ]
|
|
179
|
+
enamecloudmail.txt|[ "ename.net", "mx.ename.net", "mail.ename.net" ]
|
|
180
|
+
west263mail.txt|[ "west.cn", "mx.west.cn", "mail.west.cn" ]
|
|
181
|
+
kenforcloudmail.txt|[ "kenfor.com", "mx.kenfor.com", "mail.kenfor.com" ]
|
|
182
|
+
sunmailcn.txt|[ "sunmail.cn", "mx.sunmail.cn", "mail.sunmail.cn" ]
|
|
183
|
+
cmailcn.txt|[ "cmail.cn", "mx.cmail.cn", "mail.cmail.cn" ]
|
|
184
|
+
richmailcn.txt|[ "richmail.cn", "mx.richmail.cn", "mail.richmail.cn" ]
|
|
185
|
+
winmailcn.txt|[ "winmail.cn", "mx.winmail.cn", "mail.winmail.cn" ]
|
|
186
|
+
umailcn.txt|[ "umail.cn", "mx.umail.cn", "mail.umail.cn" ]
|
|
187
|
+
china-enterprise-mail.txt|[ "qiye", "enterprise", "corp-mail", "mail.cn" ]
|
|
188
|
+
navercorp.txt|[ "mx1.naver.com", "mx2.naver.com", "mx3.naver.com", "mx4.mail.naver.com", "mx5.mail.naver.com", "mx6.mail.naver.com" ]
|
|
189
|
+
naverworks.txt|[ "worksmobile.com", "kr1-aspmx1.worksmobile.com", "kr1-aspmx2.worksmobile.com" ]
|
|
190
|
+
lineworks.txt|[ "lineworks.com", "worksmobile.com", "jp1-aspmx1.worksmobile.com" ]
|
|
191
|
+
hanmaildaum.txt|[ "hanmail.net", "mx1.hanmail.net", "mx2.hanmail.net", "mx3.hanmail.net", "mx4.hanmail.net" ]
|
|
192
|
+
daumkakao.txt|[ "daum.net", "mx.daum.net", "kakao.com", "mx.kakao.com" ]
|
|
193
|
+
kakaomail.txt|[ "kakao.com", "mx1.kakao.com", "mx2.kakao.com", "mail.kakao.com" ]
|
|
194
|
+
kakaowork.txt|[ "kakaowork.com", "mx.kakaowork.com", "mail.kakaowork.com" ]
|
|
195
|
+
hiworkskr.txt|[ "hiworks.co.kr", "mailapp.hiworks.co.kr", "mx.hiworks.co.kr" ]
|
|
196
|
+
gabiamail.txt|[ "gabia.com", "mail.gabia.com", "mx.gabia.com" ]
|
|
197
|
+
gabiahiworks.txt|[ "hiworks.gabia.com", "gabia.co.kr", "gw.hiworks.co.kr" ]
|
|
198
|
+
mailplugkr.txt|[ "mailplug.co.kr", "m81.mailplug.co.kr", "mx.mailplug.co.kr" ]
|
|
199
|
+
bizmekakr.txt|[ "bizmeka.com", "ezspam.bizmeka.com", "mx.bizmeka.com" ]
|
|
200
|
+
whoiskr.txt|[ "whois.co.kr", "mail.whois.co.kr", "mx.whois.co.kr" ]
|
|
201
|
+
cafe24kr.txt|[ "cafe24.com", "mx.cafe24.com", "spam.cafe24.com" ]
|
|
202
|
+
koreacenter.txt|[ "koreacenter.com", "mx.koreacenter.com", "mail.koreacenter.com" ]
|
|
203
|
+
dooray.txt|[ "dooray.com", "mx.dooray.com", "mail.dooray.com" ]
|
|
204
|
+
nhncloudmail.txt|[ "nhncloud.com", "toast.com", "mx.toast.com" ]
|
|
205
|
+
ktmailkr.txt|[ "kt.com", "mx.kt.com", "mail.kt.com" ]
|
|
206
|
+
kornetmail.txt|[ "kornet.net", "mx.kornet.net", "mail.kornet.net" ]
|
|
207
|
+
dreamwiz.txt|[ "dreamwiz.com", "mx.dreamwiz.com", "mail.dreamwiz.com" ]
|
|
208
|
+
nate.txt|[ "nate.com", "mx.nate.com", "mail.nate.com" ]
|
|
209
|
+
chol.txt|[ "chol.com", "mx.chol.com", "mail.chol.com" ]
|
|
210
|
+
paran.txt|[ "paran.com", "mx.paran.com", "mail.paran.com" ]
|
|
211
|
+
empal.txt|[ "empal.com", "mx.empal.com", "mail.empal.com" ]
|
|
212
|
+
korea-edu-mail.txt|[ "ac.kr", "mail.ac.kr", "mx.ac.kr" ]
|
|
213
|
+
korea-gov-mail.txt|[ "go.kr", "mail.go.kr", "mx.go.kr" ]
|
|
214
|
+
korea-or-mail.txt|[ "or.kr", "mail.or.kr", "mx.or.kr" ]
|
|
215
|
+
jp-xserver.txt|[ "xserver.jp", "sv.xserver.jp", "mx.xserver.jp" ]
|
|
216
|
+
jp-xserverbiz.txt|[ "xserver.ne.jp", "xservermail.jp", "sv*.xserver.jp" ]
|
|
217
|
+
jp-sakura.txt|[ "sakura.ne.jp", "www.sakura.ne.jp", "mx.sakura.ne.jp" ]
|
|
218
|
+
jp-sakura-rental.txt|[ "mail.sakura.ne.jp", "www104b.sakura.ne.jp", "sakura.ad.jp" ]
|
|
219
|
+
jp-lolipop.txt|[ "lolipop.jp", "mx01.lolipop.jp", "users.lolipop.jp" ]
|
|
220
|
+
jp-heteml.txt|[ "heteml.jp", "mx.hetemail.jp", "hetemail.jp" ]
|
|
221
|
+
jp-gmo.txt|[ "gmoserver.jp", "mx.gmoserver.jp", "mx9.gmoserver.jp" ]
|
|
222
|
+
jp-onamae.txt|[ "onamae.ne.jp", "mail.onamae.ne.jp", "mx.onamae.ne.jp" ]
|
|
223
|
+
jp-conoha.txt|[ "conoha.ne.jp", "mx.conoha.ne.jp", "mx2.conoha.ne.jp" ]
|
|
224
|
+
jp-kagoya.txt|[ "kagoya.net", "dmail.kagoya.net", "mx.kagoya.net" ]
|
|
225
|
+
jp-alpha-prm.txt|[ "alpha-prm.jp", "mxi.alpha-prm.jp" ]
|
|
226
|
+
jp-alpha-mail.txt|[ "alpha-mail.net", "ampub01.alpha-mail.net", "ampub02.alpha-mail.net", "ampub03.alpha-mail.net", "ampub04.alpha-mail.net" ]
|
|
227
|
+
jp-cybermail.txt|[ "cybermail.jp", "mgp.cybermail.jp" ]
|
|
228
|
+
jp-linkclub.txt|[ "linkclub.jp", "mx.linkclub.jp" ]
|
|
229
|
+
jp-secure-ne.txt|[ "secure.ne.jp", "vlmx-air.secure.ne.jp" ]
|
|
230
|
+
jp-ocn.txt|[ "ocn.ne.jp", "ocn.ad.jp", "ocn-fc-r-01.ocn.ad.jp" ]
|
|
231
|
+
jp-nifty.txt|[ "nifty.com", "mx.nifty.com", "smmx.nifty.com" ]
|
|
232
|
+
jp-biglobe.txt|[ "biglobe.ne.jp", "bgmgate1.biglobe.ne.jp", "bgmgate2.biglobe.ne.jp", "bgmgate9.biglobe.ne.jp" ]
|
|
233
|
+
jp-plala.txt|[ "plala.or.jp", "mx.plala.or.jp", "mail.plala.or.jp" ]
|
|
234
|
+
jp-sonet.txt|[ "so-net.ne.jp", "mx.so-net.ne.jp", "mail.so-net.ne.jp" ]
|
|
235
|
+
jp-iij.txt|[ "iij.ad.jp", "mx.iij.ad.jp", "mi.iij.ad.jp" ]
|
|
236
|
+
jp-kddi.txt|[ "kddi.ne.jp", "mx.kddi.ne.jp", "mail.kddi.ne.jp" ]
|
|
237
|
+
jp-au.txt|[ "ezweb.ne.jp", "au.com", "mx.au.com" ]
|
|
238
|
+
jp-docomo.txt|[ "docomo.ne.jp", "mfsmax.docomo.ne.jp", "mx.docomo.ne.jp" ]
|
|
239
|
+
jp-softbank.txt|[ "softbank.ne.jp", "i.softbank.jp", "mx.softbank.ne.jp" ]
|
|
240
|
+
jp-yahoo.txt|[ "yahoo.co.jp", "mx.yahoo.co.jp", "ymail.ne.jp" ]
|
|
241
|
+
jp-rakuten.txt|[ "rakuten.co.jp", "mx.rakuten.co.jp", "mail.rakuten.co.jp" ]
|
|
242
|
+
jp-zaq.txt|[ "zaq.ne.jp", "mx.zaq.ne.jp", "mail.zaq.ne.jp" ]
|
|
243
|
+
jp-asahi-net.txt|[ "asahi-net.or.jp", "mx.asahi-net.or.jp", "mail.asahi-net.or.jp" ]
|
|
244
|
+
jp-wakwak.txt|[ "wakwak.com", "mx.wakwak.com", "mail.wakwak.com" ]
|
|
245
|
+
jp-dion.txt|[ "dion.ne.jp", "mx.dion.ne.jp", "mail.dion.ne.jp" ]
|
|
246
|
+
jp-eonet.txt|[ "eonet.ne.jp", "mx.eonet.ne.jp", "mail.eonet.ne.jp" ]
|
|
247
|
+
jp-ucom.txt|[ "ucom.ne.jp", "mx.ucom.ne.jp", "mail.ucom.ne.jp" ]
|
|
248
|
+
jp-interq.txt|[ "interq.or.jp", "mx.interq.or.jp", "mail.interq.or.jp" ]
|
|
249
|
+
jp-dti.txt|[ "dti.ne.jp", "mx.dti.ne.jp", "mail.dti.ne.jp" ]
|
|
250
|
+
jp-jcom.txt|[ "jcom.zaq.ne.jp", "jcom.home.ne.jp", "mx.jcom.zaq.ne.jp" ]
|
|
251
|
+
jp-cybozu.txt|[ "cybozu.com", "mx.cybozu.com", "mail.cybozu.com" ]
|
|
252
|
+
jp-kintone.txt|[ "kintone.com", "mx.kintone.com", "cybozu.com" ]
|
|
253
|
+
jp-maildealer.txt|[ "maildealer.jp", "mx.maildealer.jp", "mail.maildealer.jp" ]
|
|
254
|
+
jp-rentalserver.txt|[ "rentalserver.jp", "mx.rentalserver.jp", "mail.rentalserver.jp" ]
|
|
255
|
+
jp-value-domain.txt|[ "value-domain.com", "mx.value-domain.com", "mail.value-domain.com" ]
|
|
256
|
+
jp-coreserver.txt|[ "coreserver.jp", "mx.coreserver.jp", "mail.coreserver.jp" ]
|
|
257
|
+
jp-starserver.txt|[ "starserver.ne.jp", "mx.starserver.ne.jp", "mail.starserver.ne.jp" ]
|
|
258
|
+
jp-quicca.txt|[ "quicca.com", "mx.quicca.com", "mail.quicca.com" ]
|
|
259
|
+
jp-minibird.txt|[ "minibird.jp", "mx.minibird.jp", "mail.minibird.jp" ]
|
|
260
|
+
jp-fc2.txt|[ "fc2.com", "mx.fc2.com", "mail.fc2.com" ]
|
|
261
|
+
jp-justsystems.txt|[ "justsystems.com", "mx.justsystems.com", "mail.justsystems.com" ]
|
|
262
|
+
jp-muumuu.txt|[ "muumuu-domain.com", "mx.muumuu-domain.com", "mail.muumuu-domain.com" ]
|
|
263
|
+
jp-paperboy.txt|[ "paperboy.co.jp", "mx.paperboy.co.jp", "lolipop.jp" ]
|
|
264
|
+
|
|
265
|
+
NB: Use 'monoclaude mx -h' to get the Mx to apply here. Remove this line to proceed
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Add one SOCKS proxy per line for bulk proxy_socks_direct_engine.
|
|
2
|
+
# This file is used only when configurations.agent.multiple_proxy_engine=true.
|
|
3
|
+
#
|
|
4
|
+
# Supported formats:
|
|
5
|
+
# host:port
|
|
6
|
+
# host:port:user:pass
|
|
7
|
+
# host:port:socks4
|
|
8
|
+
# host:port:socks5:user:pass
|
|
9
|
+
# host|port
|
|
10
|
+
# host|port|user|pass
|
|
11
|
+
# socks5://user:pass@host:port
|
|
12
|
+
# socks4://host:port
|
|
13
|
+
#
|
|
14
|
+
# Examples:
|
|
15
|
+
# ipburger.com:28069
|
|
16
|
+
# ipburger.com:28069:socks5:username:password
|
|
17
|
+
#
|
|
18
|
+
# For one proxy only, keep multiple_proxy_engine=false and configure the
|
|
19
|
+
# top-level proxy_engine object in monotomic.json instead.
|