[PR #81] [CLOSED] Add option to make debugging queries private #124

Closed
opened 2026-02-28 14:16:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/abh/geodns/pull/81
Author: @abligh
Created: 9/2/2015
Status: Closed

Base: masterHead: private-debug


📝 Commits (1)

  • 90aeeba Add option to make debugging queries private

📊 Changes

2 files changed (+14 additions, -10 deletions)

View changed files

📝 geodns.go (+10 -9)
📝 serve.go (+4 -1)

📄 Description

Add an option to make debugging queries private, meaning only accepted from the loopback address. The debugging queries (i.e. _status, _health and possibly _country) contain information which may be either commercially sensitive or security sensitive. Therefore provide an option (-privatedebug) which if set does not return these unless the query comes from the loopback address.


🔄 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/abh/geodns/pull/81 **Author:** [@abligh](https://github.com/abligh) **Created:** 9/2/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `private-debug` --- ### 📝 Commits (1) - [`90aeeba`](https://github.com/abh/geodns/commit/90aeebade38e05b4ee017e3d074215e2ed04e249) Add option to make debugging queries private ### 📊 Changes **2 files changed** (+14 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `geodns.go` (+10 -9) 📝 `serve.go` (+4 -1) </details> ### 📄 Description Add an option to make debugging queries private, meaning only accepted from the loopback address. The debugging queries (i.e. `_status`, `_health` and possibly `_country`) contain information which may be either commercially sensitive or security sensitive. Therefore provide an option (`-privatedebug`) which if set does not return these unless the query comes from the loopback address. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:16:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/geodns#124
No description provided.