1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

GCORE: Allow PTR records (#2890)

This commit is contained in:
xtex
2024-04-02 03:45:13 +08:00
committed by GitHub
parent c112e91ed8
commit eb19b31371
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ var features = providers.DocumentationNotes{
providers.CanUseDS: providers.Cannot(),
providers.CanUseLOC: providers.Cannot(),
providers.CanUseNAPTR: providers.Cannot(),
providers.CanUsePTR: providers.Cannot(),
providers.CanUsePTR: providers.Can("G-Core supports PTR records only in rDNS zones"),
providers.CanUseSRV: providers.Can("G-Core doesn't support SRV records with empty targets"),
providers.CanUseSSHFP: providers.Cannot(),
providers.CanUseTLSA: providers.Cannot(),