- PHP version 7.4
- opcache for PHP 7.4
First, navigate to your webserver's document root and clone this repository:
git clone https://github.com/dlt-media/dns-manager
For the config of our application make changes to config/api.example.php
and rename it to api.php
when done.
For the php.ini
we need to enable the extension opcache.
-
Enable opcache extension:
zend_extension=opcache
-
Add opcache settings in
php.ini
:opcache.enable=1 opcache.memory_consumption=128 opcache.interned_strings_buffer=8 opcache.max_accelerated_files=4000
- The api_token inside of
api.php
needs to have sufficient rights and permissions to make changes to zones. See permissions. - This application relies on opcache. See opcache.