mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-05-27 12:52:27 +02:00
7778c96f38
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.