fsweetser / netreg

8 stars 2 forks source link

Make generated TXT record signatures optional in static zones #15

Open fsweetser opened 11 years ago

fsweetser commented 11 years ago

For each record that gets created in DNS, NetReg generates a matching TXT record to identify NetReg as the source of the record. This is essential for DDNS zones, where other entities such as DHCP may be simultaneously editing the zone contents.

For static zones, however, these TXT records should be made optional. Certain protocols, such as SPF, have been observed to be confused by the presence of these TXT records, causing mail routing issues. A per-zone option should allow them to be excluded from static zones when desired.