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.45
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby20 /
share /
ri /
2.0.0 /
system /
IPSocket /
Delete
Unzip
Name
Size
Permission
Date
Action
addr-i.ri
1.31
KB
-rw-r--r--
2023-07-26 17:38
cdesc-IPSocket.ri
621
B
-rw-r--r--
2023-07-26 17:38
getaddress-c.ri
608
B
-rw-r--r--
2023-07-26 17:38
getaddress_orig-c.ri
251
B
-rw-r--r--
2023-07-26 17:38
peeraddr-i.ri
1.46
KB
-rw-r--r--
2023-07-26 17:38
recvfrom-i.ri
979
B
-rw-r--r--
2023-07-26 17:38
valid_v6%3f-c.ri
241
B
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::AnyMethod[iI" peeraddr:ETI"IPSocket#peeraddr;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I";Returns the remote address as an array which contains ;TI"9address_family, port, hostname and numeric_address. ;TI"DIt is defined for connection oriented socket such as TCPSocket.;To:RDoc::Markup::BlankLine o; ; [I"3If +reverse_lookup+ is +true+ or +:hostname+, ;TI"Ehostname is obtained from numeric_address using reverse lookup. ;TI")Or if it is +false+, or +:numeric+, ;TI"*hostname is same as numeric_address. ;TI"OOr 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| ;TI"U p sock.peeraddr #=> ["AF_INET", 80, "carbon.ruby-lang.org", "221.186.184.68"] ;TI"\ p sock.peeraddr(true) #=> ["AF_INET", 80, "carbon.ruby-lang.org", "221.186.184.68"] ;TI"V p sock.peeraddr(false) #=> ["AF_INET", 80, "221.186.184.68", "221.186.184.68"] ;TI"` p sock.peeraddr(:hostname) #=> ["AF_INET", 80, "carbon.ruby-lang.org", "221.186.184.68"] ;TI"Z p sock.peeraddr(:numeric) #=> ["AF_INET", 80, "221.186.184.68", "221.186.184.68"] ;TI"};T:@format0: @fileI"ext/socket/ipsocket.c;T:0@omit_headings_from_table_of_contents_below0I"^ipsocket.peeraddr([reverse_lookup]) => [address_family, port, hostname, numeric_address] ;T0[ I"(*args);T@"FI" IPSocket;TcRDoc::NormalClass0