p3x-tools 2026.4.124 โ 2026.4.126
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/README.md +15 -18
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
# ๐ฃ Tools v2026.4.
|
|
9
|
+
# ๐ฃ Tools v2026.4.126
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -351,23 +351,22 @@ git submodule sync
|
|
|
351
351
|
|
|
352
352
|
---
|
|
353
353
|
|
|
354
|
-
|
|
354
|
+
# Corifeus Network
|
|
355
355
|
|
|
356
|
-
|
|
356
|
+
AI-powered network & email toolkit โ free, no signup.
|
|
357
357
|
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
## ๐ Powerful Online Networking Tool
|
|
361
|
-
|
|
362
|
-
Discover the powerful and free online networking tool at [network.corifeus.com](https://network.corifeus.com).
|
|
358
|
+
**Web** ยท [network.corifeus.com](https://network.corifeus.com) **MCP** ยท [`npm i -g p3x-network-mcp`](https://www.npmjs.com/package/p3x-network-mcp)
|
|
363
359
|
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
-
|
|
368
|
-
-
|
|
369
|
-
|
|
370
|
-
|
|
360
|
+
- **AI Network Assistant** โ ask in plain language, get a full domain health report
|
|
361
|
+
- **Network Audit** โ DNS, SSL, security headers, DNSBL, BGP, IPv6, geolocation in one call
|
|
362
|
+
- **Diagnostics** โ DNS lookup & global propagation, WHOIS, reverse DNS, HTTP check, my-IP
|
|
363
|
+
- **Mail Tester** โ live SPF/DKIM/DMARC + spam score + AI fix suggestions, results emailed (localized)
|
|
364
|
+
- **Monitoring** โ TCP / HTTP / Ping with alerts and public status pages
|
|
365
|
+
- **MCP server** โ 17 tools exposed to Claude Code, Codex, Cursor, any MCP client
|
|
366
|
+
- **Install** โ `claude mcp add p3x-network -- npx p3x-network-mcp`
|
|
367
|
+
- **Try** โ *"audit example.com"*, *"why do my emails land in spam? test me@example.com"*
|
|
368
|
+
- **Source** โ [patrikx3/network](https://github.com/patrikx3/network) ยท [patrikx3/network-mcp](https://github.com/patrikx3/network-mcp)
|
|
369
|
+
- **Contact** โ [patrikx3.com](https://www.patrikx3.com/en/front/contact) ยท [donate](https://paypal.me/patrikx3)
|
|
371
370
|
|
|
372
371
|
---
|
|
373
372
|
|
|
@@ -389,10 +388,8 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
|
|
|
389
388
|
|
|
390
389
|
**๐จ Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
|
|
391
390
|
|
|
392
|
-
---
|
|
393
|
-
|
|
394
391
|
|
|
395
|
-
[**P3X-TOOLS**](https://corifeus.com/tools) Build v2026.4.
|
|
392
|
+
[**P3X-TOOLS**](https://corifeus.com/tools) Build v2026.4.126
|
|
396
393
|
|
|
397
394
|
[](https://www.npmjs.com/package/p3x-tools) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software)
|
|
398
395
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "p3x-tools",
|
|
3
|
-
"version": "2026.4.
|
|
3
|
+
"version": "2026.4.126",
|
|
4
4
|
"corifeus": {
|
|
5
5
|
"icon": "fas fa-wrench",
|
|
6
6
|
"prefix": "p3x-",
|
|
@@ -39,18 +39,18 @@
|
|
|
39
39
|
},
|
|
40
40
|
"homepage": "https://corifeus.com/tools",
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"corifeus-builder": "^2026.4.
|
|
42
|
+
"corifeus-builder": "^2026.4.146",
|
|
43
43
|
"grunt": "^1.6.2"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"commander": "^15.0.0-0",
|
|
47
|
-
"corifeus-utils": "^
|
|
47
|
+
"corifeus-utils": "^2026.4.127",
|
|
48
48
|
"fs-extra": "^11.3.4",
|
|
49
49
|
"github-api": "^3.4.0",
|
|
50
50
|
"globby": "^16.2.0",
|
|
51
51
|
"ini": "^6.0.0",
|
|
52
52
|
"mz": "^2.7.0",
|
|
53
|
-
"npm-check-updates": "^
|
|
53
|
+
"npm-check-updates": "^22.0.1",
|
|
54
54
|
"progress": "^2.0.3",
|
|
55
55
|
"readline": "^1.3.0",
|
|
56
56
|
"tmp-promise": "^3.0.3",
|