We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The tests at travis fail because new resource record types were defined.
The output of the test is:
--------------- Start Output: 080-iana-rr-types ------------------ !! FAILED !! !! FAILED !! DateRunEnd: 1600434491 BaseName: 080-iana-rr-types Description: Fetch dns-parameters.xml from iana and check all RR types DateRunStart: 1600434491 --------------- Test Output ------------------ /usr/bin/wget --2020-09-18 13:08:11-- http://www.iana.org/assignments/dns-parameters/dns-parameters.xml Resolving www.iana.org (www.iana.org)... 192.0.32.8, 2620:0:2d0:200::8 Connecting to www.iana.org (www.iana.org)|192.0.32.8|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 66285 (65K) [text/xml] Saving to: ‘dns-parameters.xml’ 0K .......... .......... .......... .......... .......... 77% 670K 0s 50K .......... .... 100% 199K=0.1s 2020-09-18 13:08:11 (435 KB/s) - ‘dns-parameters.xml’ saved [66285/66285] RR type SVCB (value 64) not in rrdef.h RR type SVCB (value 64) not in getdns.h.in RR type HTTPS (value 65) not in rrdef.h RR type HTTPS (value 65) not in getdns.h.in exit code: 1 --------------- End Output: 080-iana-rr-types ------------------
The new types are:
<record date="2020-06-30"> <type>SVCB</type> <value>64</value> <description>Service Binding</description> <xref type="draft" data="draft-ietf-dnsop-svcb-https-00"/> <file type="template">SVCB/svcb-completed-template</file> </record> <record date="2020-06-30"> <type>HTTPS</type> <value>65</value> <description>HTTPS Binding</description> <xref type="draft" data="draft-ietf-dnsop-svcb-https-00"/> <file type="template">HTTPS/https-completed-template</file> </record>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The tests at travis fail because new resource record types were defined.
The output of the test is:
The new types are:
The text was updated successfully, but these errors were encountered: