update default fixed peer to cdn.reflector.lbry.com
This commit is contained in:
parent
ebbb182537
commit
4d58648c02
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ class Config(CLIConfig):
|
|||
])
|
||||
|
||||
fixed_peers = Servers("Fixed peers to fall back to if none are found on P2P for a blob", [
|
||||
('reflector.lbry.com', 5567)
|
||||
('cdn.reflector.lbry.com', 5567)
|
||||
])
|
||||
|
||||
lbryum_servers = Servers("SPV wallet servers", [
|
||||
|
|
Loading…
Reference in a new issue