File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,13 +117,11 @@ u'41.203.214.58'
11711765000
118118>> > proxy.country
119119u ' KE'
120- # All Python network activity across all modules are routed through proxy
120+ # All Python network activity across all modules are routed through the proxy
121121>> > urllib2.urlopen(' http://icanhazip.com/' ).read()
122122' 41.203.214.58\n '
123- # Notes: Only network activity via Python masked by the proxy.
124- # Network activity on other programs remain unmasked.
125- ```
126- Filter proxies by
123+ # Notes: Only network activity via Python are masked by the proxy.
124+ # Network activity on other programs such as your webbrowser remain unmasked.
127125# Filtering proxies by country and type:
128- # proxylist = hacklib.getProxies(country_filter = ('RU', 'CA', 'SE'), proxy_type='Socks5'
126+ # proxylist = hacklib.getProxies(country_filter = ('RU', 'CA', 'SE'), proxy_type='Socks5')
129127```
You can’t perform that action at this time.
0 commit comments