mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-06-05 09:08:47 +02:00
matrix: init blacklist
This commit is contained in:
parent
f3b0bce62e
commit
d0561a7351
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ in
|
|||
settings = {
|
||||
server_name = config.networking.domain;
|
||||
enable_metrics = true;
|
||||
ip_range_blacklist = [
|
||||
"143.47.233.216/32" # wolfo.tech. Has a broken config an spams logs
|
||||
];
|
||||
|
||||
listeners = [{
|
||||
bind_addresses = [ "0.0.0.0" "::1" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue