Code Monkey home page Code Monkey logo

coredns's Introduction

修改了使用etcd存储的域名解析方式,不采用递归方式获取etcd记录
缺点是没法使用负载均衡
测试用例

etcdctl put /skydns/com/demo/test/ '{"host":"1.1.1.1"}'  
etcdctl put /skydns/com/demo/test/a/ '{"host":"2.2.2.2"}'  
etcdctl put /skydns/com/demo/test/a/b/ '{"host":"3.3.3.3"}'  
dig +short test.demo.com @localhost  
1.1.1.1

dig +short a.test.demo.com @localhost  
2.2.2.2

dig +short b.a.test.demo.com @localhost  
3.3.3.3

coredns's People

Contributors

miekg avatar yongtang avatar chrisohaver avatar johnbelamaric avatar cricketliu avatar rdrozhdzh avatar mrichmon avatar grobie avatar aledbf avatar varyoo avatar rajansandeep avatar pmoroney avatar bradbeam avatar greenpau avatar huynhmb359 avatar stp-ip avatar violetrainbows avatar jameshartig avatar ekleiner avatar superq avatar bwaz avatar caniszczyk avatar m4r10k avatar mfischer-zd avatar nitisht avatar rtreffer avatar devnev avatar jremond avatar 0x333333 avatar yuewko avatar

Watchers

Louis avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.