[PR #1479] [MERGED] Replace gethostbynamel with dns_get_record #1410

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1479
Author: @Boy132
Created: 7/3/2025
Status: Merged
Merged: 7/6/2025
Merged by: @Boy132

Base: mainHead: boy132/fix-node-fqdn-ipv6-only


📝 Commits (2)

  • b802157 replace gethostbynamel with dns_get_record
  • 9bf6c0e extract logic to helper function

📊 Changes

3 files changed (+30 additions, -17 deletions)

View changed files

📝 app/Filament/Admin/Resources/NodeResource/Pages/CreateNode.php (+5 -7)
📝 app/Filament/Admin/Resources/NodeResource/Pages/EditNode.php (+8 -10)
📝 app/helpers.php (+17 -0)

📄 Description

Closes #1477

grafik
grafik


🔄 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/1479 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 7/3/2025 **Status:** ✅ Merged **Merged:** 7/6/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/fix-node-fqdn-ipv6-only` --- ### 📝 Commits (2) - [`b802157`](https://github.com/pelican-dev/panel/commit/b802157d249220625ff7b0ff44e245a1c5f3b60d) replace `gethostbynamel` with `dns_get_record` - [`9bf6c0e`](https://github.com/pelican-dev/panel/commit/9bf6c0eaaa8a63ee58c77d9737c92a9bde295a6b) extract logic to helper function ### 📊 Changes **3 files changed** (+30 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/NodeResource/Pages/CreateNode.php` (+5 -7) 📝 `app/Filament/Admin/Resources/NodeResource/Pages/EditNode.php` (+8 -10) 📝 `app/helpers.php` (+17 -0) </details> ### 📄 Description Closes #1477 ![grafik](https://github.com/user-attachments/assets/fd9290d7-b890-4ce6-acec-2e12eeff7eac) ![grafik](https://github.com/user-attachments/assets/12ad102e-f7a7-4ec7-9f37-693e4480f338) --- <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:44:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1410