- Install DNSMasq
$ brew install dnsmasq
- Install DNSCrypt-proxy
$ brew install dnscrypt-proxy
#!/usr/bin/env python | |
""" | |
Use Twitter API to grab user information from list of organizations; | |
export text file | |
Uses Twython module to access Twitter API | |
""" |
export NO_PROXY=localhost,127.0.0.0/8,::1 | |
export ALL_PROXY=socks://127.0.0.0:8080/ | |
export HTTP_PROXY=http://127.0.0.0:8080/ | |
export HTTPS_PROXY=127.0.0.0:8080/ | |
export FTP_PROXY=127.0.0.0:8080/ | |
export SOCK_PROXY=socks://127.0.0.0:8080/ | |
// remove proxy | |
unset http_proxy; |