Sha256: 5dd1a4127dc2b8ee2e25ac7d232a18e7bccbfcc7ed25645c6e8eb1dcc0a5a06a

Contents?: true

Size: 892 Bytes

Versions: 1

Compression:

Stored size: 892 Bytes

Contents

# noip

A simple utility for updating [noip](https://www.noip.com/integrate/request)
dynamic DNS records for when your router kinda shit.

## Usage

### Command Line Interface 

You will need to provide your credentials and host to update as environment variables:

```bash
NOIP_HOST=host.to.update NOIP_USERNAME=username NOIP_PASSWORD=h4h-t0tez-l3g1t noip
```

### Crontab

As before, environment variables will need to be provided, here's a sample crontab that will run every 4 hours:

```crontab
0 0,4,8,12,16,20 * * * NOIP_HOST=host.to.update NOIP_USERNAME=username NOIP_PASSWORD=h4h-t0tez-l3g1t noip
```

## Contributing

1. Fork it ( https://github.com/asellitt/noip/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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noip-0.1 README.md