Akaer

A small utility to add aliases to network interfaces.


Project maintained by ShogunPanda Hosted on GitHub Pages — Theme by mattgraham

akaer

Gem Version Dependency Status Build Status Code Climate

A small utility to add aliases to network interfaces.

http://sw.cow.tc/akaer

http://rdoc.info/gems/akaer

Description

Akaer is a small utility that adds and removes aliases to your network interfaces. This is useful in web development.

Basic usage

  1. Install the gem:

    gem install akaer
    
  2. Run the application:

    akaer
    

You're done!

Advanced usage

Just type akaer --help and you'll see all available options.

Configuration

By defaults, Akaer uses a configuration file in ~/.akaer_config, but you can change the path using the --config switch.

The file is a plain Ruby file with a single config object that supports the following directives.

Contributing to akaer

Copyright

Copyright (C) 2013 and above Shogun (shogun_panda@me.com).

Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.