Linux premium82.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.194 & Your IP : 216.73.216.196
Domains :
Cant Read [ /etc/named.conf ]
User : evicodqw
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