https://github.com/f/twhosts
Twitter Unblock
https://github.com/f/twhosts
Last synced: 8 months ago
JSON representation
Twitter Unblock
- Host: GitHub
- URL: https://github.com/f/twhosts
- Owner: f
- License: unlicense
- Created: 2014-03-25T14:24:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-30T17:16:11.000Z (about 12 years ago)
- Last Synced: 2025-09-14T18:43:05.754Z (9 months ago)
- Size: 128 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Twitter Hosts
=============
Twitter and Tweetdeck hosts file to access from blocked countries.
## Unblock
It's easy to unblock Twitter in your country if it's not blocked from IP.
### Windows
Follow [this link][1] to edit your `hosts` file and paste the contents of [hosts](/hosts) file in this repository.
Open `cmd` and write this:
ipconfig /flushdns
### Linux
Write the code below in your Terminal:
sudo sh -c 'curl -kLss http://git.io/_wzNcQ >> /etc/hosts'
nscd -i hosts
### Mac OS X
Write the code below in your Terminal:
sudo sh -c 'curl -kLss http://git.io/_wzNcQ >> /etc/hosts'
dscacheutil -flushcache
## Clear Chrome DNS Cache
Open Chrome's ["net internals"][2] page: `chrome://net-internals` and select "DNS" from the select box. Press the "Clear host cache" button.
[1]: http://helpdeskgeek.com/windows-7/windows-7-hosts-file/
[2]: chrome://net-internals