godns

command module
v0.0.0-...-4931ed3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2015 License: Apache-2.0 Imports: 15 Imported by: 0

README

GoDNS

Build Status

GoDNS is a dynamic DNS (DDNS) tool, it is fork from: GoDNS.

Modify something.

Pre-condition

  • GoDNS relies on DNSPod and its API.

  • To use GoDNS, you need a domain and hosted on DNSPod.

Build it

Get & build it from source code

  • Get source code from Github:
git clone https://github.com/abotoo/godns.git
  • Go into the godns directory, get related library and then build it:
cd godns
go get
go build
  • Then you get GoDNS.

Run it

  • Get config_sample.json from Github.
  • Rename it to config.json.
  • Configure your domain/sub-domain info, username and password of DNSPod account.
  • Configure log file path, max size of log file, max count of log file.
  • Configure user id, group id for safty.
  • Save it in the same directory of GoDNS, or use -c=your_conf_path command.
  • The last step, run godns:
./godns
  • Enjoy it!

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL