Skip to content

Commit 81feb08

Browse files
committed
Fix default DNS comment
1 parent 5b74b95 commit 81feb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wireguard-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function installQuestions() {
160160
read -rp "Server WireGuard port [1-65535]: " -e -i "${RANDOM_PORT}" SERVER_PORT
161161
done
162162

163-
# Adguard DNS by default
163+
# Cloudflare DNS by default
164164
until [[ ${CLIENT_DNS_1} =~ ^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$ ]]; do
165165
read -rp "First DNS resolver to use for the clients: " -e -i 1.1.1.1 CLIENT_DNS_1
166166
done

0 commit comments

Comments
 (0)