Sorry. I forget to correctly pointing out the benefits of this PR: In the past, ISP had been blocking (removing from DNS relaying) IPs coming from Bitcoin DNS seeders.
ISP could also block whole IP and port ranges. They won't becaus this would affect the business models of ISP.
Blocking DNS relaying and saying, the blocked IP serves malware, could be a low-noise incentive to reduce traffic.
Therefore I think the network overall quality can be improved if there is at least one DNS seed providing obfuscated (in this PR xored) IPs.
Especially SPV clients could improve their network independence by having a fallback (the xored DNS seed) when a ISP decides to try to block bitcoin through DNS manipulating.
client part of https://github.com/sipa/bitcoin-seeder/pull/24
(edit: added more information about this PR)