From 5578ce66113c09dd7957522d7393e03fce326494 Mon Sep 17 00:00:00 2001 From: Yorick Date: Sat, 5 Oct 2024 04:37:54 +0000 Subject: [PATCH] Consolidate Docker default subnets --- website/docs/Support/Cloud.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/docs/Support/Cloud.md b/website/docs/Support/Cloud.md index a4dcb08..f6aa2a8 100644 --- a/website/docs/Support/Cloud.md +++ b/website/docs/Support/Cloud.md @@ -32,11 +32,9 @@ be used to secure Grafana. # ufw in front of docker while allowing all inter-container traffic -A DOCKER-USER -j RETURN -s 172.17.0.0/16 --A DOCKER-USER -j RETURN -s 172.18.0.0/16 --A DOCKER-USER -j RETURN -s 172.19.0.0/16 +-A DOCKER-USER -j RETURN -s 172.18.0.0/15 -A DOCKER-USER -j RETURN -s 172.20.0.0/14 --A DOCKER-USER -j RETURN -s 172.24.0.0/14 --A DOCKER-USER -j RETURN -s 172.28.0.0/14 +-A DOCKER-USER -j RETURN -s 172.24.0.0/13 -A DOCKER-USER -j RETURN -s 192.168.0.0/16 -A DOCKER-USER -j ufw-user-input