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.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
share /
ri /
1.9.1 /
system /
IPSocket /
Delete
Unzip
Name
Size
Permission
Date
Action
addr-i.ri
1.22
KB
-rw-r--r--
2023-07-26 17:26
cdesc-IPSocket.ri
476
B
-rw-r--r--
2023-07-26 17:26
getaddress-c.ri
649
B
-rw-r--r--
2023-07-26 17:26
getaddress_orig-c.ri
166
B
-rw-r--r--
2023-07-26 17:26
peeraddr-i.ri
1.35
KB
-rw-r--r--
2023-07-26 17:26
recvfrom-i.ri
886
B
-rw-r--r--
2023-07-26 17:26
valid_v6%3f-c.ri
158
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI" peeraddr:ETI"IPSocket#peeraddr;FF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I":Returns the remote address as an array which contains;TI"8address_family, port, hostname and numeric_address.;TI"DIt is defined for connection oriented socket such as TCPSocket.;To:RDoc::Markup::BlankLine o; ; [I"2If +reverse_lookup+ is +true+ or +:hostname+,;TI"Dhostname is obtained from numeric_address using reverse lookup.;TI"(Or if it is +false+, or +:numeric+,;TI")hostname is same as numeric_address.;TI"NOr if it is +nil+ or ommitted, obeys to +ipsocket.do_not_reverse_lookup+.;TI"#See +Socket.getaddrinfo+ also.;T@o:RDoc::Markup::Verbatim; [I"5TCPSocket.open("www.ruby-lang.org", 80) {|sock| ;FI"U p sock.peeraddr #=> ["AF_INET", 80, "carbon.ruby-lang.org", "221.186.184.68"] ;FI"V p sock.peeraddr(true) #=> ["AF_INET", 80, "221.186.184.68", "221.186.184.68"] ;FI"V p sock.peeraddr(false) #=> ["AF_INET", 80, "221.186.184.68", "221.186.184.68"] ;FI"` p sock.peeraddr(:hostname) #=> ["AF_INET", 80, "carbon.ruby-lang.org", "221.186.184.68"] ;FI"Z p sock.peeraddr(:numeric) #=> ["AF_INET", 80, "221.186.184.68", "221.186.184.68"] ;FI"};F: @file0I"_ipsocket.peeraddr([reverse_lookup]) => [address_family, port, hostname, numeric_address] ;T0[ I"(*args);FI"ext/socket/ipsocket.c;T