<?php
//Default settings for accel-ppp
$config['AccelPresets']['Default'] = [
'modules' => [
'log_file',
'pppoe',
'auth_pap',
'radius',
'ippool',
'shaper',
],
'core' => [
'log-error' => '/var/log/accel-ppp/core.log',
'thread-count' => 4,
],
We refer to them as Base Configs.
There is one already called Default.
The keys of these configs maps to sections of the /etc/accel-ppp.conf file.
Should you wish to add or modify these configs; it can be done by editing /var/www/rdcore/cake4/rd_cake/config/AccelPresets.php.
The various configs will then appear as a select-able Base Config list when managing profiles.
When one select a Base Config from the list; the values in the
GUI are populated from the selected Base Config.
You can then edit those populated values so they are unique to the profile you are managing.
See screenshot below.