Skip to content

Commit

Permalink
Use 1.1.1.1, new Cloudflare DNS server
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Apr 1, 2018
1 parent 467a0c2 commit da957d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .functions
Expand Up @@ -168,7 +168,7 @@ function opendns() {
esac

echo "\n-> Setting open DNS servers on network interface '$selected'"
networksetup -setdnsservers $selected 9.9.9.9 8.8.8.8
networksetup -setdnsservers $selected 1.1.1.1 8.8.8.8
}

# Automatically Starting tmux on SSH
Expand Down

0 comments on commit da957d2

Please sign in to comment.