add config examples

This commit is contained in:
gandc 2025-05-05 00:50:55 +03:00
parent f3eb4283f5
commit 6a413f4334
Signed by: gandc
GPG Key ID: 9F77B03D43C42CB4
2 changed files with 12 additions and 0 deletions

4
conf/domains.conf.sample Normal file
View File

@ -0,0 +1,4 @@
example.com:443
google.com
expired.badssl.com:8443

8
conf/mail.conf.sample Normal file
View File

@ -0,0 +1,8 @@
[smtp]
host = smtp.example.com
port = 587
username = user@example.com
password = S3cr3tP@ss
from = monitor@example.com
to = admin@example.com