Network.proxyIP
static var proxyIP: string;
Description

The IP address of the proxy server.

	function Awake() {
		Network.proxyIP = "1.1.1.1";
		Network.proxyPort = 1111;
	}