Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.155
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
Resolv /
Delete
Unzip
Name
Size
Permission
Date
Action
DNS
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
Hosts
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
IPv4
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
IPv6
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
ResolvError
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
ResolvTimeout
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
cdesc-Resolv.yaml
2.36
KB
-rw-r--r--
2023-07-26 13:47
each_address-c.yaml
276
B
-rw-r--r--
2023-07-26 13:47
each_address-i.yaml
285
B
-rw-r--r--
2023-07-26 13:47
each_name-c.yaml
272
B
-rw-r--r--
2023-07-26 13:47
each_name-i.yaml
292
B
-rw-r--r--
2023-07-26 13:47
getaddress-c.yaml
263
B
-rw-r--r--
2023-07-26 13:47
getaddress-i.yaml
263
B
-rw-r--r--
2023-07-26 13:47
getaddresses-c.yaml
261
B
-rw-r--r--
2023-07-26 13:47
getaddresses-i.yaml
261
B
-rw-r--r--
2023-07-26 13:47
getname-c.yaml
254
B
-rw-r--r--
2023-07-26 13:47
getname-i.yaml
254
B
-rw-r--r--
2023-07-26 13:47
getnames-c.yaml
258
B
-rw-r--r--
2023-07-26 13:47
getnames-i.yaml
258
B
-rw-r--r--
2023-07-26 13:47
new-c.yaml
273
B
-rw-r--r--
2023-07-26 13:47
Save
Rename
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: each_address - !ruby/object:RI::MethodSummary name: each_name - !ruby/object:RI::MethodSummary name: getaddress - !ruby/object:RI::MethodSummary name: getaddresses - !ruby/object:RI::MethodSummary name: getname - !ruby/object:RI::MethodSummary name: getnames - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::P body: Resolv is a thread-aware DNS resolver library written in Ruby. Resolv can handle multiple DNS requests concurrently without blocking. The ruby interpreter. - !ruby/struct:SM::Flow::P body: "See also resolv-replace.rb to replace the libc resolver with # Resolv." - !ruby/struct:SM::Flow::P body: Resolv can look up various DNS resources using the DNS module directly. - !ruby/struct:SM::Flow::P body: "Examples:" - !ruby/struct:SM::Flow::VERB body: " p Resolv.getaddress "www.ruby-lang.org"\n p Resolv.getname "210.251.121.214"\n\n Resolv::DNS.open do |dns|\n ress = dns.getresources "www.ruby-lang.org", Resolv::DNS::Resource::IN::A\n p ress.map { |r| r.address }\n ress = dns.getresources "ruby-lang.org", Resolv::DNS::Resource::IN::MX\n p ress.map { |r| [r.exchange.to_s, r.preference] }\n end\n" - !ruby/struct:SM::Flow::H level: 2 text: Bugs - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "*" body: NIS is not supported. - !ruby/struct:SM::Flow::LI label: "*" body: /etc/nsswitch.conf is not supported. type: :BULLET constants: - !ruby/object:RI::Constant comment: - !ruby/struct:SM::Flow::P body: Default resolver to use for Resolv class methods. name: DefaultResolver value: self.new - !ruby/object:RI::Constant comment: - !ruby/struct:SM::Flow::P body: Address Regexp to use for matching IP addresses. name: AddressRegex value: /(?:#{IPv4::Regex})|(?:#{IPv6::Regex})/ full_name: Resolv includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: each_address - !ruby/object:RI::MethodSummary name: each_name - !ruby/object:RI::MethodSummary name: getaddress - !ruby/object:RI::MethodSummary name: getaddresses - !ruby/object:RI::MethodSummary name: getname - !ruby/object:RI::MethodSummary name: getnames name: Resolv superclass: Object