Skip to content

Commit

Permalink
resolve issue#12
Browse files Browse the repository at this point in the history
  • Loading branch information
rajannpatel committed Jun 22, 2020
1 parent c736329 commit 8958d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function addClient() {
read -rp "Client's WireGuard IPv6 " -e -i "$CLIENT_WG_IPV6" CLIENT_WG_IPV6

# Pi-Hole DNS by default
CLIENT_DNS_1="fd42:42:42::1"
CLIENT_DNS_1="10.66.66.1"
read -rp "First DNS resolver to use for the client: " -e -i "$CLIENT_DNS_1" CLIENT_DNS_1

CLIENT_DNS_2="fd42:42:42::1"
Expand Down

0 comments on commit 8958d3d

Please sign in to comment.