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" addr:ETI"IPSocket#addr;FF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"9Returns the local address as an array which contains;TI"8address_family, port, hostname and numeric_address.;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"B p sock.addr #=> ["AF_INET", 49429, "hal", "192.168.0.128"] ;FI"I p sock.addr(true) #=> ["AF_INET", 49429, "hal", "192.168.0.128"] ;FI"S p sock.addr(false) #=> ["AF_INET", 49429, "192.168.0.128", "192.168.0.128"] ;FI"N p sock.addr(:hostname) #=> ["AF_INET", 49429, "hal", "192.168.0.128"] ;FI"X p sock.addr(:numeric) #=> ["AF_INET", 49429, "192.168.0.128", "192.168.0.128"] ;FI"};F: @file0I"[ipsocket.addr([reverse_lookup]) => [address_family, port, hostname, numeric_address] ;T0[ I"(*args);FI"ext/socket/ipsocket.c;T