Avoid lokid in router hive

pull/1312/head
Stephen Shelton 4 years ago
parent 0f074cff8c
commit 90ec789fe9
No known key found for this signature in database
GPG Key ID: EE4BADACCE8B631C

@ -80,6 +80,8 @@ class RouterHive(object):
config.api.enableRPCServer = False
config.lokid.whitelistRouters = False
print("adding relay at index %d" % port);
self.hive.AddRelay(config)
@ -110,6 +112,8 @@ class RouterHive(object):
config.api.enableRPCServer = False
config.lokid.whitelistRouters = False
self.hive.AddClient(config)
def InitFirstRC(self):

Loading…
Cancel
Save