fix: cert not update

This commit is contained in:
Daniel Ding
2023-09-26 20:50:55 +08:00
parent b093aefd8c
commit 668788dc0d
4 changed files with 11 additions and 9 deletions

View File

@@ -33,6 +33,7 @@ func (w *RouterWorker) updateVPN() {
routes := vpn.Routes
routes = append(routes, vpn.Subnet)
for _, sub := range spec.Subnets {
w.out.Info("RouterWorker.updateVPN subnet %s", sub.CIDR)
routes = append(routes, sub.CIDR)
}