Initial public release

This commit is contained in:
2026-06-16 18:55:05 +03:30
commit 17dfd5e49d
10 changed files with 787 additions and 0 deletions

14
SECURITY.md Normal file
View File

@@ -0,0 +1,14 @@
# Security Policy
`php-dev-router` is intended for local development machines. Do not use it as a
public production vhost manager.
The tool writes nginx, hosts, and systemd files only when explicitly run with
sufficient permissions. Review generated config with:
```bash
./bin/php-dev-router apply --dry-run
```
Please report security issues privately to the repository maintainer instead of
opening a public issue with exploit details.