Merge branch 'master' into dev
This commit is contained in:
commit
d3b67571fc
|
@ -75,7 +75,7 @@ cd emqttd && make && make dist
|
||||||
|
|
||||||
## GetStarted
|
## GetStarted
|
||||||
|
|
||||||
Read [emqtt wiki](https://github.com/emqtt/emqttd/wiki) for detaied installation and configuration guide.
|
Read [emqtt wiki](https://github.com/emqtt/emqttd/wiki) for detailed installation and configuration guide.
|
||||||
|
|
||||||
|
|
||||||
## Benchmark
|
## Benchmark
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
%%%-----------------------------------------------------------------------------
|
%%%-----------------------------------------------------------------------------
|
||||||
%%
|
%%
|
||||||
%% [ACL Design](https://github.com/emqtt/emqttd/wiki/ACL-Design)
|
%% [ACL](https://github.com/emqtt/emqttd/wiki/ACL)
|
||||||
%%
|
%%
|
||||||
%% -type who() :: all | binary() |
|
%% -type who() :: all | binary() |
|
||||||
%% {ipaddr, esockd_access:cidr()} |
|
%% {ipaddr, esockd_access:cidr()} |
|
||||||
|
|
Loading…
Reference in New Issue