diff --git a/README.md b/README.md index bea77c4..7dad8fe 100644 --- a/README.md +++ b/README.md @@ -539,6 +539,9 @@ Ratelimiting settings for login requests based on the client's IP address. #### Default value ```YAML +matrix_rc_login_address: + per_second: 0.17 + burst_count: 3 ``` ### matrix_rc_login_account @@ -548,6 +551,9 @@ Ratelimiting settings for login requests based on the account the client is atte #### Default value ```YAML +matrix_rc_login_account: + per_second: 0.17 + burst_count: 3 ``` ## Dependencies @@ -560,4 +566,4 @@ Robert Kaussow ## Author -xoxys +[xoxys](https:/itea.rknet.org/xoxys)