[GH-ISSUE #596] Feature Request: Add a dps.enabled=false label to containers that shouldn't be resolveable by DPS #198

Closed
opened 2026-02-26 04:34:21 +03:00 by kerem · 2 comments
Owner

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:

docker run -l “dps.enabled=false“ nginx
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: ``` docker run -l “dps.enabled=false“ nginx ```
kerem 2026-02-26 04:34:21 +03:00
Author
Owner

@mageddo commented on GitHub (Dec 26, 2025):

Released at 5.8.x

<!-- gh-comment-id:3691922697 --> @mageddo commented on GitHub (Dec 26, 2025): Released at [5.8.x][1] [1]: https://github.com/mageddo/dns-proxy-server/releases/tag/5.8.0-snapshot
Author
Owner

@mageddo commented on GitHub (Dec 26, 2025):

docker run --rm --name nginx-disabled -l "dps.container.enabled=false" nginx
<!-- gh-comment-id:3691923204 --> @mageddo commented on GitHub (Dec 26, 2025): ``` docker run --rm --name nginx-disabled -l "dps.container.enabled=false" nginx ```
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/dns-proxy-server-mageddo#198
No description provided.