forked from team/site
1
0
Fork 0

move Net_DNS2_RR_CDS after Net_DNS2_RR_DS

This commit is contained in:
Ben Harris 2022-09-29 12:24:58 -04:00
parent de7460d17d
commit 3b2e9e1167
1 changed files with 4 additions and 4 deletions

View File

@ -3938,10 +3938,6 @@ class Net_DNS2_RR_CAA extends Net_DNS2_RR
}
class Net_DNS2_RR_CDS extends Net_DNS2_RR_DS
{
}
class Net_DNS2_RR_CERT extends Net_DNS2_RR
{
@ -4455,6 +4451,10 @@ class Net_DNS2_RR_DS extends Net_DNS2_RR
}
}
class Net_DNS2_RR_CDS extends Net_DNS2_RR_DS
{
}
class Net_DNS2_RR_EID extends Net_DNS2_RR
{