Skip to content

Commit

Permalink
add grin to dht known list
Browse files Browse the repository at this point in the history
  • Loading branch information
shyba committed Sep 29, 2021
1 parent 254ae66 commit a85ceb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lbry/conf.py
Expand Up @@ -692,6 +692,7 @@ class Config(CLIConfig):
('spv19.lbry.com', 50001),
])
known_dht_nodes = Servers("Known nodes for bootstrapping connection to the DHT", [
('dht.lbry.grin.io', 4444), # Grin
('dht.lbry.madiator.com', 4444), # Madiator
('lbrynet1.lbry.com', 4444), # US EAST
('lbrynet2.lbry.com', 4444), # US WEST
Expand Down

0 comments on commit a85ceb3

Please sign in to comment.