gera2ld / async_dns

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

optionally overwrite default config dir path with environment variable ASYNC_DNS_CONFIG_DIR #23

Closed fphammerle closed 3 years ago

fphammerle commented 3 years ago

$HOME/.config may not be write-able (e.g. due to docker run --read-only)

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

related commit: https://github.com/gera2ld/async_dns/commit/16cf6361ebfcc62fc6339e5194d013e8a8607fa2

fphammerle commented 3 years ago

thanks for the quick release!