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
- Host: GitHub
- URL: https://github.com/namusyaka/itamae-plugin-resource-iptables
- Owner: namusyaka
- License: mit
- Created: 2014-10-13T14:26:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-09T07:57:13.000Z (over 9 years ago)
- Last Synced: 2025-04-10T16:29:57.557Z (about 1 month ago)
- Language: Ruby
- Size: 15.6 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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