Skip to content

snowsky/edns_coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Hello EDNS


Dependencies

go get gopkg.in/yaml.v2
go get github.com/codegangsta/cli
go get github.com/snowsky/dns

Configuration

zones:
  coding.net:
    coding.net:
      a:
        - 1.1.1.1
        - 2.2.2.2
      mx:
        - 10 1.1.1.1
        - 20 2.2.2.2
    git.coding.net:
      proxy:
        - 125.39.1.118
        - 14.215.100.33
        - 222.186.132.179
        - 111.202.74.158

The config file starts with "zones" keyword. The structure is zone name -> host name -> records.

Start Service

go run edns_coding.go start --conf dns.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages