commit | author | age | ||
6ecbdc | 1 | # Here come the local changes the user made, like configuration of |
T | 2 | # the several backends that exist. |
3 | ||
4 | launch=gmysql | |
5 | ||
6 | gmysql-host={mysql_server_host} | |
7 | gmysql-user={mysql_server_ispconfig_user} | |
8 | gmysql-password={mysql_server_ispconfig_password} | |
9 | gmysql-dbname={powerdns_database} | |
82e9b9 | 10 | gmysql-port={mysql_server_port} |
a59731 | 11 | |
D | 12 | slave=yes |
13 | master=yes | |
14 | ||
15 | disable-axfr=no |