Skip to content

Latest commit

 

History

History

Heimdall

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

About

heimdall

Fail2ban scans log files and bans IPs that show the malicious signs.

Edit vars in docker-compose.yml

Edit the following variables, with the correct volume. - volumes: /patch/to/data/ - Change the host variable with the domain you use for heimdall - Change the port to be used with heimdall - Change the network and enter the one you use for outdoor in traefik

Launch

- `docker-compose -up d`

View logs

- `docker logs heimdall`

Monitor traffic from a connected client,

- Access to the container: `docker exec -it heimdall bash`

Check

- docker ps -a