mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-04-26 15:29:30 +00:00
committed by
GitHub
parent
9671a49166
commit
a496b4e42a
@@ -184,7 +184,7 @@ The full set of configuration options are:
|
||||
- ``output`` - str: Directory to place JSON and CSV files in
|
||||
- ``aggregate_json_filename`` - str: filename for the aggregate JSON output file
|
||||
- ``forensic_json_filename`` - str: filename for the forensic JSON output file
|
||||
- ``ip_db_path`` - str: An optional custim path to a MMDB file from MaxMind or DBIP
|
||||
- ``ip_db_path`` - str: An optional custom path to a MMDB file from MaxMind or DBIP
|
||||
- ``offline`` - bool: Do not use online queries for geolocation or DNS
|
||||
- ``nameservers`` - str: A comma separated list of DNS resolvers (Default: `Cloudflare's public resolvers`_)
|
||||
- ``dns_timeout`` - float: DNS timeout period
|
||||
|
||||
@@ -176,7 +176,7 @@ The full set of configuration options are:
|
||||
- ``output`` - str: Directory to place JSON and CSV files in
|
||||
- ``aggregate_json_filename`` - str: filename for the aggregate JSON output file
|
||||
- ``forensic_json_filename`` - str: filename for the forensic JSON output file
|
||||
- ``ip_db_path`` - str: An optional custim path to a MMDB file from MaxMind or DBIP
|
||||
- ``ip_db_path`` - str: An optional custom path to a MMDB file from MaxMind or DBIP
|
||||
- ``offline`` - bool: Do not use online queries for geolocation or DNS
|
||||
- ``nameservers`` - str: A comma separated list of DNS resolvers (Default: `Cloudflare's public resolvers`_)
|
||||
- ``dns_timeout`` - float: DNS timeout period
|
||||
@@ -540,7 +540,7 @@ Installation
|
||||
|
||||
.. note::
|
||||
|
||||
If your system is behind a web proxy, you neeed to configure your system
|
||||
If your system is behind a web proxy, you need to configure your system
|
||||
to use that proxy. To do this, edit ``/etc/environment`` and add your
|
||||
proxy details there, for example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user