Support using a seeds host for bootstrapping connections.

This commit is contained in:
2024-08-07 21:03:39 -04:00
parent 1788a02338
commit 8d277f029d
2 changed files with 77 additions and 0 deletions

View File

@ -64,6 +64,11 @@ const k_global_settings = {
: undefined,
description: 'Blobs older than this will be automatically deleted.',
},
seeds_host: {
type: 'string',
default_value: '',
description: 'Hostname for seed connections.',
},
};
let gGlobalSettings = {