Shane Hanna

Results 4 issues of Shane Hanna

The random node suffixes introduced in 0.16.0 mean machines onboarded with preauth keys end up on random MagicDNS hostnames. My use case is I generate preauth keys and unique hostnames...

enhancement

Implements random suffixes only on hostname collision. Resolves #766. 0.16.0 introduced random suffixes to all machine given names (DNS hostnames) regardless of collisions within a namespace. This PR brings Headscale...

**Is your feature request related to a problem? Please describe.** I'm a fan of self hosting early stage and startup projects on micro budgets (think 5USD to 100USD a month...

enhancement

I saw this example on discord: ``` query { get_oldest_users(limit: 2, user_count: 4, tag: $tag) { tag_name @skip(if: $skipTag) id full_name is_admin(user_id: 5) } } ``` I tried it out...

enhancement