diff --git a/src/components/PageComponents/Connect/HTTP.tsx b/src/components/PageComponents/Connect/HTTP.tsx index 03c54727..f4ba09a8 100644 --- a/src/components/PageComponents/Connect/HTTP.tsx +++ b/src/components/PageComponents/Connect/HTTP.tsx @@ -20,7 +20,7 @@ export const HTTP = (): JSX.Element => { tls: boolean; }>({ defaultValues: { - ip: ["client.meshtasti.org", "localhost"].includes( + ip: ["client.meshtastic.org", "localhost"].includes( window.location.hostname ) ? "meshtastic.local"