this_ip
Auth and deauth your current IP address.
Installation
$ gem install this_ip
For extra configuration options, copy .this_ip.example into ~/.this_ip and change the defaults.
For AWS support, make sure you have your AWS authorization details loaded into your environment:
export AWS_ACCESS_KEY_ID='...'
export AWS_SECRET_ACCESS_KEY='...'
export AWS_REGION='...'
Usage
$ this_ip auth
$ this_ip deauth
Services
- AWS
- EC2
- RDS
Contributing
- Fork it ( https://github.com/[my-github-username]/this_ip/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