Parse IP addresses from JSON-like strings to allow better IPv6 address handling#514
Parse IP addresses from JSON-like strings to allow better IPv6 address handling#514uzlonewolf wants to merge 2 commits intogetdnsapi:developfrom
Conversation
…s beginning with '*'
|
Thanks @uzlonewolf , but I think this approach might be a bit too generic. Any text string looking like an IP address (even as rdata field in for example a TXT RR) will be converted to an IP dict with this PR. |
|
Yes, I do like that idea a lot better. I'll try to modify this PR to do that in the next day or 2. |
|
Op 06-12-2021 om 11:04 schreef uzlonewolf:
Yes, I do like that idea a lot better. I'll try to modify this PR to do
that in the next day or 2.
Excellent! Thanks!
|
|
Well, after spending a couple hours on this and successfully making |
This will allow quoted "::" and "[::]" style IPv6 addresses. Combined with a small change to stubby this will close both #358 and stubby#304