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.149.253.148
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby27 /
share /
ruby /
uri /
Delete
Unzip
Name
Size
Permission
Date
Action
common.rb
19.62
KB
-rw-r--r--
2023-03-30 12:34
file.rb
2.02
KB
-rw-r--r--
2023-03-30 12:34
ftp.rb
7.04
KB
-rw-r--r--
2023-03-30 12:34
generic.rb
36.26
KB
-rw-r--r--
2023-03-30 12:34
http.rb
2.35
KB
-rw-r--r--
2023-03-30 12:34
https.rb
571
B
-rw-r--r--
2023-03-30 12:34
ldap.rb
5.79
KB
-rw-r--r--
2023-03-30 12:34
ldaps.rb
506
B
-rw-r--r--
2023-03-30 12:34
mailto.rb
7.83
KB
-rw-r--r--
2023-03-30 12:34
rfc2396_parser.rb
17.4
KB
-rw-r--r--
2023-03-30 12:34
rfc3986_parser.rb
6.24
KB
-rw-r--r--
2023-03-30 12:34
version.rb
152
B
-rw-r--r--
2023-03-30 12:34
Save
Rename
# frozen_string_literal: false # = 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$ # # See URI for general documentation # require_relative '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