PyFunceble-dev 4.2.26__py3-none-any.whl → 4.2.27__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- PyFunceble/__init__.py +1 -1
- PyFunceble/checker/__init__.py +1 -1
- PyFunceble/checker/availability/__init__.py +1 -1
- PyFunceble/checker/availability/base.py +1 -1
- PyFunceble/checker/availability/domain.py +1 -1
- PyFunceble/checker/availability/domain_and_ip.py +1 -1
- PyFunceble/checker/availability/extras/__init__.py +1 -1
- PyFunceble/checker/availability/extras/base.py +1 -1
- PyFunceble/checker/availability/extras/dns.py +1 -1
- PyFunceble/checker/availability/extras/etoxic.py +1 -1
- PyFunceble/checker/availability/extras/parked.py +1 -1
- PyFunceble/checker/availability/extras/rules.py +1 -1
- PyFunceble/checker/availability/extras/subject_switch.py +1 -1
- PyFunceble/checker/availability/ip.py +1 -1
- PyFunceble/checker/availability/params.py +1 -1
- PyFunceble/checker/availability/status.py +1 -1
- PyFunceble/checker/availability/url.py +1 -1
- PyFunceble/checker/base.py +1 -1
- PyFunceble/checker/complex_json_encoder.py +1 -1
- PyFunceble/checker/params_base.py +1 -1
- PyFunceble/checker/reputation/__init__.py +1 -1
- PyFunceble/checker/reputation/base.py +1 -1
- PyFunceble/checker/reputation/domain.py +1 -1
- PyFunceble/checker/reputation/domain_and_ip.py +1 -1
- PyFunceble/checker/reputation/ip.py +1 -1
- PyFunceble/checker/reputation/params.py +1 -1
- PyFunceble/checker/reputation/status.py +1 -1
- PyFunceble/checker/reputation/url.py +1 -1
- PyFunceble/checker/status_base.py +1 -1
- PyFunceble/checker/syntax/__init__.py +1 -1
- PyFunceble/checker/syntax/base.py +1 -1
- PyFunceble/checker/syntax/domain.py +1 -1
- PyFunceble/checker/syntax/domain_and_ip.py +1 -1
- PyFunceble/checker/syntax/domain_base.py +1 -1
- PyFunceble/checker/syntax/ip.py +1 -1
- PyFunceble/checker/syntax/ipv4.py +1 -1
- PyFunceble/checker/syntax/ipv6.py +1 -1
- PyFunceble/checker/syntax/params.py +1 -1
- PyFunceble/checker/syntax/second_lvl_domain.py +1 -1
- PyFunceble/checker/syntax/status.py +1 -1
- PyFunceble/checker/syntax/subdomain.py +1 -1
- PyFunceble/checker/syntax/url.py +1 -1
- PyFunceble/checker/utils/__init__.py +1 -1
- PyFunceble/checker/utils/whois.py +1 -1
- PyFunceble/cli/__init__.py +1 -1
- PyFunceble/cli/continuous_integration/__init__.py +1 -1
- PyFunceble/cli/continuous_integration/base.py +1 -1
- PyFunceble/cli/continuous_integration/exceptions.py +1 -1
- PyFunceble/cli/continuous_integration/github_actions.py +1 -1
- PyFunceble/cli/continuous_integration/gitlab_ci.py +1 -1
- PyFunceble/cli/continuous_integration/jenkins.py +1 -1
- PyFunceble/cli/continuous_integration/standalone.py +1 -1
- PyFunceble/cli/continuous_integration/travis_ci.py +1 -1
- PyFunceble/cli/continuous_integration/utils.py +1 -1
- PyFunceble/cli/credential_loader.py +1 -1
- PyFunceble/cli/entry_points/__init__.py +1 -1
- PyFunceble/cli/entry_points/clean.py +1 -1
- PyFunceble/cli/entry_points/iana.py +1 -1
- PyFunceble/cli/entry_points/production.py +1 -10
- PyFunceble/cli/entry_points/public_suffix.py +1 -1
- PyFunceble/cli/entry_points/pyfunceble/__init__.py +1 -1
- PyFunceble/cli/entry_points/pyfunceble/argsparser.py +1 -1
- PyFunceble/cli/entry_points/pyfunceble/cli.py +2 -2
- PyFunceble/cli/execution_time.py +1 -1
- PyFunceble/cli/facility.py +1 -1
- PyFunceble/cli/factory.py +1 -1
- PyFunceble/cli/file_preloader.py +1 -1
- PyFunceble/cli/filesystem/__init__.py +1 -1
- PyFunceble/cli/filesystem/cleanup.py +1 -1
- PyFunceble/cli/filesystem/counter.py +1 -1
- PyFunceble/cli/filesystem/dir_base.py +1 -1
- PyFunceble/cli/filesystem/dir_structure/__init__.py +1 -1
- PyFunceble/cli/filesystem/dir_structure/backup.py +1 -1
- PyFunceble/cli/filesystem/dir_structure/base.py +1 -1
- PyFunceble/cli/filesystem/dir_structure/restore.py +1 -1
- PyFunceble/cli/filesystem/json_base.py +1 -1
- PyFunceble/cli/filesystem/printer/__init__.py +1 -1
- PyFunceble/cli/filesystem/printer/base.py +1 -1
- PyFunceble/cli/filesystem/printer/file.py +1 -1
- PyFunceble/cli/filesystem/printer/stdout.py +1 -1
- PyFunceble/cli/filesystem/registrar_counter.py +1 -1
- PyFunceble/cli/filesystem/status_file.py +1 -1
- PyFunceble/cli/migrators/__init__.py +1 -1
- PyFunceble/cli/migrators/alembic.py +1 -1
- PyFunceble/cli/migrators/base.py +1 -1
- PyFunceble/cli/migrators/csv_file/__init__.py +1 -1
- PyFunceble/cli/migrators/csv_file/base.py +1 -1
- PyFunceble/cli/migrators/csv_file/inactive_source_delete.py +1 -1
- PyFunceble/cli/migrators/csv_file/whois_registrar_add.py +1 -1
- PyFunceble/cli/migrators/db_base.py +1 -1
- PyFunceble/cli/migrators/file_cleanup/__init__.py +1 -1
- PyFunceble/cli/migrators/file_cleanup/base.py +1 -1
- PyFunceble/cli/migrators/file_cleanup/hashes_file.py +1 -1
- PyFunceble/cli/migrators/file_cleanup/mining_file.py +1 -1
- PyFunceble/cli/migrators/file_cleanup/production_config_file.py +1 -1
- PyFunceble/cli/migrators/json2csv/__init__.py +1 -1
- PyFunceble/cli/migrators/json2csv/base.py +1 -1
- PyFunceble/cli/migrators/json2csv/inactive.py +1 -1
- PyFunceble/cli/migrators/json2csv/whois.py +1 -1
- PyFunceble/cli/migrators/mariadb/__init__.py +1 -1
- PyFunceble/cli/migrators/mariadb/base.py +1 -1
- PyFunceble/cli/migrators/mariadb/file_and_status.py +1 -1
- PyFunceble/cli/migrators/mariadb/whois_record_idna_subject.py +1 -1
- PyFunceble/cli/processes/__init__.py +1 -1
- PyFunceble/cli/processes/base.py +1 -1
- PyFunceble/cli/processes/chancy_producer.py +1 -1
- PyFunceble/cli/processes/chancy_tester.py +1 -1
- PyFunceble/cli/processes/dir_files_sorter.py +1 -1
- PyFunceble/cli/processes/file_sorter.py +1 -1
- PyFunceble/cli/processes/migrator.py +1 -1
- PyFunceble/cli/processes/miner.py +1 -1
- PyFunceble/cli/processes/producer.py +1 -1
- PyFunceble/cli/processes/tester.py +1 -1
- PyFunceble/cli/processes/workers/__init__.py +1 -1
- PyFunceble/cli/processes/workers/base.py +1 -1
- PyFunceble/cli/processes/workers/chancy_producer.py +1 -1
- PyFunceble/cli/processes/workers/chancy_tester.py +1 -1
- PyFunceble/cli/processes/workers/dir_files_sorter.py +1 -1
- PyFunceble/cli/processes/workers/file_sorter.py +1 -1
- PyFunceble/cli/processes/workers/file_sorter_base.py +1 -1
- PyFunceble/cli/processes/workers/migrator.py +1 -1
- PyFunceble/cli/processes/workers/miner.py +1 -1
- PyFunceble/cli/processes/workers/producer.py +1 -1
- PyFunceble/cli/processes/workers/tester.py +1 -1
- PyFunceble/cli/scripts/__init__.py +1 -1
- PyFunceble/cli/scripts/iana.py +1 -1
- PyFunceble/cli/scripts/production.py +1 -26
- PyFunceble/cli/scripts/public_suffix.py +1 -1
- PyFunceble/cli/storage.py +1 -1
- PyFunceble/cli/storage_facility.py +1 -1
- PyFunceble/cli/system/__init__.py +1 -1
- PyFunceble/cli/system/base.py +1 -1
- PyFunceble/cli/system/integrator.py +1 -1
- PyFunceble/cli/system/launcher.py +1 -1
- PyFunceble/cli/utils/__init__.py +1 -1
- PyFunceble/cli/utils/ascii_logo.py +1 -1
- PyFunceble/cli/utils/sort.py +1 -1
- PyFunceble/cli/utils/stdout.py +1 -1
- PyFunceble/cli/utils/testing.py +1 -1
- PyFunceble/cli/utils/version.py +1 -1
- PyFunceble/config/__init__.py +1 -1
- PyFunceble/config/compare.py +1 -1
- PyFunceble/config/loader.py +1 -1
- PyFunceble/converter/__init__.py +1 -1
- PyFunceble/converter/adblock_input_line2subject.py +1 -1
- PyFunceble/converter/base.py +1 -1
- PyFunceble/converter/cidr2subject.py +1 -1
- PyFunceble/converter/input_line2subject.py +1 -1
- PyFunceble/converter/internal_url.py +1 -1
- PyFunceble/converter/rpz_input_line2subject.py +1 -1
- PyFunceble/converter/rpz_policy2subject.py +1 -1
- PyFunceble/converter/subject2complements.py +1 -1
- PyFunceble/converter/url2netloc.py +1 -1
- PyFunceble/converter/wildcard2subject.py +1 -1
- PyFunceble/data/alembic/__init__.py +1 -1
- PyFunceble/data/alembic/mysql/__init__.py +1 -1
- PyFunceble/data/alembic/mysql/env.py +1 -1
- PyFunceble/data/alembic/mysql/versions/__init__.py +1 -1
- PyFunceble/data/alembic/postgresql/__init__.py +1 -1
- PyFunceble/data/alembic/postgresql/env.py +1 -1
- PyFunceble/data/alembic/postgresql/versions/__init__.py +1 -1
- PyFunceble/data/infrastructure/.PyFunceble_production.yaml +486 -140
- PyFunceble/database/__init__.py +1 -1
- PyFunceble/database/credential/__init__.py +1 -1
- PyFunceble/database/credential/base.py +1 -1
- PyFunceble/database/credential/mariadb.py +1 -1
- PyFunceble/database/credential/mysql.py +1 -1
- PyFunceble/database/credential/postgresql.py +1 -1
- PyFunceble/database/schemas/__init__.py +1 -1
- PyFunceble/database/schemas/autocontinue.py +1 -1
- PyFunceble/database/schemas/inactive.py +1 -1
- PyFunceble/database/schemas/status.py +1 -1
- PyFunceble/database/schemas/whois_record.py +1 -1
- PyFunceble/database/session.py +1 -1
- PyFunceble/database/sqlalchemy/__init__.py +1 -1
- PyFunceble/database/sqlalchemy/all_schemas.py +1 -1
- PyFunceble/database/sqlalchemy/base_schema.py +1 -1
- PyFunceble/dataset/__init__.py +1 -1
- PyFunceble/dataset/autocontinue/__init__.py +1 -1
- PyFunceble/dataset/autocontinue/base.py +1 -1
- PyFunceble/dataset/autocontinue/csv.py +1 -1
- PyFunceble/dataset/autocontinue/sql.py +1 -1
- PyFunceble/dataset/base.py +1 -1
- PyFunceble/dataset/csv_base.py +1 -1
- PyFunceble/dataset/db_base.py +1 -1
- PyFunceble/dataset/iana.py +1 -1
- PyFunceble/dataset/inactive/__init__.py +1 -1
- PyFunceble/dataset/inactive/base.py +1 -1
- PyFunceble/dataset/inactive/csv.py +1 -1
- PyFunceble/dataset/inactive/sql.py +1 -1
- PyFunceble/dataset/ipv4_reputation.py +1 -1
- PyFunceble/dataset/public_suffix.py +1 -1
- PyFunceble/dataset/sql_base.py +1 -1
- PyFunceble/dataset/user_agent.py +1 -1
- PyFunceble/dataset/whois/__init__.py +1 -1
- PyFunceble/dataset/whois/base.py +1 -1
- PyFunceble/dataset/whois/csv.py +1 -1
- PyFunceble/dataset/whois/sql.py +1 -1
- PyFunceble/downloader/__init__.py +1 -1
- PyFunceble/downloader/base.py +1 -1
- PyFunceble/downloader/exceptions.py +1 -1
- PyFunceble/downloader/iana.py +1 -1
- PyFunceble/downloader/ipv4_reputation.py +1 -1
- PyFunceble/downloader/public_suffix.py +1 -1
- PyFunceble/downloader/user_agents.py +1 -1
- PyFunceble/exceptions.py +1 -1
- PyFunceble/facility.py +1 -1
- PyFunceble/factory.py +1 -1
- PyFunceble/helpers/__init__.py +1 -1
- PyFunceble/helpers/command.py +1 -1
- PyFunceble/helpers/dict.py +1 -1
- PyFunceble/helpers/directory.py +1 -1
- PyFunceble/helpers/download.py +1 -1
- PyFunceble/helpers/environment_variable.py +1 -1
- PyFunceble/helpers/exceptions.py +1 -1
- PyFunceble/helpers/file.py +1 -1
- PyFunceble/helpers/hash.py +1 -1
- PyFunceble/helpers/list.py +1 -1
- PyFunceble/helpers/merge.py +1 -1
- PyFunceble/helpers/regex.py +1 -1
- PyFunceble/logger.py +1 -1
- PyFunceble/query/__init__.py +1 -1
- PyFunceble/query/dns/__init__.py +1 -1
- PyFunceble/query/dns/nameserver.py +1 -1
- PyFunceble/query/dns/query_tool.py +1 -1
- PyFunceble/query/dns/resolver.py +1 -1
- PyFunceble/query/http_status_code.py +1 -1
- PyFunceble/query/netinfo/__init__.py +1 -1
- PyFunceble/query/netinfo/address.py +1 -1
- PyFunceble/query/netinfo/base.py +1 -1
- PyFunceble/query/netinfo/hostbyaddr.py +1 -1
- PyFunceble/query/platform.py +1 -1
- PyFunceble/query/record/__init__.py +1 -1
- PyFunceble/query/record/base.py +1 -1
- PyFunceble/query/record/dns.py +1 -1
- PyFunceble/query/record/whois.py +1 -1
- PyFunceble/query/requests/__init__.py +1 -1
- PyFunceble/query/requests/adapter/__init__.py +1 -1
- PyFunceble/query/requests/adapter/base.py +1 -1
- PyFunceble/query/requests/adapter/http.py +1 -1
- PyFunceble/query/requests/adapter/https.py +1 -1
- PyFunceble/query/requests/requester.py +1 -1
- PyFunceble/query/whois/__init__.py +1 -1
- PyFunceble/query/whois/converter/__init__.py +1 -1
- PyFunceble/query/whois/converter/base.py +1 -1
- PyFunceble/query/whois/converter/digit2digits.py +1 -1
- PyFunceble/query/whois/converter/expiration_date.py +1 -1
- PyFunceble/query/whois/converter/month2unified.py +1 -1
- PyFunceble/query/whois/converter/registrar.py +1 -1
- PyFunceble/query/whois/query_tool.py +1 -1
- PyFunceble/sessions.py +1 -1
- PyFunceble/storage.py +2 -2
- PyFunceble/storage_facility.py +1 -1
- PyFunceble/utils/__init__.py +1 -1
- PyFunceble/utils/platform.py +1 -1
- PyFunceble/utils/profile.py +1 -1
- PyFunceble/utils/version.py +6 -4
- PyFunceble_dev-4.2.27.dist-info/METADATA +630 -0
- PyFunceble_dev-4.2.27.dist-info/RECORD +283 -0
- {PyFunceble_dev-4.2.26.dist-info → PyFunceble_dev-4.2.27.dist-info}/WHEEL +1 -1
- PyFunceble_dev-4.2.26.dist-info/METADATA +0 -416
- PyFunceble_dev-4.2.26.dist-info/RECORD +0 -283
- {PyFunceble_dev-4.2.26.dist-info → PyFunceble_dev-4.2.27.dist-info}/LICENSE +0 -0
- {PyFunceble_dev-4.2.26.dist-info → PyFunceble_dev-4.2.27.dist-info}/entry_points.txt +0 -0
- {PyFunceble_dev-4.2.26.dist-info → PyFunceble_dev-4.2.27.dist-info}/top_level.txt +0 -0
@@ -1,176 +1,399 @@
|
|
1
|
+
# .PyFunceble.yaml
|
2
|
+
# This is the default configuration of the PyFunceble project.
|
3
|
+
#
|
4
|
+
# Behavior while using CLI switch:
|
5
|
+
#
|
6
|
+
# When using the CLI Argument of boolean parameters, they act like a light
|
7
|
+
# switch. Meaning that if `no` is defined in the configuration file, using
|
8
|
+
# the CLI argument will switch it to `yes`.
|
9
|
+
#
|
10
|
+
# However, if `yes` is defined in the configuration file, using the CLI
|
11
|
+
# argument will switch it to `no`.
|
12
|
+
#
|
13
|
+
|
1
14
|
debug:
|
2
15
|
# Provides everything related to the debug mode.
|
3
16
|
|
4
|
-
#
|
17
|
+
# Enable/Disable the debug mode.
|
18
|
+
#
|
19
|
+
# NOTE:
|
20
|
+
# When enabled, the output will be found inside the logs output directory.
|
21
|
+
# If you prefer to have the output to STDOUT, you should declare the
|
22
|
+
# following environment variable.
|
23
|
+
#
|
24
|
+
# PYFUNCEBLE_DEBUG_ON_SCREEN=yes
|
25
|
+
|
26
|
+
# Environment Variable: PYFUNCEBLE_DEBUG
|
27
|
+
# CLI Switch: `--debug`
|
5
28
|
active: no
|
6
|
-
|
29
|
+
|
30
|
+
# Set the logging level.
|
31
|
+
#
|
32
|
+
# Available: info, error, debug, critical
|
33
|
+
#
|
34
|
+
# Environment Variables: PYFUNCEBLE_DEBUG_LVL | PYFUNCEBLE_LOGGING_LVL
|
35
|
+
# CLI Switch: --logging-level
|
7
36
|
level: info
|
8
37
|
|
9
38
|
cli_decoding:
|
10
|
-
# Provides everything related to the decoding from the CLI.
|
39
|
+
# Provides everything related to the decoding of input files from the CLI.
|
11
40
|
|
12
|
-
#
|
41
|
+
# Enable/Disable the aggressive decoding.
|
42
|
+
#
|
43
|
+
# The aggressive mode is a mode that tries to decode as much as possible without
|
44
|
+
# trying to follow any technical conventions.
|
45
|
+
#
|
46
|
+
# When decoding AdBlock filter lists, it will try to decode almost every
|
47
|
+
# domains it finds.
|
48
|
+
#
|
49
|
+
# When decoding hosts file or plain text files, it will try to convert URLS
|
50
|
+
# (e.g https://example.org/hello/world) into domains to test (e.g example.org).
|
51
|
+
#
|
52
|
+
# CLI Argument: --aggressive
|
13
53
|
aggressive: no
|
14
54
|
|
15
|
-
#
|
55
|
+
# Enable/Disable the (exclusive) decoding using the adblock decoder.
|
56
|
+
#
|
57
|
+
# WARNING:
|
58
|
+
# Activating this parameter in your configuration file, will make
|
59
|
+
# PyFunceble assume that it has to decode adblock files - exclusively.
|
60
|
+
#
|
61
|
+
# CLI Argument: --adblock
|
16
62
|
adblock: no
|
17
63
|
|
18
|
-
#
|
64
|
+
# Enable/Disable the (exclusive) decoding using the RPZ decoder.
|
65
|
+
#
|
66
|
+
# WARNING:
|
67
|
+
# Activating this parameter in your configuration file, will make
|
68
|
+
# PyFunceble assume that it has to decode RPZ files - exclusively.
|
69
|
+
#
|
70
|
+
# CLI Argument: --rpz
|
19
71
|
rpz: no
|
20
72
|
|
21
|
-
#
|
73
|
+
# Enable or disable the reduction of wildcards.
|
74
|
+
#
|
75
|
+
# Meaning that any caught wildcards (e.g. *.example.org) will be reduced so
|
76
|
+
# that we have a "valid" domain to test (e.g. example.org).
|
77
|
+
#
|
78
|
+
# WARNING:
|
79
|
+
# Activating this parameter will reduce wildcards (e.g *.example.org) to
|
80
|
+
# match domains (e.g ecample.org)
|
81
|
+
#
|
82
|
+
# CLI Argument: --wildcard
|
22
83
|
wildcard: no
|
23
84
|
|
24
85
|
cli_testing:
|
25
|
-
# Provides everything directly related to the CLI
|
86
|
+
# Provides everything directly related to the testing through the CLI.
|
26
87
|
|
27
|
-
#
|
88
|
+
# Set the IP to prefix each hosts file lines with.
|
89
|
+
#
|
90
|
+
# CLI Argument: -ip | --hosts-ip
|
28
91
|
hosts_ip: "0.0.0.0"
|
29
92
|
|
30
|
-
#
|
31
|
-
#
|
93
|
+
# Set the amount of maximal workers to use to perform tests.
|
94
|
+
#
|
95
|
+
# NOTE:
|
96
|
+
# If set to `null`, the value is implicitly CPU * Cores - 2
|
97
|
+
#
|
98
|
+
# CLI Argument: -w | --max-workers
|
32
99
|
max_workers: null
|
33
100
|
|
34
|
-
#
|
101
|
+
# Enable/Disable the autocontinue datasets.
|
102
|
+
#
|
103
|
+
# The autocontinue datasets/database is a database that temporarily store the
|
104
|
+
# result of the tested subject in the hope to continue as soon as possible
|
105
|
+
# after a break or shortage.
|
106
|
+
#
|
107
|
+
# CLI Argument: -c | --auto-continue | --continue
|
35
108
|
autocontinue: no
|
36
109
|
|
37
|
-
#
|
38
|
-
#
|
110
|
+
# Enable/Disable the inactive datasets.
|
111
|
+
#
|
112
|
+
# The inactive datasets/database is used to store the INACTIVE and INVALID
|
113
|
+
# subjects to purposely retest then at a later time.
|
114
|
+
#
|
115
|
+
# This mechanism let you cleanup your source file while being sure that
|
116
|
+
# pyfunceble will retest the old entries of your source file. After retesting,
|
117
|
+
# pyfunceble will throw the newly ACTIVE subject from the database and put
|
118
|
+
# it into your ACTIVE output files so that you can reintroduce them into
|
119
|
+
# your list.
|
120
|
+
#
|
121
|
+
# CLI Argument: --inactive-db
|
39
122
|
inactive_db: yes
|
40
123
|
|
41
|
-
#
|
42
|
-
#
|
124
|
+
# Enable/Disable the whois storage of whois records.
|
125
|
+
#
|
126
|
+
# This mechanism let us avoid spaming the WHOIS servers by storing the
|
127
|
+
# expiration dates from the whois record into a local datasets/database.
|
128
|
+
# Later on, PyFunceble will query the local database first.
|
129
|
+
#
|
130
|
+
# CLI Argument: -wdb | --whois-database
|
43
131
|
whois_db: yes
|
44
132
|
|
45
|
-
#
|
133
|
+
# Enable/Disable the testing and generation of complements.
|
134
|
+
#
|
135
|
+
# A complement is `www.example.org` when `example.org` is given and vice-versa.
|
136
|
+
#
|
137
|
+
# CLI Argument: --complements
|
46
138
|
complements: no
|
47
139
|
|
48
|
-
#
|
140
|
+
# Enable/Disable the expension and testing of single addresses of a CIDR.
|
141
|
+
#
|
142
|
+
# CLI Argument: --cidr
|
49
143
|
cidr_expand: no
|
50
144
|
|
51
|
-
#
|
145
|
+
# Set the cooldown time to apply between each tests.
|
146
|
+
#
|
147
|
+
# This is essential to avoid spaming remote resources - especially WHOIS servers.
|
148
|
+
#
|
149
|
+
# WARNING:
|
150
|
+
# This must be a value >= 0.0
|
151
|
+
#
|
152
|
+
# CLI Argument: --cooldown-time
|
52
153
|
cooldown_time: 0.0
|
53
154
|
|
54
155
|
# Sets the Database Connector type to use.
|
55
156
|
# Available: csv | mariadb | mysql | postgresql
|
157
|
+
#
|
158
|
+
# Set the type of database to use or generate to store long term information-s.
|
159
|
+
#
|
160
|
+
# When set to `mariadb`, `mysql` or `postgesql` the following environment
|
161
|
+
# variables are required.
|
162
|
+
#
|
163
|
+
# PYFUNCEBLE_DB_HOST - The host or unix socket path of the database server.
|
164
|
+
# PYFUNCEBLE_DB_PORT - The port to use to reach the database server.
|
165
|
+
# PYFUNCEBLE_DB_USERNAME - The username to use to connect to the database server - when applicable.
|
166
|
+
# PYFUNCEBLE_DB_PASSWORD - The password to use to connect to the database server - when applicable.
|
167
|
+
# PYFUNCEBLE_DB_NAME - The name of the database to work with.
|
168
|
+
# PYFUNCEBLE_DB_CHARSET - The charset to use - when applicable.
|
169
|
+
#
|
170
|
+
# Available Values: csv | mariadb | mysql | postgresql
|
171
|
+
#
|
172
|
+
# CLI Argument: --database-type
|
56
173
|
db_type: csv
|
57
174
|
|
58
|
-
#
|
59
|
-
#
|
60
|
-
#
|
175
|
+
# Set the filter to apply while reading inputs.
|
176
|
+
#
|
177
|
+
# In other words, a global filter to apply to select the subject to tests.
|
178
|
+
# Meaning that if you give `\.info$` (for example), we will only test the
|
179
|
+
# subjects that ends with `.info`.
|
180
|
+
#
|
181
|
+
# CLI Argument: --filter
|
61
182
|
file_filter: null
|
62
183
|
|
63
|
-
#
|
184
|
+
# Enable/Disable the mining of subjects.
|
185
|
+
#
|
186
|
+
# When enabled, PyFunceble will follow the HTTP redirects and put all redirected
|
187
|
+
# subjects into the testing queue and outputs.
|
188
|
+
#
|
189
|
+
# CLI Argument: --mining
|
64
190
|
mining: no
|
65
191
|
|
66
|
-
#
|
67
|
-
#
|
192
|
+
# Acknowledge/Dismiss that we are testing for subjects that are only on the
|
193
|
+
# local network.
|
194
|
+
#
|
195
|
+
# NOTE:
|
196
|
+
# When enabled, no syntax checking will be processed when performing
|
197
|
+
# availability and reputation tests.
|
198
|
+
#
|
199
|
+
# CLI Argument: --local
|
68
200
|
local_network: no
|
69
201
|
|
70
|
-
#
|
71
|
-
#
|
72
|
-
#
|
73
|
-
#
|
202
|
+
# Enable/Disable the preloading of the given input file(s).
|
203
|
+
#
|
204
|
+
# When enabled, we take the time to pre-load subjects by decoding inputs files
|
205
|
+
# and storing the informatino in the chosen datasets/database format.
|
206
|
+
# The hope is to optimise some of our process by only focusing on testing.
|
74
207
|
#
|
75
|
-
#
|
208
|
+
# WARNING:
|
209
|
+
# While this is helpful for long running tasks, this might not be a good
|
210
|
+
# idea if you are testing a URL directly. This process is not optimizied
|
211
|
+
# for sources that are constantly updated (checksums).
|
212
|
+
#
|
213
|
+
# CLI Argument: --preload
|
76
214
|
preload_file: no
|
77
215
|
|
78
|
-
#
|
79
|
-
# workflow in place.
|
216
|
+
# Enable/Disable a chancy testing mode that unleashes and bypass the safety
|
217
|
+
# workflow-s in place in hope of speed.
|
80
218
|
#
|
81
|
-
# WARNING:
|
82
|
-
#
|
83
|
-
#
|
219
|
+
# DANGER / WARNING:
|
220
|
+
# You have been warned. This mode is for the chancy and lucky one.
|
221
|
+
#
|
222
|
+
# You shouldn't use this unless you fele really, really, really lucky and
|
223
|
+
# trust your machine.
|
224
|
+
#
|
225
|
+
# Enabling this mode makes thinks look 'fast', but it may produce some
|
226
|
+
# rather ... unexpected behavior and results - IF N+1 process simultaneously
|
227
|
+
# write the same output file.
|
84
228
|
#
|
85
|
-
#
|
86
|
-
# results if :code:`N` process simultaneously write the same output file.
|
229
|
+
# This mode also makes the CLI terminal output unparsable - either.
|
87
230
|
#
|
88
|
-
#
|
231
|
+
# **MAY THE FORCE BE WITH YOU!**
|
89
232
|
#
|
90
|
-
#
|
233
|
+
# CLI Argument: --chancy
|
91
234
|
chancy_tester: no
|
92
235
|
|
93
236
|
ci:
|
94
|
-
# Provides everything related to the Continuous integration
|
95
|
-
|
96
|
-
|
97
|
-
#
|
237
|
+
# Provides everything related to the testing within a Continuous integration
|
238
|
+
# engine.
|
239
|
+
|
240
|
+
# Enable/Disable the CI/CD mode.
|
241
|
+
#
|
242
|
+
# When enabled, PyFunceble will assume that it works with a git repository.
|
243
|
+
# Therefore, you have to declare the following environment variables to
|
244
|
+
# configure git for pushing - which is normally not available withing a
|
245
|
+
# CI engine.
|
246
|
+
#
|
247
|
+
# GIT_NAME - The `git.name` to setup and use.
|
248
|
+
# GIT_EMAIL - The `git.email` to setup and use.
|
249
|
+
# GIT_BRANCH - (optional) - The git branch to use to distribute results betwen sessions.
|
250
|
+
# GIT_DISTRIBUTION_BRANCH - (optional) - The git branch to use to distribute the final results.
|
251
|
+
# GITHUB_TOKEN - The token to use to authenticate ourselves against GitHub. Read when under a GitHub Action or Jenkins CI worker.
|
252
|
+
# GL_TOKEN - The token to use to authenticate ourselves againt GitLab. Read when under a GitLab Runner.
|
253
|
+
# GH_TOKEN - The token to ue to authenticate ourselves against GitHub. Read when under a Travis CI instance.
|
254
|
+
#
|
255
|
+
# CLI Argument: --ci
|
98
256
|
active: no
|
99
257
|
|
100
|
-
#
|
258
|
+
# Set the commit message to apply to all results commit except the final one.
|
259
|
+
#
|
260
|
+
# CLI Argument: --ci-commit-message
|
101
261
|
commit_message: "PyFunceble - AutoSave"
|
102
262
|
|
103
|
-
#
|
263
|
+
# Set the commit message to apply to the very last and final result commit.
|
264
|
+
#
|
265
|
+
# CLI Argument: --ci-end-commit-message
|
104
266
|
end_commit_message: "PyFunceble - Results"
|
105
267
|
|
106
|
-
#
|
107
|
-
#
|
268
|
+
# Set the number of minutes to wait before to start saving and stopping a session.
|
269
|
+
#
|
270
|
+
# This parameter can be understood as the running time of PyFunceble under a
|
271
|
+
# CI Engine.
|
272
|
+
#
|
273
|
+
# CLI Argument: --ci-max-minutes
|
108
274
|
max_exec_minutes: 15
|
109
275
|
|
110
|
-
#
|
276
|
+
# Set the branch to use to distribute results between multiple CI/CD sessions.
|
277
|
+
#
|
278
|
+
# Environment Variable: GIT_BRANCH
|
279
|
+
# CLI Argument: --ci-branch
|
111
280
|
branch: master
|
112
281
|
|
113
|
-
#
|
114
|
-
#
|
282
|
+
# Set the branch to use to distribute the final results of multiple CI/CD session.
|
283
|
+
#
|
284
|
+
# Environment Variable: GIT_DISTRIBUTION_BRANCH
|
285
|
+
# CLI Argument: --ci-distribution-branch
|
115
286
|
distribution_branch: master
|
116
287
|
|
117
|
-
#
|
118
|
-
#
|
288
|
+
# Set the command to execute before each (except last) result commit.
|
289
|
+
#
|
290
|
+
# CLI Argument: --ci-command
|
119
291
|
command: null
|
120
292
|
|
121
|
-
#
|
293
|
+
# Set the command to execute before the very last result commit.
|
294
|
+
#
|
295
|
+
# CLI Argument: --ci-end-command
|
122
296
|
end_command: null
|
123
297
|
|
124
298
|
display_mode:
|
125
|
-
# Provides everything related to the display
|
126
|
-
|
127
|
-
#
|
299
|
+
# Provides everything related to the display/OUTPUT of PyFunceble.
|
300
|
+
|
301
|
+
# Enable/Disable the printing of dots.
|
302
|
+
#
|
303
|
+
# Dots !? Why Dots ? WTH ?!
|
304
|
+
# Yes, you read correctly dots. Those dots are crutial under CI/CD engines
|
305
|
+
# that assumes that no-output within a few minutes is an error. To avoid
|
306
|
+
# such situation when the CI/CD engines just kill the job, we print dots,
|
307
|
+
# when we perform some tasks that may not output anything for a few minutes.
|
308
|
+
#
|
309
|
+
# An example is when you are on the second session of testing and PyFunceble
|
310
|
+
# is going through the list of subjects but it sees that the subject has been
|
311
|
+
# already tested.
|
312
|
+
#
|
313
|
+
# NOTE:
|
314
|
+
# This argument is automatically switched to `yes` when under a CI/CD engine
|
315
|
+
# (aka cli_testing.ci set to yes).
|
316
|
+
#
|
317
|
+
# CLI Argument: --dots
|
128
318
|
dots: no
|
129
319
|
|
130
|
-
#
|
320
|
+
# Enable/Disable the printing of the execution time at the end of a test session.
|
321
|
+
#
|
322
|
+
# CLI Argument: -ex | --execution
|
131
323
|
execution_time: no
|
132
324
|
|
133
|
-
#
|
325
|
+
# Enable/Disable the printing of the percentage stats per status at the end
|
326
|
+
# of a test session.
|
327
|
+
#
|
328
|
+
# CLI Argument: --percentage
|
134
329
|
percentage: yes
|
135
330
|
|
136
|
-
#
|
331
|
+
# Enable/Disable the printing of the registrar stats per subjects at the end
|
332
|
+
# of a test session.
|
333
|
+
#
|
334
|
+
# CLI Argument: --registrar
|
137
335
|
registrar: no
|
138
336
|
|
139
|
-
#
|
337
|
+
# Enable/Disable the printing of any outputs.
|
338
|
+
#
|
339
|
+
# CLI Argument: -q | --quiet
|
140
340
|
quiet: no
|
141
341
|
|
142
|
-
#
|
342
|
+
# Enable/Disable the printing of minimal tabular information when testing.
|
143
343
|
less: yes
|
144
344
|
|
145
|
-
#
|
345
|
+
# Enable/Disable the printing of most tabular information when testing.
|
346
|
+
#
|
347
|
+
# CLI Argument: -a | --all
|
146
348
|
all: no
|
147
349
|
|
148
|
-
#
|
350
|
+
# Enable/Disable the printing of an extreme simple and minimalistic information
|
351
|
+
# when testing.
|
352
|
+
#
|
353
|
+
# CLI Argument: -s | --simple
|
149
354
|
simple: no
|
150
355
|
|
151
|
-
#
|
356
|
+
# Enable/Disable the printing of colored tabular information.
|
357
|
+
#
|
358
|
+
# CLI Argument: --colour | --color
|
152
359
|
colour: yes
|
153
360
|
|
154
|
-
#
|
155
|
-
#
|
156
|
-
#
|
361
|
+
# Set the status to display to STDOUT.
|
362
|
+
#
|
363
|
+
# WARNING:
|
364
|
+
# When this parameter is not set to `ALL`, only the subjects matching the
|
365
|
+
# selected status will be printed to STDOUT. Howerver, this doesn't have
|
366
|
+
# any effect on the generated files.
|
367
|
+
#
|
368
|
+
# CLI Argument: --display-status
|
157
369
|
status: all
|
158
370
|
|
159
|
-
#
|
160
|
-
#
|
371
|
+
# Set the maximal number of registrar to display when we have to print the
|
372
|
+
# registrar stats per subject.
|
373
|
+
#
|
374
|
+
# NOTE:
|
375
|
+
# This doesn't have any effect on the generated files.
|
376
|
+
#
|
377
|
+
# CLI Argument: --max-registrar
|
161
378
|
max_registrar: 15
|
162
379
|
|
163
380
|
testing_mode:
|
164
|
-
# Provides
|
165
|
-
#
|
381
|
+
# Provides and select the testing mode.
|
382
|
+
#
|
383
|
+
# NOTE:
|
384
|
+
# Only one can be active at a time.
|
166
385
|
|
167
|
-
#
|
386
|
+
# Enable/Disable the availability test mode.
|
168
387
|
availability: yes
|
169
388
|
|
170
|
-
#
|
389
|
+
# Enable/Disable the syntax test mode.
|
390
|
+
#
|
391
|
+
# CLI Argument: --syntax
|
171
392
|
syntax: no
|
172
393
|
|
173
|
-
#
|
394
|
+
# Enable/Disable the reputation test mode.
|
395
|
+
#
|
396
|
+
# CLI Argument: --reputation
|
174
397
|
reputation: no
|
175
398
|
|
176
399
|
# BETA: Activates the platform contribution test.
|
@@ -182,121 +405,218 @@ cli_testing:
|
|
182
405
|
# NOT IMPLEMENTED (Anticipation for future usage).
|
183
406
|
db_clean: 28
|
184
407
|
|
185
|
-
#
|
186
|
-
# stored into the inactive database.
|
408
|
+
# Set the minimal number of days between the retest of subject which were
|
409
|
+
# stored into the inactive datasets/database.
|
410
|
+
#
|
411
|
+
# CLI Argument: -dbr | --days-between-db-retest
|
187
412
|
db_retest: 1
|
188
413
|
|
189
414
|
sorting_mode:
|
190
|
-
# Provides
|
191
|
-
#
|
192
|
-
|
193
|
-
#
|
415
|
+
# Provides everything related to the output sorting.
|
416
|
+
#
|
417
|
+
# NOTE:
|
418
|
+
# Only one can be active at a time.
|
419
|
+
#
|
420
|
+
# WARNING:
|
421
|
+
# The parameters below only applies to the generated files. NOT STDOUT.
|
422
|
+
|
423
|
+
# Enable/Disable the hierarchical sorting.
|
424
|
+
#
|
425
|
+
# CLI Argument: --hierarchical
|
194
426
|
hierarchical: no
|
195
427
|
|
196
|
-
#
|
428
|
+
# Enable/Disable the standard sorting.
|
197
429
|
standard: yes
|
198
430
|
|
199
431
|
file_generation:
|
200
|
-
# Provides everything related to the generation of
|
432
|
+
# Provides everything related to the generation of files.
|
201
433
|
|
202
|
-
#
|
434
|
+
# Enable/Disable the generation of files.
|
435
|
+
#
|
436
|
+
# CLI Argument: --no-files
|
203
437
|
no_file: no
|
204
438
|
|
205
|
-
#
|
439
|
+
# Enable/Disable the generation of hosts formatted files.
|
440
|
+
#
|
441
|
+
# CLI Argument: -h | --hosts
|
206
442
|
hosts: no
|
207
443
|
|
208
|
-
#
|
444
|
+
# Enable/Disable the generation of plain/raw formatted files.
|
445
|
+
#
|
446
|
+
# CLI Argument: --plain
|
209
447
|
plain: yes
|
210
448
|
|
211
|
-
#
|
449
|
+
# Enable/Disable the generation of analytic files.
|
450
|
+
#
|
451
|
+
# Analytic ?! WTH !?
|
452
|
+
# Yes, analytic! While PyFunceble is really good for a lot of things, sometime
|
453
|
+
# it takes some decision without being really sure about it or without
|
454
|
+
# wanting to be biased. Therefore, it generates files inside the analytic folder.
|
455
|
+
# The files inside the analytic folder are there for human to analyse or
|
456
|
+
# to invite the community to influence PyFunceble.
|
457
|
+
#
|
458
|
+
# If you are sure that the behavior of PyFunceble should be adopted for sure,
|
459
|
+
# fill an issue and let's evolve it together :-)
|
460
|
+
#
|
212
461
|
analytic: yes
|
213
462
|
|
214
|
-
#
|
215
|
-
#
|
463
|
+
# Enable/Disable the generation of unified results files.
|
464
|
+
#
|
465
|
+
# WARNING:
|
466
|
+
# This parameter simply generate a unified copy of the STDOUT instead of 1
|
467
|
+
# file per status.
|
468
|
+
#
|
469
|
+
# CLI Argument: --unified-results
|
216
470
|
unified_results: no
|
217
471
|
|
218
|
-
#
|
219
|
-
#
|
472
|
+
# Enable/Disable the merging of the results of all inputted files into one
|
473
|
+
# single output directory.
|
474
|
+
#
|
475
|
+
# Normally, PyFunceble generated a dedicated output folder for each inputted
|
476
|
+
# files. However, if you want the results to be merged inside a single
|
477
|
+
# folder, just switch this parameter.
|
478
|
+
#
|
479
|
+
# CLI Argument: --merge-output
|
220
480
|
merge_output_dirs: no
|
221
481
|
|
222
482
|
lookup:
|
223
|
-
# Provides everything related to the
|
483
|
+
# Provides everything related to the lookups.
|
224
484
|
|
225
|
-
#
|
485
|
+
# Enable/Disable the usage of DNS records to lookup the status.
|
486
|
+
#
|
487
|
+
# CLI Argument: --dns-lookup
|
488
|
+
# Exclusive CLI Argument: --dns-lookup-only
|
226
489
|
dns: yes
|
227
490
|
|
228
|
-
#
|
491
|
+
# Enable/Disable the usage of HTTP status codes to lookup the status.
|
492
|
+
#
|
493
|
+
# CLI Argument: --http | --http-status-code-lookup
|
494
|
+
# Exclusive CLI Argument: --http-only | --http-status-code-lookup
|
229
495
|
http_status_code: yes
|
230
496
|
|
231
|
-
#
|
497
|
+
# Enable/Disable the usage of network (information) socket to lookup the status.
|
498
|
+
#
|
499
|
+
# CLI Argument: --netinfo-lookup
|
500
|
+
# Exclusive CLI Argument: --netinfo-lookup-only
|
232
501
|
netinfo: yes
|
233
502
|
|
234
|
-
#
|
503
|
+
# Enable/Disable the usage of special rules to lookup or switch the status.
|
504
|
+
#
|
505
|
+
# CLI Argument: --special-lookup
|
506
|
+
# Exclusive CLI Argument: --special-lookup-only
|
235
507
|
special: yes
|
236
508
|
|
237
|
-
#
|
509
|
+
# Enable/Disable the usage of WHOIS records to lookup the status.
|
510
|
+
#
|
511
|
+
# CLI Argument: --whois-lookup
|
512
|
+
# Exclusive CLI Argument: --whois-lookup-only
|
238
513
|
whois: yes
|
239
514
|
|
240
|
-
#
|
515
|
+
# Enable/Disable the usage of the reputation data to lookup the status.
|
516
|
+
#
|
517
|
+
# NOTE:
|
518
|
+
# The reputation lookup is actualy a lookup against the AlienVault IPv4
|
519
|
+
# reputation file.s
|
520
|
+
#
|
521
|
+
# CLI Argument: --reputation-lookup
|
522
|
+
# Exclusive CLI Argument: --reputation-lookup
|
241
523
|
reputation: no
|
242
524
|
|
243
525
|
# Activate the usage of the platform to lookup status.
|
244
526
|
platform: no
|
245
527
|
|
246
|
-
#
|
247
|
-
#
|
528
|
+
# Set the timeout to apply to each of our lookup methods - when possible.
|
529
|
+
#
|
530
|
+
# WARNING:
|
531
|
+
# This should be a value >= 0.
|
532
|
+
#
|
533
|
+
# CLI Argument: -t | --timeout
|
248
534
|
timeout: 5
|
249
535
|
|
250
536
|
dns:
|
251
|
-
# Provides everything related to the DNS lookup.
|
537
|
+
# Provides everything related to the DNS resolver & lookup.
|
252
538
|
|
253
|
-
#
|
539
|
+
# Enable/Disable the follow-up of the order of DNS server.
|
540
|
+
#
|
541
|
+
# NOTE:
|
542
|
+
# When disabled, the order of the DNS servers is randomized.
|
543
|
+
#
|
544
|
+
# CLI Argument: --follow-server-order
|
254
545
|
follow_server_order: yes
|
255
546
|
|
256
|
-
#
|
257
|
-
#
|
258
|
-
# When this
|
259
|
-
#
|
547
|
+
# Enable/Disable the trust mode.
|
548
|
+
#
|
549
|
+
# When this parameter is enabled, we will trust the result of the first DNS
|
550
|
+
# server and only switch to the next server in the list ONLY when it is
|
551
|
+
# unreachable.
|
552
|
+
#
|
553
|
+
# However, when this parameter is disabled, we will ask the other server when
|
554
|
+
# the previous DNS give us a negative response - until a positive on is given.
|
555
|
+
#
|
556
|
+
# CLI Argument: --trust-dns-server
|
260
557
|
trust_server: no
|
261
558
|
|
262
|
-
#
|
263
|
-
# It must be a list.
|
559
|
+
# Set the list of DNS server to communicate with.
|
264
560
|
#
|
265
561
|
# WARNING:
|
266
562
|
# IPv6 should be given in this format if a port is explicitly given:
|
563
|
+
#
|
267
564
|
# [ip]:port
|
565
|
+
#
|
268
566
|
# If you omit the braket, the port will be set to the default one (53).
|
269
567
|
#
|
270
|
-
#
|
568
|
+
# Example:
|
271
569
|
# - first.dns
|
272
570
|
# - second.dns
|
273
571
|
#
|
572
|
+
# CLI Argument: --dns
|
274
573
|
server: null
|
275
574
|
|
276
|
-
#
|
277
|
-
#
|
575
|
+
# Set the protocol to use.
|
576
|
+
#
|
577
|
+
# Available Values: UDP | TCP | HTTPS | TLS
|
578
|
+
#
|
579
|
+
# CLI Argument: --dns-protocol
|
278
580
|
protocol: UDP
|
279
581
|
|
280
|
-
#
|
281
|
-
#
|
282
|
-
#
|
582
|
+
# Set the delay (in second) to apply between each queries.
|
583
|
+
#
|
584
|
+
# WARNING:
|
585
|
+
# This should be a value >= 0.0.
|
586
|
+
#
|
587
|
+
# CLI Argument: --dns-delay
|
283
588
|
delay: 0.0
|
284
589
|
|
285
590
|
# Not Implemented yet. Reserved for future usage and implementation.
|
286
591
|
share_logs: no
|
287
592
|
|
288
593
|
user_agent:
|
289
|
-
# Provides everything related to
|
594
|
+
# Provides everything related to choice of user agent.
|
290
595
|
|
596
|
+
# Set the browser to pickup.
|
597
|
+
#
|
598
|
+
# WARNING:
|
599
|
+
# This parameter will be deprecated (soon?).
|
600
|
+
#
|
601
|
+
# Available Values: chrome, edge, firefox, ie, opera, safari
|
291
602
|
browser: chrome
|
603
|
+
|
604
|
+
# Set the platform to pickup.
|
605
|
+
#
|
606
|
+
# Available Values: linux, macosx, win10
|
292
607
|
platform: linux
|
293
608
|
|
294
|
-
#
|
295
|
-
#
|
609
|
+
# Set the User-Agent to use.
|
610
|
+
#
|
611
|
+
# WARNING:
|
612
|
+
# If you choose to set this argument, the browser or platform arguments
|
613
|
+
# won't be taken into consideration.
|
614
|
+
#
|
615
|
+
# CLI Argument: -ua | --user-agent
|
296
616
|
custom: null
|
297
617
|
|
298
618
|
proxy:
|
299
|
-
# Provides everything related to the proxy.
|
619
|
+
# Provides everything related to the proxy usage and configuration.
|
300
620
|
#
|
301
621
|
# The idea:
|
302
622
|
# We have two main keys, "global" and "rules".
|
@@ -331,14 +651,20 @@ proxy:
|
|
331
651
|
|
332
652
|
global:
|
333
653
|
# Global HTTP proxy to use when no rule is given or matched.
|
654
|
+
#
|
655
|
+
# CLI Argument: --http-proxy
|
334
656
|
http: null
|
657
|
+
|
335
658
|
# Global HTTPS proxy to use when no rule is given or matched.
|
659
|
+
#
|
660
|
+
# CLI Argument: --https-proxy
|
336
661
|
https: null
|
337
662
|
|
663
|
+
# The rules to apply.
|
664
|
+
# See example.
|
338
665
|
rules: []
|
339
666
|
|
340
|
-
|
341
|
-
# Activates the verification of the certificate.
|
667
|
+
# Enable/Disable the verification of the certificate when making HTTPS requests.
|
342
668
|
verify_ssl_certificate: no
|
343
669
|
|
344
670
|
# Set the maximum number of retries to perform.
|
@@ -346,14 +672,19 @@ verify_ssl_certificate: no
|
|
346
672
|
max_http_retries: 3
|
347
673
|
|
348
674
|
http_codes:
|
349
|
-
# Provides everything related to the HTTP code lookup
|
675
|
+
# Provides everything related to the HTTP code lookup interpolation.
|
350
676
|
|
351
|
-
#
|
352
|
-
#
|
677
|
+
# Stops PyFunceble self management of the list.
|
678
|
+
#
|
679
|
+
# NOTE:
|
680
|
+
# This parameter is deprecated.
|
353
681
|
self_managed: no
|
354
682
|
|
355
683
|
list:
|
684
|
+
# Dictionary with the status codes and their interpolation.
|
685
|
+
|
356
686
|
up:
|
687
|
+
# A list of status codes to consider as ACTIVE.
|
357
688
|
- 100
|
358
689
|
- 101
|
359
690
|
- 102
|
@@ -369,6 +700,7 @@ http_codes:
|
|
369
700
|
- 226
|
370
701
|
- 429
|
371
702
|
potentially_down:
|
703
|
+
# A list of status codes to consider as potentially INACTIVE.
|
372
704
|
- 400
|
373
705
|
- 402
|
374
706
|
- 404
|
@@ -380,6 +712,7 @@ http_codes:
|
|
380
712
|
- 416
|
381
713
|
- 451
|
382
714
|
potentially_up:
|
715
|
+
# A list of status codes to consider as potentially ACTIVE.
|
383
716
|
- 000
|
384
717
|
- 300
|
385
718
|
- 301
|
@@ -418,32 +751,41 @@ http_codes:
|
|
418
751
|
- 511
|
419
752
|
|
420
753
|
links:
|
421
|
-
# Provides some of
|
422
|
-
|
423
|
-
#
|
754
|
+
# Provides some of the non hard-coded URLs.
|
755
|
+
|
756
|
+
# WARNING:
|
757
|
+
# The parameters listed bellow are not implemented yet as the
|
758
|
+
# underlaying infrastructure will be rewritten.
|
424
759
|
api_date_format: "https://pyfunceble.funilrys.com/api/date-format"
|
425
760
|
api_no_referrer: "https://pyfunceble.funilrys.com/api/no-referrer"
|
426
761
|
|
427
762
|
platform:
|
428
763
|
# Provides everything related to the platform.
|
764
|
+
# PyFunceble alone is a great tool. What if we could just test the subject that
|
765
|
+
# were not already tested by others ?
|
429
766
|
|
430
|
-
#
|
431
|
-
#
|
432
|
-
#
|
767
|
+
# Enable or disable the push of datasets (cf: test results) into the collection
|
768
|
+
# (API).
|
769
|
+
#
|
770
|
+
# NOTE:
|
771
|
+
# This parameter is useless, unless you have a valid API Token defined
|
772
|
+
# into the PYFUNCEBLE_PLATFORM_API_TOKEN environment variable.
|
773
|
+
#
|
774
|
+
# CLI Argument: --push-collection
|
433
775
|
push: no
|
434
776
|
|
435
|
-
#
|
436
|
-
#
|
437
|
-
# When choosing `recommended`, the system will pull the recommended status
|
438
|
-
# that is provided and calculated by the platform.
|
777
|
+
# Set the preferred pull "method".
|
439
778
|
#
|
440
|
-
#
|
441
|
-
#
|
779
|
+
# The platform (API) does not only provides datasets but it also offer an
|
780
|
+
# aggregation endpoint that let PyFunceble pull datasets.
|
781
|
+
# When pulling information about a subject that is already known by the platform,
|
782
|
+
# it returns 3 group of results:
|
442
783
|
#
|
443
|
-
#
|
444
|
-
#
|
784
|
+
# - `frequent`, which provides the status that was mostly been pushed.
|
785
|
+
# - `latest`, which provides the status based on the latest submitted datasets.
|
786
|
+
# - `recommended`, which provides the recommended status.
|
445
787
|
#
|
446
|
-
#
|
788
|
+
# CLI Argument: --platform-preferred-origin
|
447
789
|
preferred_status_origin: recommended
|
448
790
|
|
449
791
|
# Defines the checker type to prioritize when trying to fullfil platform
|
@@ -465,7 +807,9 @@ platform:
|
|
465
807
|
# - syntax
|
466
808
|
# - reputation
|
467
809
|
#
|
468
|
-
# Available: none | availability | reputation | syntax
|
810
|
+
# Available Values: none | availability | reputation | syntax
|
811
|
+
#
|
812
|
+
# CLI Argument: none
|
469
813
|
checker_priority:
|
470
814
|
- none
|
471
815
|
|
@@ -484,6 +828,8 @@ platform:
|
|
484
828
|
#
|
485
829
|
# - reputation
|
486
830
|
#
|
487
|
-
# Available: none | availability | reputation | syntax
|
831
|
+
# Available Values: none | availability | reputation | syntax
|
832
|
+
#
|
833
|
+
# CLI Argument: none
|
488
834
|
checker_exclude:
|
489
|
-
- none
|
835
|
+
- none
|