dns.app
dns.app copied to clipboard
Change your DNS from the toolbar in OSX (10.9+)
Introduction
This is a very small toolbar menu for changing your DNS in OSX 10.9.2
Screenshot
Download
You can directly download the dns.zip (containing the dns.app)
Required
- PyObjC
- py2app
- rumps (this fork: https://github.com/tito/rumps)
Launch app in dev mode
python dns.py
Package the app
python setup.py py2app
zip -r dns.zip dist/dns.app/ && mv dns.zip dist && rm -r dist/dns.app
Thanks @jaredks for providing rumps. It's very simple and helpful.