You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Take NS records for instance, which can have multiple entries for one domain. Currently as it stands, because we're using dict for the storage facility, there can't be multiple keys.
The solution will be to add multiple dict values in a list like this:
Take NS records for instance, which can have multiple entries for one domain. Currently as it stands, because we're using
dict
for the storage facility, there can't be multiple keys.The solution will be to add multiple
dict
values in alist
like this:Some glue magic will have to be implemented in the slimDNS.lib.abstracts.dns.NS() abstract function.
The text was updated successfully, but these errors were encountered: