|
TUPA - The Ultimate PowerDNS Administration CHANGE TUPA DEFAULT CONFIGURATION |
 |
Change TUPA default configuration
You can change values from the $TUPA_CONF_VARS array you find in "lib/default_config.php" by add changes to "config/config_site.inc.php". DON'T change the default_config.php itself because it will be overwritten on updates. There will be an graphical interface in a later release.
What you should change in any way
Your primary nameserver:
$TUPA_CONF_VARS['DNS']['defaultSoaPrimary']='your.nameserver.com';
Hostmasters eMail address (very important!!):
$TUPA_CONF_VARS['DNS']['defaultSoaHostmaster']='your@email-address.com';
PowerDNS configuration name:
$TUPA_CONF_VARS['CRON']['pdnsConfigName']='';
Set the config name if you need one (if you have f.ex. an init script called "pdns-something" and a config file called "pdns-something.conf" you have to set this to "something"). If it is called pdns (which is default as far i can remember, you can leave this blank.
Other values can be easily set in the same way (Have a look into "lib/default_config.php")
Important:
$TUPA_CONF_VARS['RRD'] options should never been set in the “config/config_site.inc.php”. These are options which should only be set in the configuration file of skins.
- /