Skip to content

Commit

Permalink
metrics: implement ipv6 support
Browse files Browse the repository at this point in the history
Counterpart to mautrix/python#168
  • Loading branch information
Ma27 committed Feb 8, 2024
1 parent 77cbbeb commit 738381a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mautrix_telegram/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def do_update(self, helper: ConfigUpdateHelper) -> None:

copy("metrics.enabled")
copy("metrics.listen_port")
copy("metrics.addr")

copy("bridge.username_template")
copy("bridge.alias_template")
Expand Down
1 change: 1 addition & 0 deletions mautrix_telegram/example-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ appservice:
metrics:
enabled: false
listen_port: 8000
addr: '::'

# Manhole config.
manhole:
Expand Down

0 comments on commit 738381a

Please sign in to comment.