From 5a18dbc34bc316b390620d18cc44d57a2adee776 Mon Sep 17 00:00:00 2001 From: yusing Date: Thu, 7 Mar 2024 15:17:22 +0800 Subject: [PATCH] readme typo fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f959e8d..6889186e 100755 --- a/README.md +++ b/README.md @@ -51,10 +51,10 @@ In the examples domain `x.y.z` is used, replace them with your domain 6. (Optional) If you are using ufw with vpn that drop all inbound traffic except vpn, run below to allow docker containers to connect to `go-proxy` - In case the network of your container is in subnet `172.16.0.0/12` (bridge), + In case the network of your container is in subnet `172.16.0.0/16` (bridge), and vpn network is under `100.64.0.0/10` (i.e. tailscale) - `sudo ufw allow from 172.16.0.0/12 to 100.64.0.0/10` + `sudo ufw allow from 172.16.0.0/16 to 100.64.0.0/10` You can also list CIDRs of all docker bridge networks by: