Merge pull request #11131 from SergeTupchiy/fix-acl-conf-type

chore(emqx_authz): fix `ipaddrs` type and style in etc/acl.conf
This commit is contained in:
SergeTupchiy 2023-06-23 15:39:42 +03:00 committed by GitHub
commit ad5c62725a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
%%--------------------------------------------------------------------
%% -type(ipaddr() :: {ipaddr, string()}).
%%
%% -type(ipaddrs() :: {ipaddrs, string()}).
%% -type(ipaddrs() :: {ipaddrs, [string()]}).
%%
%% -type(username() :: {user | username, string()} | {user | username, {re, regex()}}).
%%