Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gtrias/go-dyndns-acs
Script to update your dynamic DNS
https://github.com/gtrias/go-dyndns-acs
Last synced: about 2 months ago
JSON representation
Script to update your dynamic DNS
- Host: GitHub
- URL: https://github.com/gtrias/go-dyndns-acs
- Owner: gtrias
- Created: 2015-07-25T15:51:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-16T17:55:18.000Z (almost 9 years ago)
- Last Synced: 2023-08-02T02:22:53.335Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Installation
------------First download go-dyndns-acs to your GOPATH
```
go get github.com/gtrias/go-dyndns-acs
```Then configure
```
cd $GOPATH/src/github.com/gtrias/go-dyndns-acs
cp config.yml.dist config.yml
```Edit the file to fit your needs
and run it :)