Apply domain blocklist for ejabberd when running Chef #250

Open
opened 2020-11-26 13:41:53 +00:00 by raucao · 1 comment
Owner

We could sync a verified list like this one, and apply it like this:

access_rules:
  s2s:
    - deny:
      - a-domain.com
      - another-domain.com
    - allow
We could sync a verified list [like this one](https://github.com/JabberSPAM/blacklist), and apply it like this: ```yml access_rules: s2s: - deny: - a-domain.com - another-domain.com - allow ```
raucao added the
feature
label 2020-11-26 13:41:53 +00:00
raucao changed title from Apply Jabber blocklist for ejabberd when running Chef to Apply domain blocklist for ejabberd when running Chef 2020-11-26 13:42:04 +00:00
Author
Owner

I also stumbled over the following config. However, only in (lots of) examples, but not in the official docs:

bad_servers:
  server:
    - "gmail.com"
I also stumbled over the following config. However, only in (lots of) examples, but not in the official docs: ```yml bad_servers: server: - "gmail.com" ```
raucao added the
service
xmpp
label 2020-12-09 13:05:27 +00:00
greg added the
idea
label 2021-09-26 11:54:31 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kosmos/chef#250
No description provided.