add second rendezvous server

master
Christian Ulrich 2020-11-15 14:10:48 +01:00
parent 8522b3749b
commit 9e87c777c7
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import random
const rendezvousServers: seq[tuple[hostname: string, port: Port]] = @[
("strangeplace.net", Port(5320))
("ulrich.earth", Port(5320))
]
type