appname: "Email::SpoofingDemo::Web" layout: "main" charset: "UTF-8" behind_proxy: true 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" # Lists the DNS zones that can be edited by the user editable_zones: - expediteur.example - destinataire.example - attaquant.example