Exemple #1
0
	def __init__(self, name, config):
		_Proxy.__init__(self, name, config)
		self._proxyAddress = _addressParse(self['address'], defaultPort=1080)
Exemple #2
0
	def __init__(self, name, config):
		_Proxy.__init__(self, name, config)
		self._proxyAddress = self['address']
		self._proxyPort = self['port']