Skip to content

Commit

Permalink
readme typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yusing committed Mar 7, 2024
1 parent dc996f8 commit 5a18dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 5a18dbc

Please sign in to comment.