mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 18:08:57 +08:00
b968de3ef7
* gandi/livedns: Print actual changes to be pushed Currently, preview & push output prints all domain records values: $ dnscontrol preview ----- DNS Provider: gandi...1 correction #1: Setting dns records for example.com: mail.example.com. 1.2.3.4 "ga" "bu" "zo" With this change, it would only show what changes from current state: $ dnscontrol preview ----- DNS Provider: gandi...1 correction #1: Setting dns records for example.com: CREATE TXT ga.example.com "ga" ttl=10800 MODIFY TXT bu.example.com "bu" ttl=10800 DELETE TXT meu.example.com "meu" ttl=10800 * Add import |
||
---|---|---|
.. | ||
gandiProvider.go | ||
livedns.go | ||
livedns_test.go | ||
protocol.go |