add second rendezvous server
This commit is contained in:
parent
8522b3749b
commit
9e87c777c7
|
@ -8,6 +8,7 @@ import random
|
|||
|
||||
const rendezvousServers: seq[tuple[hostname: string, port: Port]] = @[
|
||||
("strangeplace.net", Port(5320))
|
||||
("ulrich.earth", Port(5320))
|
||||
]
|
||||
|
||||
type
|
||||
|
|
Loading…
Reference in New Issue