Add to example config file access_from comment

This commit is contained in:
Badlop 2011-01-28 17:13:44 +01:00
parent a09c319357
commit 0359e345b0
1 changed files with 8 additions and 0 deletions

View File

@ -545,9 +545,17 @@
%%
%%{registration_watchers, ["admin1@example.org"]},
%%
%% Only clients in the server machine can register accounts
%%
{ip_access, [{allow, "127.0.0.0/8"},
{deny, "0.0.0.0/0"}]},
%%
%% Local c2s or remote s2s users cannot register accounts
%%
%%{access_from, deny},
{access, register}
]},
%%{mod_register_web, [