diff --git a/app/routes/_data.dns._index/rename.tsx b/app/routes/_data.dns._index/rename.tsx index 0eb49e3..2c91b7a 100644 --- a/app/routes/_data.dns._index/rename.tsx +++ b/app/routes/_data.dns._index/rename.tsx @@ -1,7 +1,12 @@ import { Dialog } from '@headlessui/react' +import { Form } from '@remix-run/react' import { useState } from 'react' -export default function Modal() { +type Properties = { + readonly name: string; +} + +export default function Modal({ name }: Properties) { const [isOpen, setIsOpen] = useState(false) return ( @@ -22,29 +27,29 @@ export default function Modal() { }} >
-- Enter a new name for your Tailnet. -
++ Set custom DNS search domains for your Tailnet. + When using Magic DNS, your tailnet domain is used as the first search domain. +
+{data.baseDomain}
+{sd}
+ +
+ Automaticall register domain names for each device
+ on the tailnet. Devices will be accessible at
+ {' '}
+
+ [device].[user].{data.baseDomain}
+
+ {' '}
+ when Magic DNS is enabled.
+