[PR #1158] [MERGED] Disallow 0.0.0.0, 127.0.0.1 and localhost as node fqdn #1212

Closed
opened 2026-02-04 19:27:03 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1158
Author: @Boy132
Created: 3/25/2025
Status: Merged
Merged: 3/26/2025
Merged by: @Boy132

Base: mainHead: boy132/node-fqdn-rules


📝 Commits (2)

  • 0f0faff disallow 0.0.0.0, 127.0.01 and localhost as node fqdn
  • efa27de use rules of model

📊 Changes

3 files changed (+6 additions, -3 deletions)

View changed files

📝 app/Filament/Admin/Resources/NodeResource/Pages/CreateNode.php (+3 -1)
📝 app/Filament/Admin/Resources/NodeResource/Pages/EditNode.php (+2 -1)
📝 app/Models/Node.php (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1158 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 3/25/2025 **Status:** ✅ Merged **Merged:** 3/26/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/node-fqdn-rules` --- ### 📝 Commits (2) - [`0f0faff`](https://github.com/pelican-dev/panel/commit/0f0faffc6485d8f646ae975f50759c6fa3a8573b) disallow `0.0.0.0`, `127.0.01` and `localhost` as node fqdn - [`efa27de`](https://github.com/pelican-dev/panel/commit/efa27dea699f6eeca867634d2016779c69278b89) use rules of model ### 📊 Changes **3 files changed** (+6 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/NodeResource/Pages/CreateNode.php` (+3 -1) 📝 `app/Filament/Admin/Resources/NodeResource/Pages/EditNode.php` (+2 -1) 📝 `app/Models/Node.php` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:27:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1212