1
    2
    3
    4
    5
    6

content / browser / system_dns_resolution / README.md [blame]

On certain systems, system DNS resolution cannot run sandboxed. This includes
Android and some Linux systems. This directory contains Mojo implementations of
system DNS resolution so that sandboxed processes can use Mojo for system DNS
resolution, rather than getaddrinfo() or another system DNS resolution routine.

For more info, see the [design doc for servicified system DNS resolution](https://docs.google.com/document/d/18cVwhfOHVO2RFzBUpG9xmjmkci5J_rF0FagWe71uKBU/edit?usp=sharing).