This commit is contained in:
Shelvacu
2024-12-23 00:38:51 -08:00
committed by Shelvacu on nix-on-droid
parent 7074383536
commit 0688aa334b

View File

@@ -23,6 +23,7 @@ let
banned_ips = [
"210.242.134.0/26"
"137.220.198.0/24"
"122.96.0.0/15"
];
# must be bigger than gmail's 25MB "attachment limit" which after base64 encoding (x 1.33) is ~33MB
mailSizeLimit = 35 * 1024 * 1024;