spf-dkim-dmarc-demo/console/web-api/config.yml

22 lines
468 B
YAML
Raw Normal View History

2023-10-25 15:50:25 +02:00
appname: "Email::SpoofingDemo::Web"
layout: "main"
charset: "UTF-8"
behind_proxy: true
2023-10-25 15:50:25 +02:00
template: "template_toolkit"
# Specify the addresses of the API endpoints for the other components of the
# system
api:
dns: "172.31.0.53:3000"
sender: "172.31.10.1:3000"
recipient: "172.31.20.1:3000"
attacker: "172.31.30.1:3000"
2023-10-25 15:50:25 +02:00
# Lists the DNS zones that can be edited by the user
editable_zones:
- expediteur.example
- destinataire.example
- attaquant.example