Help for this page

Select Code to Download


  1. or download this
    my $client_ip = $self->proxy->client_socket->peerhost();
    
  2. or download this
    my $client_ip = $request->header('x-forwarded-for');