mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
Update .env
This commit is contained in:
parent
908ca2a45b
commit
c634d294c7
1 changed files with 7 additions and 0 deletions
7
.env
7
.env
|
@ -14,6 +14,13 @@ WEB_USER='change:me'
|
||||||
# DISABLED: This is the default and no stealth efforts are in place.
|
# DISABLED: This is the default and no stealth efforts are in place.
|
||||||
TPOT_BLACKHOLE=DISABLED
|
TPOT_BLACKHOLE=DISABLED
|
||||||
|
|
||||||
|
# T-Pot Persistence
|
||||||
|
# on: This is the default. T-Pot will keep the honeypot logfiles and rotate
|
||||||
|
# with logrotate for 30 days.
|
||||||
|
# off: This is recommended for Raspberry Pi or setups with weaker CPUs or
|
||||||
|
# if you just do not need any of the logfiles.
|
||||||
|
TPOT_PERSISTENCE=on
|
||||||
|
|
||||||
# T-Pot AttackMap Text Output
|
# T-Pot AttackMap Text Output
|
||||||
# ENABLED: This is the default and the docker container map_data will print events to the console.
|
# ENABLED: This is the default and the docker container map_data will print events to the console.
|
||||||
# DISABLED: Printing events to the console is disabled.
|
# DISABLED: Printing events to the console is disabled.
|
||||||
|
|
Loading…
Reference in a new issue