gera2ld / async_dns

DNS library based on asyncio
MIT License
70 stars 17 forks source link

async_dns.core.config.root does disk writes at load time #24

Closed bdraco closed 3 years ago

bdraco commented 3 years ago

related https://github.com/home-assistant/core/issues/49205

Is there a way to avoid anything being written to the disk?

The underlying use case is here https://github.com/bdraco/aiodiscover/blob/main/aiodiscover/discovery.py#L100