diff --git a/docs/developer/scripts/k3d-dev.sh b/docs/developer/scripts/k3d-dev.sh
index 779c30b8761f39b7a671880c1e3577eac8e047b2..a2b0be91a2f8e7810fcae8d58fa556b783f16812 100755
--- a/docs/developer/scripts/k3d-dev.sh
+++ b/docs/developer/scripts/k3d-dev.sh
@@ -511,6 +511,7 @@ then
   echo "Manually add more hostnames as needed."
   echo "The IPs to use come from the istio-system services of type LOADBALANCER EXTERNAL-IP that are created when Istio is deployed."
   echo "You must use Firefox browser with with manual SOCKs v5 proxy configuration to localhost with port 12345."
+  echo "Also ensure 'Proxy DNS when using SOCKS v5' is checked."
   echo "Or, with other browsers like Chrome you could use a browser plugin like foxyproxy to do the same thing as Firefox."
   echo
 elif [[ "$PRIVATE_IP" == true ]]