module OpenSSL::SSL::SocketForwarder

def do_not_reverse_lookup=(flag)

def do_not_reverse_lookup=(flag)
  to_io.do_not_reverse_lookup = flag
end