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

Open
opened 2025-11-20 08:07:19 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/netbirdio/netbird/pull/3754

State: closed
Merged: No


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
**Original Pull Request:** https://github.com/netbirdio/netbird/pull/3754 **State:** closed **Merged:** No --- 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
saavagebueno added the pull-request label 2025-11-20 08:07:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#3910