Add lbrynet4 dht seed node (#1734)

added `lbrynet4.lbry.io` to list of default DHT nodes
This commit is contained in:
Thomas Zarebczan 2019-01-04 11:07:02 -05:00 committed by Lex Berezhny
parent 97c0092923
commit 8de97bb441

View file

@ -35,9 +35,10 @@ MB = 2 ** 20
DEFAULT_CONCURRENT_ANNOUNCERS = 10
DEFAULT_DHT_NODES = [
('lbrynet1.lbry.io', 4444),
('lbrynet2.lbry.io', 4444),
('lbrynet3.lbry.io', 4444)
('lbrynet1.lbry.io', 4444), # US EAST
('lbrynet2.lbry.io', 4444), # US WEST
('lbrynet3.lbry.io', 4444), # EU
('lbrynet4.lbry.io', 4444) # ASIA
]
settings_decoders = {