Procházet zdrojové kódy

Try to improve wording a bit

pull/606/head
Slavi Pantaleev před 5 roky
committed by GitHub
rodič
revize
f404a771cf
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      docs/configuring-playbook-ma1sd.md

+ 1
- 1
docs/configuring-playbook-ma1sd.md Zobrazit soubor

@@ -92,7 +92,7 @@ matrix_ma1sd_configuration_extension_yaml: |

## Example: Open Registration for every Domain

If you want open all domains, you have to setup the allowed variable under policy, which is the return value if nothing else did match (white- and blacklist). But be aware, you cant block toplevel domains (aka .xy) because the internal architecture of ma1sd didnt allow that.
If you want to open registration for any domain, you have to setup the allowed domains with ma1sd's `blacklist` and `whitelist`. The default behavior when neither the `blacklist`, nor the `whitelist` match, is to allow registration. Beware: you can't block toplevel domains (aka `.xy`) because the internal architecture of ma1sd doesn't allow that.

```yaml
matrix_ma1sd_configuration_extension_yaml: |


Načítá se…
Zrušit
Uložit