-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Update]Understanding iptables #7161
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updated the tables and the chains supported after validating: ```root@localhost:~# sudo iptables -t nat -L Chain PREROUTING (policy ACCEPT) target prot opt source destination Chain INPUT (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain POSTROUTING (policy ACCEPT) target prot opt source destination ```
✅ Deploy Preview for nostalgic-ptolemy-b01ab8 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
nmelehan-akamai
approved these changes
Dec 17, 2024
nmelehan-akamai
added a commit
that referenced
this pull request
Dec 17, 2024
* [New] Configure Failover for HAProxy on Akamai (#7162) * Configure Failover for HAProxy on Akamai * Tech Edit 1 * Tech Edit 2 * Tech Edit 3 * Tech Edit 4 * Copy edits --------- Co-authored-by: Adam Overa <adamovera@protonmail.com> Co-authored-by: Nathan Melehan <nmelehan@gmail.com> * Block storage migration azure (#7156) * Import from external editor * Copy edits * Copy edits * Copy edits * Copy edits * Copy edits * Copy edits * Copy edits * Copy edits, add diagram * Update diagram * copy edits * typo fix * Remove failover guide from PR --------- Co-authored-by: John Dutton <johndutton.update@gmail.com> * [Update]Understanding iptables (#7161) * [Update]Understanding iptables Updated the tables and the chains supported after validating: ```root@localhost:~# sudo iptables -t nat -L Chain PREROUTING (policy ACCEPT) target prot opt source destination Chain INPUT (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain POSTROUTING (policy ACCEPT) target prot opt source destination ``` * format the table * Update theme (#7163) * Update theme - Header and footer updates - Add file-issue buttons on hover to guide paragraphs/text (Note: this is temporarily disabled in the site configuration) * Temporarily disable file issue button feature --------- Co-authored-by: Nathan Melehan <nmelehan@gmail.com> --------- Co-authored-by: Adam Overa <adamovera@protonmail.com> Co-authored-by: Nathan Melehan <nmelehan@gmail.com> Co-authored-by: John Dutton <johndutton.update@gmail.com> Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>
nmelehan-akamai
added a commit
that referenced
this pull request
Jan 10, 2025
* [New] Configure Failover for HAProxy on Akamai (#7162) * Configure Failover for HAProxy on Akamai * Tech Edit 1 * Tech Edit 2 * Tech Edit 3 * Tech Edit 4 * Copy edits --------- * Block storage migration azure (#7156) * Import from external editor * Copy edits * Copy edits * Copy edits * Copy edits * Copy edits * Copy edits * Copy edits * Copy edits, add diagram * Update diagram * copy edits * typo fix * Remove failover guide from PR --------- * [Update]Understanding iptables (#7161) * [Update]Understanding iptables Updated the tables and the chains supported after validating: ```root@localhost:~# sudo iptables -t nat -L Chain PREROUTING (policy ACCEPT) target prot opt source destination Chain INPUT (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain POSTROUTING (policy ACCEPT) target prot opt source destination ``` * format the table * Update theme (#7163) * Update theme - Header and footer updates - Add file-issue buttons on hover to guide paragraphs/text (Note: this is temporarily disabled in the site configuration) * Temporarily disable file issue button feature --------- --------- Co-authored-by: John Dutton <118553549+jddocs@users.noreply.github.com> Co-authored-by: Andy Stevens <taylorstevens@gmail.com> Co-authored-by: Adam Overa <adamovera@protonmail.com> Co-authored-by: Nathan Melehan <nmelehan@gmail.com> Co-authored-by: John Dutton <johndutton.update@gmail.com> Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: #7131
Updated the tables and the chains supported after validating: