You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The allowed_domains and blocked_domains settings currently only work with exact domain matches. Wildcards would be a useful addition so we can integrate with external lists like: https://github.com/ivolo/disposable-email-domains
Beyond that, it is my opinion that actually keeping those lists up-to-date is better left to administrators. A simple cronjob can do the fetching, and reloading (see also #267). In the above example list, converting the JSON to something portier-broker understands is probably as simple as: jq -r '.[]' ./index.json
cc @jimdigriz, because you mentioned the idea in #96, but feel free to unsub otherwise. 🙂
The text was updated successfully, but these errors were encountered:
The
allowed_domains
andblocked_domains
settings currently only work with exact domain matches. Wildcards would be a useful addition so we can integrate with external lists like: https://github.com/ivolo/disposable-email-domainsBeyond that, it is my opinion that actually keeping those lists up-to-date is better left to administrators. A simple cronjob can do the fetching, and reloading (see also #267). In the above example list, converting the JSON to something portier-broker understands is probably as simple as:
jq -r '.[]' ./index.json
cc @jimdigriz, because you mentioned the idea in #96, but feel free to unsub otherwise. 🙂
The text was updated successfully, but these errors were encountered: