All Projects → tj → Sdns Ec2

tj / Sdns Ec2

EC2 resolver for sdns(1)

Programming Languages

go
31211 projects - #10 most used programming language

sdns-ec2

EC2 resolver for SDNS.

Installation

Via binary releases or:

$ go get github.com/tj/sdns-ec2

Example

Config:

bind: ":5000"
upstream:
  - 8.8.8.8
  - 8.8.4.4
domains:
  - name: ec2.local.
    command: sdns-ec2
  - name: ec2.
    command: sdns-ec2 --region us-west-1 --ttl 600

dig:

$ dig @127.0.0.1 -p 5000 +short site-02.ec2
10.30.41.228

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].