Opt-In for SentryPeer DHT mode, fixes #1110

This commit is contained in:
t3chn0m4g3
2022-06-08 09:10:29 +00:00
parent a28dfec046
commit dcf15ca489
5 changed files with 22 additions and 1 deletions

View File

@ -374,6 +374,11 @@ services:
sentrypeer:
container_name: sentrypeer
restart: always
## SentryPeer offers to exchange bad actor data via DHT / P2P mode by setting the ENV to true (1)
## In some cases (i.e. internally deployed T-Pots) this might be confusing as SentryPeer will show
## the bad actors in its logs. Therefore this option is opt-in based.
environment:
- SENTRYPEER_PEER_TO_PEER=0
networks:
- sentrypeer_local
ports:

View File

@ -374,6 +374,11 @@ services:
sentrypeer:
container_name: sentrypeer
restart: always
## SentryPeer offers to exchange bad actor data via DHT / P2P mode by setting the ENV to true (1)
## In some cases (i.e. internally deployed T-Pots) this might be confusing as SentryPeer will show
## the bad actors in its logs. Therefore this option is opt-in based.
environment:
- SENTRYPEER_PEER_TO_PEER=0
networks:
- sentrypeer_local
ports:

View File

@ -374,6 +374,11 @@ services:
sentrypeer:
container_name: sentrypeer
restart: always
## SentryPeer offers to exchange bad actor data via DHT / P2P mode by setting the ENV to true (1)
## In some cases (i.e. internally deployed T-Pots) this might be confusing as SentryPeer will show
## the bad actors in its logs. Therefore this option is opt-in based.
environment:
- SENTRYPEER_PEER_TO_PEER=0
networks:
- sentrypeer_local
ports: