mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-05-27 12:52:27 +02:00
cmd/cli: write auto split rule for AD to config file
This commit is contained in:
committed by
Cuong Manh Le
parent
4befd33866
commit
ce353cd4d9
@@ -439,7 +439,6 @@ func (p *prog) run(reload bool, reloadCh chan struct{}) {
|
||||
|
||||
for listenerNum := range p.cfg.Listener {
|
||||
p.cfg.Listener[listenerNum].Init()
|
||||
addExtraSplitDnsRule(p.cfg.Listener[listenerNum])
|
||||
if !reload {
|
||||
go func(listenerNum string) {
|
||||
listenerConfig := p.cfg.Listener[listenerNum]
|
||||
|
||||
Reference in New Issue
Block a user