An open API service indexing awesome lists of open source software.

https://github.com/namusyaka/itamae-plugin-resource-iptables

itamae resource plugin for iptables
https://github.com/namusyaka/itamae-plugin-resource-iptables

Last synced: about 1 month ago
JSON representation

itamae resource plugin for iptables

Awesome Lists containing this project

README

        

# Itamae::Plugin::Resource::Iptables

[itamae](https://github.com/ryotarai/itamae) resource plugin to manage iptables.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'itamae-plugin-resource-iptables'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install itamae-plugin-resource-iptables

## Usage

- [examples/firewall.rb](examples/firewall.rb)
- [examples/rtmpsuck.rb](examples/rtmpsuck.rb)

## Contributing

1. Fork it ( https://github.com/eagletmt/itamae-plugin-resource-iptables/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request