This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
golang
/
netmaker
réplica de
https://github.com/gravitl/netmaker
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
update dns settigns on migration
abhishek9686
hai 3 meses
pai
ba869d7369
achega
087b7393d6
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
migrate/migrate.go
+ 1
- 0
migrate/migrate.go
Ver ficheiro
@@ -202,6 +202,7 @@ func updateHosts() {
} else {
host.DNS = "no"
}
+ logic.UpsertHost(&host)
}
}
}