damln / dns.app

Change your DNS from the toolbar in OSX (10.9+)
18 stars 2 forks source link

Introduction

This is a very small toolbar menu for changing your DNS in OSX 10.9.2

Screenshot

dns.app

Download

You can directly download the dns.zip (containing the dns.app)

Required

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.

Analytics