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

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


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

Last synced: 3 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": "omg.lol@gmail.com",
"api_key": "123123...123",
"hostname": "whatevs",
"username": "lolpod"
}
```