config: add client_whitelist to example config
This commit is contained in:
parent
8587d3e980
commit
f98e166744
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
"real_ip_header": "",
|
"real_ip_header": "",
|
||||||
"respect_af": false,
|
"respect_af": false,
|
||||||
"client_whitelist_enabled": false,
|
"client_whitelist_enabled": false,
|
||||||
|
"client_whitelist": ["OP1011"],
|
||||||
"http_listen_addr": ":6881",
|
"http_listen_addr": ":6881",
|
||||||
"http_request_timeout": "10s",
|
"http_request_timeout": "10s",
|
||||||
"http_read_timeout": "10s",
|
"http_read_timeout": "10s",
|
||||||
|
|
Loading…
Reference in a new issue