Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
ruby /
3.0.0 /
bundler /
vendor /
uri /
lib /
uri /
Delete
Unzip
Name
Size
Permission
Date
Action
common.rb
20.42
KB
-rw-r--r--
2021-07-07 19:08
file.rb
2.16
KB
-rw-r--r--
2021-07-07 19:08
ftp.rb
7.29
KB
-rw-r--r--
2021-07-07 19:08
generic.rb
37.71
KB
-rw-r--r--
2021-07-07 19:08
http.rb
2.47
KB
-rw-r--r--
2021-07-07 19:08
https.rb
607
B
-rw-r--r--
2021-07-07 19:08
ldap.rb
5.87
KB
-rw-r--r--
2021-07-07 19:08
ldaps.rb
542
B
-rw-r--r--
2021-07-07 19:08
mailto.rb
8.05
KB
-rw-r--r--
2021-07-07 19:08
rfc2396_parser.rb
17.8
KB
-rw-r--r--
2021-07-07 19:08
rfc3986_parser.rb
6.33
KB
-rw-r--r--
2021-07-07 19:08
version.rb
159
B
-rw-r--r--
2021-07-07 19:08
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 Bundler::URI for general documentation # require_relative 'http' module Bundler::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 Bundler::URI::HTTP. class HTTPS < HTTP # A Default port of 443 for Bundler::URI::HTTPS DEFAULT_PORT = 443 end @@schemes['HTTPS'] = HTTPS end