No, you must code such feature in the way you need.
--
Iñaki Baz Castillo
<i...@aliax.net>
Within your custom EM::Connection class, get the remote IP and port of
the client that connected by using:
@remote_port, @remote_ip = ::Socket.unpack_sockaddr_in(get_peername)
(do that under the post_init callback).
Then check the got IP against your list of IP's in your ACL system.