[ldns-users] SVCB and HTTPS support

A. Schulze sca at andreasschulze.de
Tue Feb 2 22:23:55 UTC 2021


Hello Niall,

Am 02.02.21 um 21:30 schrieb Niall O'Reilly via ldns-users:
> I’m seeing what appears to be an invalid presentation format for
> the HTTPS RR when using /drill/ from a fresh build of *ldns*
> in my local clone of the git repo.
at least, I could reproduce your finding:

$ cd /tmp && git clone https://github.com/nlnetlabs/ldns && cd ldns/
$ git submodule update --init && libtoolize -ci && autoreconf -fi -v
$ ./configure \
        --enable-ed25519 \
        --enable-ed448 \
        --enable-rrtype-avc \
        --enable-rrtype-svcb-https \
        --with-drill \
        --with-examples
$ make 
$ sudo make install
$ sudo ldconfig
$ /usr/local/bin/drill type65 crypto.cloudflare.com
;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 20961
;; flags: qr rd ra ; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
;; crypto.cloudflare.com.       IN      HTTPS

;; ANSWER SECTION:
crypto.cloudflare.com.  299     IN      HTTPS   1

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:

;; Query time: 35 msec
;; SERVER: 8.8.4.4
;; WHEN: Tue Feb  2 23:11:41 2021
;; MSG SIZE  rcvd: 186

... same with drill @1.1.1.1 or @9.9.9.9

Andreas


More information about the ldns-users mailing list