Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.14.135.79
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
lib64 /
ruby /
1.8 /
uri /
Delete
Unzip
Name
Size
Permission
Date
Action
common.rb
17.16
KB
-rw-r--r--
2007-12-10 09:31
ftp.rb
5.13
KB
-rw-r--r--
2008-04-19 11:56
generic.rb
23.59
KB
-rw-r--r--
2011-05-20 22:29
http.rb
2.59
KB
-rw-r--r--
2007-02-15 02:41
https.rb
498
B
-rw-r--r--
2007-02-15 02:41
ldap.rb
3.26
KB
-rw-r--r--
2007-02-12 23:01
ldaps.rb
286
B
-rw-r--r--
2008-04-15 09:41
mailto.rb
6.53
KB
-rw-r--r--
2007-02-15 02:41
Save
Rename
# # = uri/https.rb # # Author:: Akira Yamada <akira@ruby-lang.org> # License:: You can redistribute it and/or modify it under the same term as Ruby. # Revision:: $Id: https.rb 11747 2007-02-15 02:41:45Z knu $ # require 'uri/http' module URI # The default port for HTTPS URIs is 443, and the scheme is 'https:' rather # than 'http:'. Other than that, HTTPS URIs are identical to HTTP URIs; # see URI::HTTP. class HTTPS < HTTP DEFAULT_PORT = 443 end @@schemes['HTTPS'] = HTTPS end