1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-05 23:10:30 +00:00

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

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",