Skip to content

Commit 84beddf

Browse files
Piggeseukreign
authored andcommitted
Added tracker and dht from pigg.es
Added tracker and dht from pigg.es
1 parent 6258651 commit 84beddf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lbry/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@ class Config(CLIConfig):
688688
tracker_servers = Servers("BitTorrent-compatible (BEP15) UDP trackers for helping P2P discovery", [
689689
('tracker.lbry.com', 9252),
690690
('tracker.lbry.grin.io', 9252),
691+
('tracker.lbry.pigg.es', 9252),
691692
])
692693

693694
lbryum_servers = Servers("SPV wallet servers", [
@@ -704,6 +705,7 @@ class Config(CLIConfig):
704705
known_dht_nodes = Servers("Known nodes for bootstrapping connection to the DHT", [
705706
('dht.lbry.grin.io', 4444), # Grin
706707
('dht.lbry.madiator.com', 4444), # Madiator
708+
('dht.lbry.pigg.es', 4444), # Pigges
707709
('lbrynet1.lbry.com', 4444), # US EAST
708710
('lbrynet2.lbry.com', 4444), # US WEST
709711
('lbrynet3.lbry.com', 4444), # EU

0 commit comments

Comments
 (0)