Add Tor/HTTP completions for network -> proxy
This commit is contained in:
parent
485af2dde7
commit
f5b9e0ab27
@ -1159,6 +1159,8 @@ class Proxy(BaseType):
|
|||||||
out.append((val, self.valid_values.descriptions[val]))
|
out.append((val, self.valid_values.descriptions[val]))
|
||||||
out.append(('http://', 'HTTP proxy URL'))
|
out.append(('http://', 'HTTP proxy URL'))
|
||||||
out.append(('socks://', 'SOCKS proxy URL'))
|
out.append(('socks://', 'SOCKS proxy URL'))
|
||||||
|
out.append(('socks://localhost:9050/', 'Tor via SOCKS'))
|
||||||
|
out.append(('http://localhost:8080/', 'Local HTTP proxy'))
|
||||||
return out
|
return out
|
||||||
|
|
||||||
def transform(self, value):
|
def transform(self, value):
|
||||||
|
Loading…
Reference in New Issue
Block a user