import { ArrowRightIcon } from '@primer/octicons-react'; import { Link as RemixLink } from 'react-router'; import Button from '~/components/Button'; import Link from '~/components/Link'; import cn from '~/utils/cn'; import AgentSection from './components/agent'; export default function Page() { return (
The settings page is still under construction. As I'm able to add more features, I'll be adding them here. If you require any features, feel free to open an issue on the GitHub repository.
Headscale fully supports pre-authentication keys in order to easily add devices to your Tailnet. To learn more about using pre-authentication keys, visit the{' '} Tailscale documentation