Browse Source

Merge pull request #521 from 9seconds/docs/required-default-convention

docs: mark secret as (required) in example.config.toml
master
Sergei Arkhipov 2 days ago
parent
commit
03381b41c0
No account linked to committer's email address
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      example.config.toml

+ 3
- 3
example.config.toml View File

@@ -15,9 +15,9 @@
15 15
 # you have any issue.
16 16
 debug = true
17 17
 
18
-# A secret. Please remember that mtg supports only FakeTLS mode, legacy
19
-# simple and secured mode are prohibited. For you it means that secret
20
-# should either be base64-encoded or starts with ee.
18
+# A secret (required). Please remember that mtg supports only FakeTLS
19
+# mode, legacy simple and secured mode are prohibited. For you it means
20
+# that secret should either be base64-encoded or starts with ee.
21 21
 secret = "ee367a189aee18fa31c190054efd4a8e9573746f726167652e676f6f676c65617069732e636f6d"
22 22
 
23 23
 # Host:port pair to run proxy on (required).

Loading…
Cancel
Save