Skip to content

Commit

Permalink
moved LAN access outside of exit node
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodiesHQ committed Jan 30, 2025
1 parent 90beb0e commit e99e4f4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/routes/deploy/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,18 @@
name="Unattended"
help="Run the tailscale client in unattended mode (on startup)"
/>
<DeployCheck
bind:checked={deployment.advertiseExitNodeLocalAccess}
name="Allow LAN Access"
help="Allow local network access while connected to TailScale"
/>

<p class="text-xl col-span-12 py-4">Advertise:</p>
<DeployCheck
bind:checked={deployment.advertiseExitNode}
name="Advertise Exit Node"
help="Allow other nodes on the TailNet to use this node as a gateway"
>
<DeployCheck bind:checked={deployment.advertiseExitNodeLocalAccess} name="Allow LAN Access" />
</DeployCheck>
/>
<DeployCheck
bind:checked={deployment.advertiseTags}
name="Advertise Tags"
Expand Down

0 comments on commit e99e4f4

Please sign in to comment.