Skip to content

Instantly share code, notes, and snippets.

@guerrerocarlos
Created December 18, 2013 00:40
Show Gist options
  • Save guerrerocarlos/8015466 to your computer and use it in GitHub Desktop.
Save guerrerocarlos/8015466 to your computer and use it in GitHub Desktop.
Enable and Disable MacOSX DNS server (bind/named)
sudo launchctl load /System/Library/LaunchDaemons/org.isc.named.plist
sudo launchctl unload /System/Library/LaunchDaemons/org.isc.named.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment