Skip to content

Commit

Permalink
Added 'offline' setting by default to example config
Browse files Browse the repository at this point in the history
  • Loading branch information
patschi committed Feb 24, 2024
1 parent c996c49 commit 9e719b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/conf/parsedmarc/config.sample.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ save_forensic = True
# and hence also speed up email processing.
nameservers = 1.1.1.1,1.0.0.1

# Disable using reverse DNS and geolocation. Will speed up
# the processing noticably, but also reduce the variety and
# precision of statistics.
# Could be useful for troubleshooting/testing.
offline = False

# For best troubleshooting, toggle both booleans below.
# If debug logging is needed (default)
debug = False
Expand Down

0 comments on commit 9e719b1

Please sign in to comment.