GithubHelp home page GithubHelp logo

coredns-recursive-delegation's Introduction

coredns-recursive-delegation

Testing cordons recursive delegation stuff

~/coredns-recursive-delegation (main) ❯ docker run -it f64a97ccd827ca0b49aba28d87b8f5724a933480133668391137bb634507801f
root@a8e100c12058:/coredns# dig @127.0.0.1 server1.example.org

; <<>> DiG 9.18.1-1ubuntu1.2-Ubuntu <<>> @127.0.0.1 server1.example.org
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5336
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: d2c457768538a4f40100000063365ed09cf7ea2a0a6eff65 (good)
;; QUESTION SECTION:
;server1.example.org.		IN	A

;; ANSWER SECTION:
server1.example.org.	86400	IN	CNAME	server1.delegated.example.org.
server1.delegated.example.org. 86400 IN	A	1.2.3.4

;; Query time: 3 msec
;; SERVER: 127.0.0.1#53(127.0.0.1) (UDP)
;; WHEN: Fri Sep 30 03:13:20 UTC 2022
;; MSG SIZE  rcvd: 135

root@a8e100c12058:/coredns# dig @127.0.0.3 server1.example.org

; <<>> DiG 9.18.1-1ubuntu1.2-Ubuntu <<>> @127.0.0.3 server1.example.org
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40405
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: b51d3dd5c9064e7d (echoed)
;; QUESTION SECTION:
;server1.example.org.		IN	A

;; ANSWER SECTION:
server1.example.org.	86400	IN	CNAME	server1.delegated.example.org.

;; AUTHORITY SECTION:
example.org.		86400	IN	NS	dns1.example.org.

;; Query time: 1 msec
;; SERVER: 127.0.0.3#53(127.0.0.3) (UDP)
;; WHEN: Fri Sep 30 03:13:24 UTC 2022
;; MSG SIZE  rcvd: 163

coredns-recursive-delegation's People

Contributors

sadbox avatar

Watchers

 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.