This is a very small toolbar menu for changing your DNS in OSX 10.9.2
You can directly download the dns.zip (containing the dns.app)
- PyObjC
- py2app
- rumps (this fork: https://github.com/tito/rumps)
python dns.py
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.