Open SiebeVE opened 7 months ago
db.db
to the .gitignore
file. This ensures that our database doesn't inadvertently get exposed in the public code.app/Server/Factory.php
file has been updated to handle a new route (/validate-tunnel
). An additional mechanism, addValidateTunnel()
, has been added to facilitate this new routing.app/Server/Http/Controllers/ValidateTunnelController.php
has been introduced. This forms part of our efforts to manage new requests efficiently. It specifically deals with the handling of requests to /validate-tunnel
.validate_tunnel
in the config/expose.php
file. It accommodates an authorized key, therefore enhancing our security measures.
https://caddyserver.com/docs/json/apps/tls/automation/on_demand/ask/