App doesn't take use of the Desired DNS API from the server.
#265
Open
opened 4 months ago by inex
·
2 comments
No Branch/Tag Specified
migration-button-error
device-screen-updating
rename-recovery-button
domain-ownership-setup
translations
master
update_screensots
dynamic-dns
update_description
backblaze-refactor
dto
restore-strategy
backups-testing
def/md_edit
routes-refactor
error-handling
v.0.6.0-semver
cicd
fdroid
0.6.0
0.6.0-test
0.7.0
0.7.0-test
0.8.0
0.9.0
0.9.1
v.0.1.0
v.0.1.1
v.0.1.2
v.0.1.3
v.0.2.4
v.0.3.0
v.0.4.0
v.0.4.2
v.0.5.0
v.0.5.1
v.0.5.2
v.0.5.3
v.0.6.0
v0.5.2
Labels
Clear labels
Issue that can't be resolved right now due to some circumstances
Discovered issue that affects regular operation
Issue is not queued for resolution due to low priority or introduced difficulties during the resolution
Issue that was already reported earlier
Known issue with available workaround
Functionality/usability enchansement
Issue resolved in one of the application/backend releases
Question, regarding product operation
Issue is not queued for resolution due to architecture pecularities
Fix is ready. Implementation is pending
Issues related to Digital Ocean REST API
Issues related to Hetzner REST API
Issue details are currently being investigated
Pending fix development
Apply labels
Blocked
Issue that can't be resolved right now due to some circumstances
Bug
Discovered issue that affects regular operation
Contributions welcome
Did not do
Issue is not queued for resolution due to low priority or introduced difficulties during the resolution
Duplicate
Issue that was already reported earlier
Errata
Known issue with available workaround
Feature request
Functionality/usability enchansement
Fixed
Issue resolved in one of the application/backend releases
How To
Question, regarding product operation
No resolution
Issue is not queued for resolution due to architecture pecularities
Pending release
Fix is ready. Implementation is pending
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Providers
Digital Ocean
Issues related to Digital Ocean REST API
Providers
Hetzner
Issues related to Hetzner REST API
Refactor
Severity
High
Severity
Low
Severity
Medium
Tested
Translations
Under Testing
Under investigation
Issue details are currently being investigated
Under resolution
Pending fix development
No Label
Blocked
Bug
Contributions welcome
Did not do
Duplicate
Errata
Feature request
Fixed
How To
No resolution
Pending release
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Providers
Digital Ocean
Providers
Hetzner
Refactor
Severity
High
Severity
Low
Severity
Medium
Tested
Translations
Under Testing
Under investigation
Under resolution
Milestone
Set milestone
Clear milestone
No items
No Milestone
Projects
Set Project
Clear projects
No project
Assignees
Assign users
Clear assignees
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.
No due date set.
Blocks
#390 Check if we lose control over the domain
SelfPrivacy/selfprivacy.org.app
#67 Generate CAA records and add them to the list of required DNS records
SelfPrivacy/selfprivacy-rest-api
Reference: SelfPrivacy/selfprivacy.org.app#265
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
No
Yes
Right now to determine the desired DNS records we use the hardcoded list, which is duplicated across every DNS provider, and while we do ask the server for the list of desired DNS records, we do this only to get the contents of the DKIM records.
Instead, we must use the data provided by the server. The data it provides is grouped by services which request the corresponding DNS record.
As you can see, we can get the DNS records of the service, and we can get the full list of the DNS records. But:
All these problems can be fixed on the API side.
Related issue 216.
Blocked until resolution on API end.