mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #285] [MERGED] feat: Add support for FQDN, IPv4, and IPv6 addresses in server settings #318
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/285
Author: @michelroegl-brunner
Created: 11/7/2025
Status: ✅ Merged
Merged: 11/7/2025
Merged by: @michelroegl-brunner
Base:
main← Head:feat/allow_fdqn_and_ipv6_for_servers📝 Commits (1)
596887dfeat: Add support for FQDN, IPv4, and IPv6 addresses in server settings📊 Changes
1 file changed (+49 additions, -7 deletions)
View changed files
📝
src/app/_components/ServerForm.tsx(+49 -7)📄 Description
Summary
This PR adds support for FQDN (Fully Qualified Domain Names), IPv4, and IPv6 addresses in the server settings modal.
Changes
Validation
The validation function now checks for:
Testing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.