mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 12:42:34 +02:00
readme typo fix
This commit is contained in:
parent
dc996f82c6
commit
5a18dbc34b
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue