├── .gitignore ├── ChangeLog.txt ├── LICENSE ├── README.md ├── addToStartup.js ├── config.ini ├── hosts_user_defined.txt ├── python27.dll ├── python27.exe ├── python27.zip ├── start.vbs └── updateHosts.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladder1984/updateHosts/HEAD/.gitignore -------------------------------------------------------------------------------- /ChangeLog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladder1984/updateHosts/HEAD/ChangeLog.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladder1984/updateHosts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladder1984/updateHosts/HEAD/README.md -------------------------------------------------------------------------------- /addToStartup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladder1984/updateHosts/HEAD/addToStartup.js -------------------------------------------------------------------------------- /config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladder1984/updateHosts/HEAD/config.ini -------------------------------------------------------------------------------- /hosts_user_defined.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladder1984/updateHosts/HEAD/hosts_user_defined.txt -------------------------------------------------------------------------------- /python27.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladder1984/updateHosts/HEAD/python27.dll -------------------------------------------------------------------------------- /python27.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladder1984/updateHosts/HEAD/python27.exe -------------------------------------------------------------------------------- /python27.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladder1984/updateHosts/HEAD/python27.zip -------------------------------------------------------------------------------- /start.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladder1984/updateHosts/HEAD/start.vbs -------------------------------------------------------------------------------- /updateHosts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladder1984/updateHosts/HEAD/updateHosts.py --------------------------------------------------------------------------------