add tracker.lbry.grin.io
This commit is contained in:
parent
39fcfcccfb
commit
571e71b28e
1 changed files with 2 additions and 1 deletions
|
@ -682,7 +682,8 @@ class Config(CLIConfig):
|
|||
])
|
||||
|
||||
tracker_servers = Servers("BitTorrent-compatible (BEP15) UDP trackers for helping P2P discovery", [
|
||||
('tracker.lbry.com', 1337)
|
||||
('tracker.lbry.com', 9252),
|
||||
('tracker.lbry.grin.io', 9252),
|
||||
])
|
||||
|
||||
lbryum_servers = Servers("SPV wallet servers", [
|
||||
|
|
Loading…
Reference in a new issue