mirror of
https://github.com/deunix-educ/Fail2banMqttActionBanishment.git
synced 2026-08-24 03:11:58 +02:00
11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
; Identifiants MQTT du client fail2ban-mqtt-action-banisher.
|
|
; Copier ce fichier vers /etc/fail2ban/mqtt.conf (hors dépôt git, cf. .gitignore)
|
|
; et y renseigner les vraies valeurs. install.sh le fait automatiquement s'il
|
|
; est absent, sans écraser un fichier existant.
|
|
|
|
[mqtt]
|
|
host = 127.0.0.1
|
|
port = 1883
|
|
username = fail2ban
|
|
password = changeme
|