mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-07-04 01:07:49 +02:00
a084c87370
Change DNS listener context from parent context to background context so that listeners continue running during configuration reloads. Listener configuration changes require a service restart, not reload, so listeners must persist across reload operations. This prevents DNS listeners from being terminated when the parent context is cancelled during reload operations.