mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 03:45:53 +03:00
[PR #81] [CLOSED] Add option to make debugging queries private #265
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/geodns#265
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/abh/geodns/pull/81
Author: @abligh
Created: 9/2/2015
Status: ❌ Closed
Base:
master← Head:private-debug📝 Commits (1)
90aeebaAdd 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,_healthand 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.