mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-24 20:25:50 +03:00
[PR #285] [MERGED] feat: Add support for FQDN, IPv4, and IPv6 addresses in server settings #331
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#331
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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.