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

  1. Fork it ( https://github.com/[my-github-username]/this_ip/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