mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[GH-ISSUE #243] Configuration using YAML #96
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#96
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 @denizdogan on GitHub (Jun 11, 2022).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/243
I think it would be nice if we could configure this using YAML instead of JSON. JSON often becomes messy when editing via SSH on a remote server somewhere, whereas YAML is simpler when typing.
@mageddo commented on GitHub (Mar 2, 2023):
As it would be simple to create YAML configuration extension along JSON which will remain the default for now, I see it as nice feature. I will take a look how hard it's to add YAML support or any other format and give a feedback.
@mageddo commented on GitHub (Nov 6, 2024):
#594 will make this issue viable, the JSON structure proposed there will be used for the YAML configuration that will be created
@mageddo commented on GitHub (Dec 17, 2025):
Beta is out 5.0.3-snapshot, see the docs.