class ACL

def allow_socket?(soc)

def allow_socket?(soc)
  allow_addr?(soc.peeraddr)
end