Mtgsy
This Gem helps you update, add and delete DNS records at CloudFloor DNS
Installation
Add this line to your application's Gemfile:
gem 'mtgsy'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mtgsy
Usage
client = Mtgsy::ApiClient.new(username: "my_username", password: "my_password", domainname: "mydomain.com")
client.add_record(name: "www", type: "A", data: "127.0.0.1", aux: "0", ttl: "3600")
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request