You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DIM currently allows invalid PTR records to be added, for example: rr_create(ip='12.0.0.1', type='PTR', views=['default'], ptrdname='z.test.com.', name='12.0.0.1.0.0.12.in-addr.arpa.', comment='')
results in
Domain names in the IN-ADDR.ARPA domain are defined to have up to four
labels in addition to the IN-ADDR.ARPA suffix. Each label represents
one octet of an Internet address, and is expressed as a character string
for a decimal value in the range 0-255 (with leading zeros omitted
except in the case of a zero octet which is represented by a single
zero).
The text was updated successfully, but these errors were encountered:
DIM currently allows invalid PTR records to be added, for example:
rr_create(ip='12.0.0.1', type='PTR', views=['default'], ptrdname='z.test.com.', name='12.0.0.1.0.0.12.in-addr.arpa.', comment='')
results in
see https://datatracker.ietf.org/doc/html/rfc1035#section-3.5
The text was updated successfully, but these errors were encountered: