• [^] # Re: Pour afficher les configurations

    Posté par (site web personnel, Mastodon) . En réponse au journal Quad9, résolveur DNS public, et sécurisé par TLS. Évalué à 4.

    Et la config' Unbound :

    server:
     interface: 127.0.0.1
     do-not-query-localhost: no
    forward-zone:
     name: "."
     forward-addr: ::1@8053
    

    Et la question posée à Unbound :

    % dig @127.0.0.1 A mastodon.gougere.fr
    ; <<>> DiG 9.10.3-P4-Ubuntu <<>> @127.0.0.1 A mastodon.gougere.fr
    ; (1 server found)
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40668
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
    ;; OPT PSEUDOSECTION:
    ; EDNS: version: 0, flags: do; udp: 4096
    ;; QUESTION SECTION:
    ;mastodon.gougere.fr. IN A
    ;; ANSWER SECTION:
    mastodon.gougere.fr. 600 IN A 185.167.17.10
    ;; Query time: 2662 msec
    ;; SERVER: 127.0.0.1#53(127.0.0.1)
    ;; WHEN: Thu Nov 16 20:36:09 +08 2017
    ;; MSG SIZE rcvd: 64