-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stateful filtering is now off by default #368
Stateful filtering is now off by default #368
Conversation
Warning Rate Limit Exceeded@lmagyar has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 11 minutes and 48 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. WalkthroughThe recent updates to Tailscale's documentation and configuration scripts involve changing the default settings for certain options. Notably, an option related to stateful packet filtering is now disabled by default, and site-to-site networking instructions have been clarified. Additionally, the Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
Review Details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (3)
- tailscale/DOCS.md (2 hunks)
- tailscale/rootfs/etc/s6-overlay/s6-rc.d/post-tailscaled/run (1 hunks)
- tailscale/translations/en.yaml (1 hunks)
Files skipped from review due to trivial changes (1)
- tailscale/translations/en.yaml
Additional Context Used
LanguageTool (20)
tailscale/DOCS.md (20)
Near line 11: Consider a shorter alternative to avoid wordiness.
Context: ...om anywhere you are. ## Prerequisites In order to use this add-on, you'll need a Tailscal...
Near line 20: The word “however” is an adverb that can’t be used like a conjunction, and therefore needs to be separated from the sentence.
Context: ...during the add-on installation processes, however, it is nice to know where you need to go...
Near line 61: If the ‘because’ clause is essential to the meaning, do not use a comma before the clause.
Context: ...You can't change them through the Web UI, because all the changes made there would be los...
Near line 61: Consider adding a comma.
Context: ...the Web UI, because all the changes made there would be lost when the add-on is restar...
Near line 94: Possible missing comma found.
Context: ...he same machine as this add-on. In such cases disablingaccept_dns
will help. You c...
Near line 195: If the ‘because’ clause is essential to the meaning, do not use a comma before the clause.
Context: ... on only in case you are troubleshooting, because Tailscale's daemon is quite chatty. If ...
Near line 203: Loose punctuation mark.
Context: ...n issue. Possible values are: -trace
: Show every detail, like all called inte...
Near line 204: Loose punctuation mark.
Context: ...all called internal functions. -debug
: Shows detailed debug information. - `in...
Near line 205: Loose punctuation mark.
Context: ...ows detailed debug information. -info
: Normal (usually) interesting events. - ...
Near line 206: Loose punctuation mark.
Context: ...(usually) interesting events. -notice
: Normal but significant events. - `warni...
Near line 207: Loose punctuation mark.
Context: ...rmal but significant events. -warning
: Exceptional occurrences that are not er...
Near line 208: Loose punctuation mark.
Context: ...currences that are not errors. -error
: Runtime errors that do not require imme...
Near line 209: Loose punctuation mark.
Context: ... not require immediate action. -fatal
: Something went terribly wrong. Add-on b...
Near line 218: Using the to-infinitive may not be correct in this context. Consider using the bare infinitive (without “to”) instead.
Context: ...n:login_server
This option lets you to specify a custom control server instead of the ...
Near line 230: “of” seems less likely than “if” (in case).
Context: ...ook unencrypted (browsers are not aware of the connections between Tailscale nodes...
Near line 282: The abbreviation “e.g.” (= for example) requires two periods.
Context: ...tworking][tailscale_info_site_to_site] (eg. to traverse multiple networks), you can...
Near line 326: Possible missing comma found.
Context: ...ou want to access other clients on your tailnet even from your local subnet, execute st...
Near line 345: Loose punctuation mark.
Context: ...ented based on the following: -MAJOR
: Incompatible or major changes. - `MINOR...
Near line 346: Loose punctuation mark.
Context: ...Incompatible or major changes. -MINOR
: Backwards-compatible new features and e...
Near line 347: Loose punctuation mark.
Context: ...new features and enhancements. -PATCH
: Backwards-compatible bugfixes and packa...
Additional comments not posted (2)
tailscale/rootfs/etc/s6-overlay/s6-rc.d/post-tailscaled/run (1)
75-81
: Update to stateful filtering logic aligns with Tailscale v1.66.4 changes.This change correctly implements the new default behavior for stateful filtering as described in the PR. It's important to ensure that the documentation and user interface clearly communicate this new default to avoid confusion.
tailscale/DOCS.md (1)
295-295
: Clarification in documentation about stateful filtering default state.The documentation update correctly reflects the new default behavior for stateful filtering. It's crucial that users are aware of this change, especially if they rely on previous configurations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @lmagyar 👍
../Frenck
Proposed Changes
In TS v1.66.4 stateful filtering is off by default, the add-on follows this change. https://github.com/tailscale/tailscale/releases/tag/v1.66.4
Related Issues
--
Summary by CodeRabbit
Documentation
New Features
post-tailscaled/run
script starting from version 1.66.4.