Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Use resolv.conf instead of systemd-resolved when running inside docker container #582

Closed
mageddo opened this issue Sep 30, 2024 · 0 comments
Labels
feature-request Proposal of a new feature/behavior to be implemented, not reviewed by the repo authors yet

Comments

@mageddo
Copy link
Owner

mageddo commented Sep 30, 2024

Summary & Motivation

To prevent cases like #580 , maybe it would make sense to DPS edit resolv.conf file instead of system resolved file even when it is on the first place at the priority because DPS won´t be able to configure itself automatically as the default DNS when inside docker container.

Drawbacks:

  • That's an deliberated decision did by DPS, will that decision be unwated in some usecase?

Example:

Provide a solver which can solve from previously configured DNS records.
It's will be useful because people can use DPS for static DNS entries instead of use /etc/hosts or something like.

Goals

What is supposed to do in short. (Optional)

Example

A simple, static DNS server

Non-Goals

What people would think it is supposed to do, but it is not? (Optional)

Example

  • Not to implement a full and complex DNS server

Description

Explain the feature details and how it would work, usecases, examples, snippets of code,
inputs and outputs, etc. (Required)

Example

Storage

DNS records will be stored at the existing DPS config file.

DNS Records

  • It will have support to A, AAAA and CNAME entries.
  • Also, TTL by record will be supported
@mageddo mageddo added the feature-request Proposal of a new feature/behavior to be implemented, not reviewed by the repo authors yet label Sep 30, 2024
@mageddo mageddo closed this as not planned Won't fix, can't repro, duplicate, stale Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Proposal of a new feature/behavior to be implemented, not reviewed by the repo authors yet
Projects
None yet
Development

No branches or pull requests

1 participant