Skip to content

Instantly share code, notes, and snippets.

@gabihodoroaga
Created June 13, 2020 21:22
Show Gist options
  • Save gabihodoroaga/40d4ed2c8fb5319c362b522c28e95af3 to your computer and use it in GitHub Desktop.
Save gabihodoroaga/40d4ed2c8fb5319c362b522c28e95af3 to your computer and use it in GitHub Desktop.
#!/bin/bash
# dnspoxy setup for mac
sudo networksetup -setdnsservers Wi-Fi 127.0.0.1
sudo python dnsproxy.py -s 192.168.0.1
sudo networksetup -setdnsservers Wi-Fi "Empty"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment