Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
node_modules /
npm /
node_modules /
is-cidr /
Delete
Unzip
Name
Size
Permission
Date
Action
LICENSE
1.26
KB
-rw-r--r--
2023-08-08 22:32
index.d.ts
668
B
-rw-r--r--
2023-08-08 22:32
index.js
271
B
-rw-r--r--
2023-08-08 22:32
package.json
889
B
-rw-r--r--
2023-08-08 22:32
Save
Rename
"use strict"; const {v4, v6} = require("cidr-regex"); const re4 = v4({exact: true}); const re6 = v6({exact: true}); module.exports = str => re4.test(str) ? 4 : (re6.test(str) ? 6 : 0); module.exports.v4 = str => re4.test(str); module.exports.v6 = str => re6.test(str);