Replies: 2 comments
-
|
Looks like that is broken – Chain is very naive about printing and simply outputs the left and the right part connected with a dot. I’ll provide a fix for it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The fix is in #253. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I have a domain host entry from reading a zone file that looks like:
Chain { left: RelativeDname(), right: Dname(foo.com.) }, ZoneRecordData::A(A { addr: x.y.z.a })
and I convert the chain into a String with .to_string(), I get .foo.com instead of foo.com which is what I expected.
Beta Was this translation helpful? Give feedback.
All reactions