Skip to content

Commit

Permalink
Removed exit-node-allow-lan-access=true
Browse files Browse the repository at this point in the history
It works without this.
  • Loading branch information
simonw authored Feb 23, 2025
1 parent 874a1a8 commit 02c860f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailscale/tailscale-github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }}
args: "--exit-node=${{ secrets.TAILSCALE_EXIT_NODE }} --exit-node-allow-lan-access=true"
args: "--exit-node=${{ secrets.TAILSCALE_EXIT_NODE }}"
tags: tag:github-actions

- name: Verify HTTP traffic is routed through exit node
Expand Down

0 comments on commit 02c860f

Please sign in to comment.