"default", "password" => "testing" ]); /** * Also part of the SQL_Auth plugin. This protects your login page. * This is a list of DNS Blacklists that get checked for non-logged-in * users. */ define('DNSBL', [ "dnsbl.dronebl.org", "rbl.efnetrbl.org" ]); /** Your email settings * Requires plugin "php_mailer" */ define('EMAIL_SETTINGS', [ "host" => 'smtp.host.example.com', "port" => 587, "encryption" => 'tls', /* Use 'tls' for STARTTLS or 'ssl' for TLS/SSL */ "username" => "youremail@example.com", /* The email to login with and send emails from */ "password" => "supersecretpassword", /* The password for the above email */ "from_name" => "UnrealIRCd Admin Panel", ]);