Skip to content

Commit

Permalink
slightly better message if 53 is busy
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Dec 23, 2022
1 parent d5b4a1e commit 12b88f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if command -v ss &> /dev/null; then
fi
elif command -v netstat &> /dev/null; then
if netstat -lun | grep -q 53; then
echo "stub resolver is not removed"
echo "stub resolver is not removed. maybe sniproxy is already installed?"
exit 1
fi
else
Expand Down

0 comments on commit 12b88f9

Please sign in to comment.