Skip to content

Commit aacf80a

Browse files
authored
Update README.md
1 parent 5d9052a commit aacf80a

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,11 @@ u'41.203.214.58'
117117
65000
118118
>>> proxy.country
119119
u'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
```

0 commit comments

Comments
 (0)