Fix: Update ip outside of cidr (#1733)

* update packages

* check if ip is included on update

* update package manager
This commit is contained in:
Bernd Storath
2025-03-12 12:47:12 +01:00
committed by GitHub
parent b3bd2502af
commit fc480df910
4 changed files with 163 additions and 350 deletions

View File

@@ -7,5 +7,5 @@
"docs:preview": "docker run --rm -it -p 8080:8080 -v ./docs:/docs squidfunk/mkdocs-material serve -a 0.0.0.0:8080",
"scripts:version": "bash scripts/version.sh"
},
"packageManager": "pnpm@10.5.2"
"packageManager": "pnpm@10.6.2"
}