File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,36 @@ This section is for using TLS transport.
159
159
160
160
Without ` <transport tls> ` , in\_ tcp uses raw TCP.
161
161
162
+ ### < ; security> ; section
163
+
164
+ | required | multi | version |
165
+ | :---------| :------| :--------|
166
+ | false | false | 1.7.2 |
167
+
168
+ Add ` <security>/<client> ` section to allow access by Host/IP/Network
169
+
170
+ #### ` <client> ` section
171
+
172
+ ##### host
173
+
174
+ | type | default | version |
175
+ | :-------| :--------| :--------|
176
+ | string | nil | 1.7.2 |
177
+
178
+ The IP address or host name of the client.
179
+
180
+ This is exclusive with ` network ` .
181
+
182
+ ##### network
183
+
184
+ | type | default | version |
185
+ | :-------| :--------| :--------|
186
+ | string | nil | 1.7.2 |
187
+
188
+ Network address specification.
189
+
190
+ This is exclusive with ` host ` .
191
+
162
192
### < ; parse> ; section
163
193
164
194
| required | multi | version |
You can’t perform that action at this time.
0 commit comments