mirror of
https://github.com/luscis/openlan.git
synced 2025-10-20 07:44:34 +08:00
fix: cert not update
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user