Cloudron 7.1.2 Firewall not IPv6 ready?
-
I tried to add IPv6 ACL to the Firewall but received this error message:
<html> <head><title>413 Request Entity Too Large</title></head> <body> <center><h1>413 Request Entity Too Large</h1></center> <hr><center>nginx</center> </body> </html>
-
-
There is a 1MB limit of all REST query sizes. You are probably hitting that?
-
OK, I can reproduce this but I had to add a massive amount of addresses to hit the 1MB limit (like almost 30k ranges).
@imc67 Can you tell me the size of your block list? You can save it to a file and check the rough size.
-
-
@imc67 essentially the patch for this is https://git.cloudron.io/cloudron/box/-/commit/eb0662b2455e0687ab3ce5dd02d2466e16670092 so two files need to be adjusted. The
.ejs
file is a template which will result in/etc/nginx/applications/my.<domain.com>.conf
so besides the editing the .ejs file additionally edit that file and thensystemctl restart nginx
andsystemctl restart box
.