Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.188.39.197
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
node_modules /
uri-js /
src /
Delete
Unzip
Name
Size
Permission
Date
Action
schemes
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
index.ts
394
B
-rw-r--r--
2018-03-31 01:52
punycode.d.ts
594
B
-rw-r--r--
2018-05-03 20:45
regexps-iri.ts
112
B
-rw-r--r--
2017-03-24 15:09
regexps-uri.ts
7.89
KB
-rw-r--r--
2018-04-01 02:39
uri.ts
19.04
KB
-rw-r--r--
2018-05-03 20:45
util.ts
1.05
KB
-rw-r--r--
2018-04-10 15:35
Save
Rename
declare module 'punycode' { function ucs2decode(string:string):Array<number>; function ucs2encode(array:Array<number>):string; function decode(string:string):string; function encode(string:string):string; function toASCII(string:string):string; function toUnicode(string:string):string; interface Punycode { 'version': '2.2.0'; 'ucs2': { 'decode': typeof ucs2decode; 'encode': typeof ucs2encode; }, 'decode': typeof decode; 'encode': typeof encode; 'toASCII': typeof toASCII; 'toUnicode': typeof toUnicode; } const punycode:Punycode; export default punycode; }