Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar committed May 23, 2024
1 parent cdf8745 commit 3bc7fe2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ bashio::log.info "Tailscale is running"
# Linux optimizations for subnet routers and exit nodes
# Based on: https://tailscale.com/kb/1320/performance-best-practices#linux-optimizations-for-subnet-routers-and-exit-nodes
# Note: Changes made via ethtool are not persistent and will be lost after the machine shuts down
# Note: Everything fails silently, we do a best effort only.
# Note: Everything fails silently, we do a best effort only
if interface=$( \
curl -sf --unix-socket /var/run/tailscale/tailscaled.sock http://local-tailscaled.sock/localapi/v0/check-udp-gro-forwarding \
| jq -rc '.Warning' \
Expand Down

0 comments on commit 3bc7fe2

Please sign in to comment.