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.22.63.154
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby20 /
lib64 /
ruby /
2.0.0 /
uri /
Delete
Unzip
Name
Size
Permission
Date
Action
common.rb
28.93
KB
-rw-r--r--
2013-08-03 13:27
ftp.rb
6.66
KB
-rw-r--r--
2013-02-02 03:31
generic.rb
38.17
KB
-rw-r--r--
2015-02-21 00:49
http.rb
2.75
KB
-rw-r--r--
2012-11-05 01:19
https.rb
581
B
-rw-r--r--
2011-05-13 20:03
ldap.rb
5.74
KB
-rw-r--r--
2011-05-13 20:03
ldaps.rb
470
B
-rw-r--r--
2011-05-13 20:03
mailto.rb
7.05
KB
-rw-r--r--
2012-01-23 08:12
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 31555 2011-05-13 20:03:21Z drbrain $ # # See URI for general documentation # 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 # A Default port of 443 for URI::HTTPS DEFAULT_PORT = 443 end @@schemes['HTTPS'] = HTTPS end