Iptables::Client
TODO: Write a gem description
Installation
Recommended installation on the server (system wide):
sudo /usr/local/ruby/1.9.3/bin/gem install iptables-web
sudo ln -sf /usr/local/ruby/1.9.3/bin/iptables-web /usr/local/bin/iptables-web
Contributing
- Fork it ( https://github.com/[my-github-username]/iptables-web/fork )
- 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 a new Pull Request