Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/perbu/omg-lol-ipd


https://github.com/perbu/omg-lol-ipd

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Omg lol IP daemon

Simple daemon to monitor the IP address of a machine and update the omg.lol DNS record if it changes.

## Limitations
- Only supports IPv4 A records
- The record must already exist

Works for me. YMMV.

## Config

```json
{
"email": "[email protected]",
"api_key": "123123...123",
"hostname": "whatevs",
"username": "lolpod"
}
```