Skip to content

holenat/holedns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smartdns

ddns for holenat base on coredns and etcd

How does it works

how does it works

PreInstall

smartdns use coredns as dns server and etcd as backend storage, before running smartdns, you should run coredns and etcd firstly

Build & Install

# get source code
go get github.com/holenat/smartdns

# build proto
protoc --go_out=plugins=grpc:. smartdns.proto

# build smartdns
go build -o smartdns

Run

./smartdns -c smartdns.toml

Thanks

coredns etcd

About

smart dns for holenat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages