Skip to content

Commit 738381a

Browse files
committed
metrics: implement ipv6 support
Counterpart to mautrix/python#168
1 parent 77cbbeb commit 738381a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mautrix_telegram/config.py

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def do_update(self, helper: ConfigUpdateHelper) -> None:
9393

9494
copy("metrics.enabled")
9595
copy("metrics.listen_port")
96+
copy("metrics.addr")
9697

9798
copy("bridge.username_template")
9899
copy("bridge.alias_template")

mautrix_telegram/example-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ appservice:
9797
metrics:
9898
enabled: false
9999
listen_port: 8000
100+
addr: '::'
100101

101102
# Manhole config.
102103
manhole:

0 commit comments

Comments
 (0)