Browse Source

docs: mark prefer-ipv6 as the default in example.config.toml

pull/504/head
Alexey Dolotov 6 days ago
parent
commit
01d2e1cc0d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      example.config.toml

+ 1
- 1
example.config.toml View File

39
 # Sometimes you want to enforce mtg to use some types of
39
 # Sometimes you want to enforce mtg to use some types of
40
 # IP connectivity to Telegram. We have 4 modes:
40
 # IP connectivity to Telegram. We have 4 modes:
41
 #   - prefer-ipv6:
41
 #   - prefer-ipv6:
42
-#     We can use both ipv4 and ipv6 but ipv6 has a preference
42
+#     We can use both ipv4 and ipv6 but ipv6 has a preference (default)
43
 #   - prefer-ipv4:
43
 #   - prefer-ipv4:
44
 #     We can use both ipv4 and ipv6 but ipv4 has a preference
44
 #     We can use both ipv4 and ipv6 but ipv4 has a preference
45
 #   - only-ipv6:
45
 #   - only-ipv6:

Loading…
Cancel
Save