This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
golang
/
netmaker
mirror of
https://github.com/gravitl/netmaker
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
update dns settigns on migration
abhishek9686
3 tháng trước cách đây
mục cha
ba869d7369
commit
087b7393d6
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
migrate/migrate.go
+ 1
- 0
migrate/migrate.go
Xem Tập Tin
@@ -202,6 +202,7 @@ func updateHosts() {
} else {
host.DNS = "no"
}
+ logic.UpsertHost(&host)
}
}
}