See my other guides for SSL certificates on Pi-hole v6:
Pi-hole v6 introduces changes to its web server:
- Embedded Web Server – Pi-hole no longer relies on
lighttpd
.
See my other guides for SSL certificates on Pi-hole v6:
Pi-hole v6 introduces changes to its web server:
lighttpd
.<?php | |
namespace Nuwave\Lighthouse\Console; | |
use Nuwave\Lighthouse\GraphQL; | |
use Illuminate\Console\Command; | |
use GraphQL\Utils\SchemaPrinter; | |
class PrintSchemaCommand extends Command | |
{ |