https://github.com/keizo042/mruby-unbound
libunbound mruby client
https://github.com/keizo042/mruby-unbound
Last synced: 8 months ago
JSON representation
libunbound mruby client
- Host: GitHub
- URL: https://github.com/keizo042/mruby-unbound
- Owner: keizo042
- Created: 2015-01-20T05:13:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T00:07:15.000Z (about 9 years ago)
- Last Synced: 2024-08-03T08:02:34.804Z (over 1 year ago)
- Language: C
- Size: 21.5 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mruby - mruby-unbound - libunbound mruby client. `unbound` is DNS cache Server. (System)
README
mruby-unbound
====
## Descriotion
libunbound mruby client.
unbound is DNS cache Server
## sample
```
c = Unbound.new
c.resolve "forum.mruby.org"
=> "176.34.60.232"
```
## Requirement
unbound & libunbound
## Install
on your build_config.rb
```ruby:build_config.rb
MRuby:Build.new do |conf|
conf.gem :github => "keizo042/mruby-unbound"
end
```
## LICENSE
same mruby LICENSE. MITL
## AUTHOR
[keizo](https://github.com/keizo042)
## Contact me
twitter : @keizo042
mail: keizo.bookman at gmail.com