Provided that most of the pioneers can agree on a port number this would work better.
Divide your topology providers per continent, the africa-provider provides A
records to relays in africa, the europe-provider for relays in eruope and so on. The valency used should be 5 for the topology provider in your continent. and 2 for other continents.
Example snippet for a relay running in europe.
{
“addr”: “europe.topology-provider-a.net”,
“port”: 3001,
“valency”: 5
},
{
“addr”: “norht-america.topology-provider.net”,
“port”: 3001,
“valency”: 2
},
2 Likes