Browse Source

Merge pull request #504 from 9seconds/docs/prefer-ip-default

docs: mark prefer-ipv6 as the default in example.config.toml
master
Sergei Arkhipov 2 days ago
parent
commit
25d32353e5
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      example.config.toml

+ 1
- 1
example.config.toml View File

44
 # Sometimes you want to enforce mtg to use some types of
44
 # Sometimes you want to enforce mtg to use some types of
45
 # IP connectivity to Telegram. We have 4 modes:
45
 # IP connectivity to Telegram. We have 4 modes:
46
 #   - prefer-ipv6:
46
 #   - prefer-ipv6:
47
-#     We can use both ipv4 and ipv6 but ipv6 has a preference
47
+#     We can use both ipv4 and ipv6 but ipv6 has a preference (default)
48
 #   - prefer-ipv4:
48
 #   - prefer-ipv4:
49
 #     We can use both ipv4 and ipv6 but ipv4 has a preference
49
 #     We can use both ipv4 and ipv6 but ipv4 has a preference
50
 #   - only-ipv6:
50
 #   - only-ipv6:

Loading…
Cancel
Save