Psr7Middlewares\Middleware\ClientIp::remote PHP Method

remote() public method

Useful for testing purposes on localhost.
public remote ( boolean $remote = true ) : self
$remote boolean
return self
    public function remote($remote = true)
    {
        $this->remote = $remote;
        return $this;
    }