mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[GH-ISSUE #596] Feature Request: Add a dps.enabled=false label to containers that shouldn't be resolveable by DPS #198
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#198
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?
Originally created by @defung on GitHub (Nov 7, 2024).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/596
Summary & Motivation
There are some containers that I don't want exposed to DPS. Would be great if there's a label we can add to those containers to let DPS know to ignore them.
Some potential ideas are:
dps.enabled=false(defaults to true if doesn't exist)dps.ignore=true(defaults to false if doesn't exist)dps.disabled=true(defaults to false if doesn't exist)Example:
@mageddo commented on GitHub (Dec 26, 2025):
Released at 5.8.x
@mageddo commented on GitHub (Dec 26, 2025):