summaryrefslogtreecommitdiff
path: root/etc/optional/ipv6
AgeCommit message (Collapse)Author
2024-03-24base-layout: expose sysctl configuration to the hostPÁLI Gábor János
There are certain `sysctl` tunables that can influence the peformance of the solution, and as such, it is worth to make them accessible for fine-tuning. As part of this change, factor out the IPV6-related settings to make it conditional on the actual configuration settings. Also, adjust some of the default settings to reflect saner values. Suggested by: Anton Saietskii <vsasjason@gmail.com>
2024-03-24iptables: drop redundant rules about forwardingPÁLI Gábor János
There is actually no point in keeping those 2 rules as the default action in `FORWARD` chain is `ACCEPT` anyways. Removing them helps to save a few CPU cycles. Submitted by: Anton Saietskii <vsasjason@gmail.com>
2023-09-26etc: add configuration file samples for IPv6PÁLI Gábor János