https://github.com/jackysp/und
Update namesilo DNS record dynamically
https://github.com/jackysp/und
ddns-client golang namesilo
Last synced: 3 months ago
JSON representation
Update namesilo DNS record dynamically
- Host: GitHub
- URL: https://github.com/jackysp/und
- Owner: jackysp
- License: apache-2.0
- Created: 2020-01-24T14:13:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T12:40:11.000Z (over 5 years ago)
- Last Synced: 2025-01-23T20:54:31.202Z (4 months ago)
- Topics: ddns-client, golang, namesilo
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# und
[](https://github.com/jackysp/und/blob/master/LICENSE)
[](https://godoc.org/github.com/jackysp/und)
[](https://goreportcard.com/report/github.com/jackysp/und)
[](https://github.com/jackysp/und/releases/latest)
[](https://github.com/jackysp/und/releases)Update [namesilo](https://www.namesilo.com/) DNS record dynamically.
## Build from source
Require Go 1.13+.
1. `git clone https://github.com/jackysp/und.git`
1. `cd und`
1. `make`## Installation
### Download the binary (recommanded)
https://github.com/jackysp/und/releases
### Install from source
`go get -u github.com/jackysp/und`
## Usage
./und -key={your key} -domain={your domain} -host={your hostname} -interval={update interval}