[PR #3754] [CLOSED] Update install.sh - remove hardcoded google dns 8.8.8.8 #23624

Open
opened 2026-08-05 06:07:27 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3754
Author: @ghost
Created: 4/28/2025
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 277ee25 Update install.sh - remove hardcoded google dns 8.8.8.8

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 release_files/install.sh (+1 -1)

📄 Description

Enterprise environments may limit access to DNS to internal servers, allowing for centralized DNS monitoring and DNS security solutions. Hardcoding a google DNS server may fail in those environments.

Using the curl param does not seem necessary to me, but i may be wrong. Please check wether my patch introduces new problems

Describe your changes

removing hard-coded dns server 8.8.8.8 from curl command

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/netbirdio/netbird/pull/3754 **Author:** [@ghost](https://github.com/ghost) **Created:** 4/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`277ee25`](https://github.com/netbirdio/netbird/commit/277ee255086b66680b84c176a1484928b29b3643) Update install.sh - remove hardcoded google dns 8.8.8.8 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `release_files/install.sh` (+1 -1) </details> ### 📄 Description Enterprise environments may limit access to DNS to internal servers, allowing for centralized DNS monitoring and DNS security solutions. Hardcoding a google DNS server may fail in those environments. Using the curl param does not seem necessary to me, but i may be wrong. Please check wether my patch introduces new problems ## Describe your changes removing hard-coded dns server 8.8.8.8 from curl command ### Checklist - [X] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 06:07:27 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#23624