Add pubkey whitelist to strfry policy
And allow the local akkounts instance to publish on the local relay
This commit is contained in:
@@ -19,6 +19,7 @@ const ldapConfig = {
|
||||
bindDN: Deno.env.get("LDAP_BIND_DN"),
|
||||
password: Deno.env.get("LDAP_PASSWORD"),
|
||||
searchDN: Deno.env.get("LDAP_SEARCH_DN"),
|
||||
whitelistPubkeys: Deno.env.get("WHITELIST_PUBKEYS")?.split(',')
|
||||
}
|
||||
|
||||
for await (const msg of readStdin()) {
|
||||
|
||||
Reference in New Issue
Block a user