mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
feat: try to collect any cidr we could find
This commit is contained in:
@@ -62,7 +62,7 @@ func Watch(directory string, notifyCh chan<- NotifyMessage) {
|
||||
|
||||
case <-time.Tick(time.Second * 3):
|
||||
notifyCh <- NotifyMessage{
|
||||
Operation: Remove,
|
||||
Operation: Modify,
|
||||
FilePath: directory,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user