add new conf: tracker_servers

This commit is contained in:
Victor Shyba 2022-03-05 02:21:53 -03:00
parent 006391dd26
commit 4ea858fdd3

View file

@ -681,6 +681,10 @@ class Config(CLIConfig):
('cdn.reflector.lbry.com', 5567)
])
tracker_servers = Servers("BitTorrent-compatible (BEP15) UDP trackers for helping P2P discovery", [
('tracker.lbry.com', 1337)
])
lbryum_servers = Servers("SPV wallet servers", [
('spv11.lbry.com', 50001),
('spv12.lbry.com', 50001),