Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PUBLICIP_PERIOD can't be disabled with 0 #98

Open
RogueOneEcho opened this issue Oct 14, 2024 · 2 comments
Open

PUBLICIP_PERIOD can't be disabled with 0 #98

RogueOneEcho opened this issue Oct 14, 2024 · 2 comments

Comments

@RogueOneEcho
Copy link

URL to the Wiki page

| `PUBLICIP_PERIOD` | `12h` | Valid duration | Period to check for public IP address. Set to `0` to disable. |

What's incorrect?

The docs state

Set to 0 to disable.

But setting it to 0 results in an error:

2024-10-14T21:33:04Z ERROR public ip check settings: public IP address check period is too short: 0s must be at least 5s

| `PUBLICIP_PERIOD` | `12h` | Valid duration | Period to check for public IP address. Set to `0` to disable. |

Copy link

⚠️ This is the Gluetun WIKI and any issue unrelated to the issue will be instantly closed as not planned without any explanation.

qdm12 is more or less the only maintainer so please:

  • do not ask for updates, be patient
  • 👍 the issue to show your support instead of commenting

qdm12 usually checks Wiki issues at least once per month and tries to resolve them all before a new Gluetun release.

@essinghigh
Copy link

This is probably just something that needs to be updated in the docs.
Commit 03deb9a: feat(publicip): PUBLICIP_ENABLED replaces PUBLICIP_PERIOD

You should be able to achieve this by using PUBLICIP_ENABLED=no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants