The fix_dns_zone_ttls Script

Valid for versions 96 through the latest version


Last modified: June 25, 2021

Overview

The /usr/local/cpanel/scripts/fix_dns_zone_ttls script fixes problems with TTL values in DNS zone files.

Run the script

By default, if you dont pass any options, this script will only return TTL problems. Use the --fix option to repair the problems.

To run this script on the command line, use the following format:

/usr/local/cpanel/scripts/fix_dns_zone_ttls [options]

Options

Use the following options with this script:

Option Description Example
--fix Whether to fix the TTL value problems. --fix
--help Display the scripts help documentation --help

Example

The following example returns the TTL problems on the server:

/usr/local/cpanel/scripts/fix_dns_zone_ttls

The following example fixes the TTL problems on the server:

/usr/local/cpanel/scripts/fix_dns_zone_ttls --fix
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

The servers_queue Script

Valid for versions 82 through the latest version Last modified: June 21, 2021...

The auto-adjust-mysql-limits Script

Valid for versions 82 through the latest version Last modified: June 21, 2021...

The autossl_check Script

Valid for versions 82 through the latest version Last modified: May 13, 2020 Overview...

The backup Script

Valid for versions 82 through the latest version Last modified: May 13, 2020 Overview...

The backup_restore_manager Script

Valid for versions 82 through the latest version Last modified: July 28, 2022...