Also block 0.0.0.0/8

See MightyPirates/OpenComputers#3356
This commit is contained in:
SquidDev 2020-09-08 18:11:20 +01:00
parent ae6124d1f4
commit cefde3f003
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ public final class ComputerCraft
public static final String[] DEFAULT_HTTP_ALLOW = new String[] { "*" };
public static final String[] DEFAULT_HTTP_DENY = new String[] {
"127.0.0.0/8",
"0.0.0.0/8",
"10.0.0.0/8",
"172.16.0.0/12",
"192.168.0.0/16",