diff --git a/self-host/advanced/config-file.mdx b/self-host/advanced/config-file.mdx index 5c9e4e2..236d177 100644 --- a/self-host/advanced/config-file.mdx +++ b/self-host/advanced/config-file.mdx @@ -502,16 +502,6 @@ This section contains the complete reference for all configuration options in `c **Example**: `21820` - - Whether to assign unique subdomains to Gerbil exit nodes. - - **Default**: `false` - - - Keep this set to `false` for most deployments. - - - IP address CIDR range for Gerbil exit node subnets. @@ -520,6 +510,10 @@ This section contains the complete reference for all configuration options in `c The default uses the CGNAT range to avoid conflicts with typical private networks. + + + If you change this on an existing install you will need to delete the exit node to refresh it in the database which is best practice. Use the [pangctl command to clear the exit nodes](https://docs.pangolin.net/self-host/advanced/container-cli-tool#clear-exit-nodes). + @@ -530,6 +524,9 @@ This section contains the complete reference for all configuration options in `c A /24 block provides 256 IP addresses for the Gerbil network. + + If you change this on an existing install you will need to delete the exit node to refresh it in the database which is best practice. Use the [pangctl command to clear the exit nodes](https://docs.pangolin.net/self-host/advanced/container-cli-tool#clear-exit-nodes). + @@ -540,6 +537,9 @@ This section contains the complete reference for all configuration options in `c A /30 block provides 4 IP addresses per site. Consider using /29 (8 IPs) or /28 (16 IPs) for sites with heavy WireGuard usage. + + If you change this on an existing install you will need to delete the exit node to refresh it in the database which is best practice. Use the [pangctl command to clear the exit nodes](https://docs.pangolin.net/self-host/advanced/container-cli-tool#clear-exit-nodes). +