Skip to content

Commit ee041f3

Browse files
Heavensong89qdm12
andauthored
feat(setup/options/others): PUBLICIP_ENABLED and deprecate PUBLICIP_PERIOD (#100)
Co-authored-by: Quentin McGaw <[email protected]>
1 parent 29c189e commit ee041f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/options/others.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
| `TZ` | | i.e. `Europe/London` | Specify a timezone to use to have correct log times |
1010
| `PUID` | `1000` | | User ID to run as non root and for ownership of files written |
1111
| `PGID` | `1000` | | Group ID to run as non root and for ownership of files written |
12+
| `PUBLICIP_ENABLED` | `true` | `true`, `false` | Check for public IP address information on VPN connection |
1213
| `PUBLICIP_API` | `ipinfo` | `ipinfo`, `ip2location`, `cloudflare` or custom URL | Public IP echo service API to use or an echoip URL in the form `echoip#https://xyz` |
1314
| `PUBLICIP_API_TOKEN` | | | Optional API token for the public IP echo service to increase rate limiting |
14-
| `PUBLICIP_PERIOD` | `12h` | Valid duration | Period to check for public IP address. Set to `0` to disable. |
1515
| `PUBLICIP_FILE` | `/tmp/gluetun/ip` | Any filepath | Filepath to store the public IP address assigned. This will be removed in the `v4` program, instead you might want to use the [control server](../advanced/control-server.md) |
1616
| `VERSION_INFORMATION` | `on` | `on`, `off` | Logs a message indicating if a newer version is available once the VPN is connected |

0 commit comments

Comments
 (0)