feat: try to collect any cidr we could find

This commit is contained in:
wencaiwulue
2022-12-11 12:51:05 +08:00
parent e181ea417d
commit 182905c8e2
5 changed files with 27 additions and 33 deletions

View File

@@ -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,
}
}