This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
golang
/
netmaker
espejo de
https://github.com/gravitl/netmaker
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
update dns settigns on migration
abhishek9686
hace 3 meses
padre
ba869d7369
commit
087b7393d6
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
migrate/migrate.go
+ 1
- 0
migrate/migrate.go
Ver fichero
@@ -202,6 +202,7 @@ func updateHosts() {
} else {
host.DNS = "no"
}
+ logic.UpsertHost(&host)
}
}
}