Skip to content

Commit 3266f72

Browse files
lyoshenkaeukreign
authored andcommitted
add s1.lbry.network
1 parent 77cd2a3 commit 3266f72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lbry/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ class Config(CLIConfig):
690690
('tracker.lbry.grin.io', 9252),
691691
('tracker.lbry.pigg.es', 9252),
692692
('tracker.lizard.technology', 9252),
693+
('s1.lbry.network', 9252),
693694
])
694695

695696
lbryum_servers = Servers("SPV wallet servers", [
@@ -704,6 +705,7 @@ class Config(CLIConfig):
704705
('spv19.lbry.com', 50001),
705706
('hub.lbry.grin.io', 50001),
706707
('hub.lizard.technology', 50001),
708+
('s1.lbry.network', 50001),
707709
])
708710
known_dht_nodes = Servers("Known nodes for bootstrapping connection to the DHT", [
709711
('dht.lbry.grin.io', 4444), # Grin
@@ -714,6 +716,7 @@ class Config(CLIConfig):
714716
('lbrynet3.lbry.com', 4444), # EU
715717
('lbrynet4.lbry.com', 4444), # ASIA
716718
('dht.lizard.technology', 4444), # Jack
719+
('s1.lbry.network', 4444),
717720
])
718721

719722
# blockchain

0 commit comments

Comments
 (0)