Is your feature request related to a problem? Please describe.
matrix-content-scanner-python only connects to 1 listener. This prevents it from running on both ipv4 and ipv6.
Describe the solution you'd like
Add a list of listeners instead of a single one in
|
# Configuration for hosting the HTTP(S) API. |
|
web: |
|
host: 127.0.0.1 |
|
port: 8080 |
Describe alternatives you've considered
Run 2 matrix-content-scanner processes in parallel.
Is your feature request related to a problem? Please describe.
matrix-content-scanner-pythononly connects to 1 listener. This prevents it from running on both ipv4 and ipv6.Describe the solution you'd like
Add a list of listeners instead of a single one in
matrix-content-scanner-python/config.sample.yaml
Lines 16 to 19 in 367a8c5
Describe alternatives you've considered
Run 2 matrix-content-scanner processes in parallel.