summaryrefslogtreecommitdiff
path: root/beinc_config_sample.json.readme
diff options
context:
space:
mode:
Diffstat (limited to 'beinc_config_sample.json.readme')
-rw-r--r--beinc_config_sample.json.readme19
1 files changed, 10 insertions, 9 deletions
diff --git a/beinc_config_sample.json.readme b/beinc_config_sample.json.readme
index 9c5aecc..edf5845 100644
--- a/beinc_config_sample.json.readme
+++ b/beinc_config_sample.json.readme
@@ -30,7 +30,7 @@ documentation to better illustrate the comments.
30 30
31 # Encryption method for the BEINC server 31 # Encryption method for the BEINC server
32 # Possible values: 32 # Possible values:
33 # "auto" - Let Twisted decide (use the newest possible method) 33 # "" or "auto" - Let Twisted decide (use the newest possible method)
34 # "SSLv3" - SSLv3 (weak) 34 # "SSLv3" - SSLv3 (weak)
35 # "TLSv1" - TLSv1.0 35 # "TLSv1" - TLSv1.0
36 # "TLSv1_1" - TLSv1.1 36 # "TLSv1_1" - TLSv1.1
@@ -98,16 +98,17 @@ documentation to better illustrate the comments.
98 "targets": [ 98 "targets": [
99 { 99 {
100 # Unique name for the defined target 100 # Unique name for the defined target
101 # Default: 4 characters random string 101 # Default: "" (making the target useless)
102 # Defining your own name will make life easier for you 102 # The name should match the name of the server instance you
103 # want to connect to
103 "name": "weechat_main", 104 "name": "weechat_main",
104 105
105 # Target URL. 106 # Target URL.
106 # Default: None (making the target useless) 107 # Default: "" (making the target useless)
107 "target_url": "https://10.0.0.2:9998", 108 "target_url": "https://10.0.0.2:9998",
108 109
109 # Password corresponding to the target BEINC instance 110 # Password corresponding to the target BEINC instance
110 # Default: None 111 # Default: ""
111 "target_password": "beincpasswd", 112 "target_password": "beincpasswd",
112 113
113 # The filename of the SSL certificate authority (CA) used to 114 # The filename of the SSL certificate authority (CA) used to
@@ -118,11 +119,11 @@ documentation to better illustrate the comments.
118 "target_cert_file": "", 119 "target_cert_file": "",
119 120
120 # A list of preferred ciphers for this target 121 # A list of preferred ciphers for this target
121 # Default: "" (use the OpenSSL default ciphers) 122 # Default: "auto" or "" (use the OpenSSL default ciphers)
122 "ssl_ciphers": "ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384", 123 "ssl_ciphers": "ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384",
123 124
124 # Don't check whether the target's hostname matches the server's 125 # Don't check whether the target's hostname matches the server's
125 # certificate. (Only Python >= 2.7.9) 126 # certificate. (Only for Python >= 2.7.9)
126 # Default: 0 127 # Default: 0
127 "disable-hostname-check": 0, 128 "disable-hostname-check": 0,
128 129
@@ -168,9 +169,9 @@ documentation to better illustrate the comments.
168 169
169 # Channel list 170 # Channel list
170 # Default: [] (empty) 171 # Default: [] (empty)
171 "channel_list": ["RedpillLinpro.#python", 172 "channel_list": ["Freenode.#python",
172 "Exile.#test", 173 "Exile.#test",
173 "RedpillLinpro.#adult", 174 "Freenode.#gentoo",
174 "Exile.#pichove"], 175 "Exile.#pichove"],
175 176
176 # Nick list 177 # Nick list