Kraken\Network\NetworkServer::blockAddress PHP Method

blockAddress() public method

public blockAddress ( $address )
    public function blockAddress($address)
    {
        if ($this->firewall === null) {
            $this->createFirewall();
        }
        $this->firewall->blockAddress($address);
        return $this;
    }