Replace IP address across multiple SPF records in a MySQL server.
Just had to do this for a PowerDNS server. UPDATE `records` SET `content` = replace(content, ‘old_ip’, ‘new_ip’);
Just had to do this for a PowerDNS server. UPDATE `records` SET `content` = replace(content, ‘old_ip’, ‘new_ip’);
One of those doh!! moments when you do something quickly to get it working and didn’t think through the consequences. I had 3 linked tables […]
Copyright © 2024 | WordPress Theme by MH Themes