moved server files to its own directory and update tests

This commit is contained in:
nahakubuilde
2025-05-30 07:12:42 +01:00
parent a01aa22a4b
commit 98ecce507e
11 changed files with 11 additions and 6 deletions

View File

@@ -49,9 +49,6 @@ python cli_tools.py add-ip 10.0.0.50 mycompany.org # Internal server
python cli_tools.py add-ip 203.0.113.10 example.com # External trusted IP
```
# Add entire local network (if your server supports CIDR - may need modification)
`python cli_tools.py add-ip 192.168.1.0 example.com` # Network range
# ========================================
# DKIM KEY MANAGEMENT
# ========================================