set_ignore_hosts


Description:

public void set_ignore_hosts (string ignore_hosts)

Sets the hosts which are connected to directly, rather than via the proxy (if it is active).

The array elements can be hostnames, domains (using an initial wildcard like *.foo.com), IP host addresses (both IPv4 and IPv6) and network addresses with a netmask (something like 192.168.0.0/24).

Parameters:

this

an SourceProxy

ignore_hosts

a null-terminated string array of hosts