Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/perbu/omg-lol-ipd
- Owner: perbu
- License: mit
- Created: 2023-09-17T08:23:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-17T08:48:02.000Z (over 1 year ago)
- Last Synced: 2024-04-22T00:24:17.853Z (9 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 existWorks for me. YMMV.
## Config
```json
{
"email": "[email protected]",
"api_key": "123123...123",
"hostname": "whatevs",
"username": "lolpod"
}
```