change hostnames

This commit is contained in:
John Smith
2022-08-28 14:46:14 -04:00
parent 6f05f9308c
commit 2be409da61
3 changed files with 5 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ impl NetworkManager {
// txt_version,min_version,max_version,nodeid,hostname,dialinfoshort*
//
// Split bootstrap node record by commas. Example:
// 0,0,0,7lxDEabK_qgjbe38RtBa3IZLrud84P6NhGP-pRTZzdQ,bootstrap-dev-alpha.veilid.net,T5150,U5150,W5150/ws
// 0,0,0,7lxDEabK_qgjbe38RtBa3IZLrud84P6NhGP-pRTZzdQ,bootstrap-1.dev.veilid.net,T5150,U5150,W5150/ws
let records: Vec<String> = bsnirecord
.trim()
.split(',')