Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.60
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
ri /
system /
DRb /
DRbServer /
Delete
Unzip
Name
Size
Permission
Date
Action
InvokeMethod18Mixin
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
alive%3f-i.ri
298
B
-rw-r--r--
2024-06-26 17:25
any_to_s-i.ri
392
B
-rw-r--r--
2024-06-26 17:25
cdesc-DRbServer.ri
1.81
KB
-rw-r--r--
2024-06-26 17:25
check_insecure_method-i.ri
683
B
-rw-r--r--
2024-06-26 17:25
config-i.ri
305
B
-rw-r--r--
2024-06-26 17:25
default_acl-c.ri
433
B
-rw-r--r--
2024-06-26 17:25
default_argc_limit-c.ri
443
B
-rw-r--r--
2024-06-26 17:25
default_id_conv-c.ri
453
B
-rw-r--r--
2024-06-26 17:25
default_load_limit-c.ri
443
B
-rw-r--r--
2024-06-26 17:25
error_print-i.ri
258
B
-rw-r--r--
2024-06-26 17:25
front-i.ri
442
B
-rw-r--r--
2024-06-26 17:25
here%3f-i.ri
311
B
-rw-r--r--
2024-06-26 17:25
insecure_method%3f-i.ri
362
B
-rw-r--r--
2024-06-26 17:25
main_loop-i.ri
671
B
-rw-r--r--
2024-06-26 17:25
new-c.ri
2.55
KB
-rw-r--r--
2024-06-26 17:25
run-i.ri
312
B
-rw-r--r--
2024-06-26 17:25
shutdown-i.ri
243
B
-rw-r--r--
2024-06-26 17:25
stop_service-i.ri
306
B
-rw-r--r--
2024-06-26 17:25
thread-i.ri
490
B
-rw-r--r--
2024-06-26 17:25
to_id-i.ri
322
B
-rw-r--r--
2024-06-26 17:25
to_obj-i.ri
339
B
-rw-r--r--
2024-06-26 17:25
uri-i.ri
290
B
-rw-r--r--
2024-06-26 17:25
verbose%3d-c.ri
419
B
-rw-r--r--
2024-06-26 17:25
verbose%3d-i.ri
414
B
-rw-r--r--
2024-06-26 17:25
verbose-c.ri
325
B
-rw-r--r--
2024-06-26 17:25
verbose-i.ri
414
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI"new:ETI"DRb::DRbServer::new;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"%Create a new DRbServer instance.;To:RDoc::Markup::BlankLine o; ; [I"@+uri+ is the URI to bind to. This is normally of the form ;TI"C'druby://<hostname>:<port>' where <hostname> is a hostname of ;TI"Dthe local machine. If nil, then the system's default hostname ;TI"Ewill be bound to, on a port selected by the system; these value ;TI"Dcan be retrieved from the +uri+ attribute. 'druby:' specifies ;TI"Bthe default dRuby transport protocol: another protocol, such ;TI"-as 'drbunix:', can be specified instead.;T@o; ; [I"E+front+ is the front object for the server, that is, the object ;TI"Dto which remote method calls on the server will be passed. If ;TI">nil, then the server will not accept remote method calls.;T@o; ; [I">If +config_or_acl+ is a hash, it is the configuration to ;TI"@use for this server. The following options are recognised:;T@o:RDoc::Markup::List: @type: NOTE:@items[ o:RDoc::Markup::ListItem:@label[I" :idconv ;T; [o; ; [I"7an id-to-object conversion object. This defaults ;TI"0to an instance of the class DRb::DRbIdConv.;To;;[I":verbose ;T; [o; ; [I"7if true, all unsuccessful remote calls on objects ;TI"4in the server will be logged to $stdout. false ;TI"by default.;To;;[I":tcp_acl ;T; [o; ; [I"3the access control list for this server. See ;TI"4the ACL class from the main dRuby distribution.;To;;[I":load_limit ;T; [o; ; [I"3the maximum message size in bytes accepted by ;TI"/the server. Defaults to 25 MB (26214400).;To;;[I":argc_limit ;T; [o; ; [I"1the maximum number of arguments to a remote ;TI"1method accepted by the server. Defaults to ;TI" 256.;To; ; [ I"<The default values of these options can be modified on ;TI"Ba class-wide basis by the class methods #default_argc_limit, ;TI":#default_load_limit, #default_acl, #default_id_conv, ;TI"and #verbose=;T@o; ; [I"=If +config_or_acl+ is not a hash, but is not nil, it is ;TI"<assumed to be the access control list for this server. ;TI".See the :tcp_acl option for more details.;T@o; ; [I"@If no other server is currently set as the primary server, ;TI")this will become the primary server.;T@o; ; [I"AThe server will immediately start running in its own thread.;T: @fileI"lib/drb/drb.rb;T:0@omit_headings_from_table_of_contents_below000[ I",(uri=nil, front=nil, config_or_acl=nil);T@_FI"DRbServer;TcRDoc::NormalClass00