Skip to content
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

[sft server] Introduce ufw feature flags #40

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Feb 18, 2022

  1. SFT server: optionally prevent the firewall from being installed

    Defaults to being installed and configured.
    lucendio committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    39a7924 View commit details
    Browse the repository at this point in the history
  2. SFT server: open ingress ports based on feature flags (certbot, metrics)

    Before, the listed ports would be opened regardless whether they are going
    to be used or not.
    lucendio committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    57fc369 View commit details
    Browse the repository at this point in the history
  3. SFT server: allow to change IPv6 activation flag in ufw

    In some cases it's not determined whether IPv6 is enabled or not, when
    installing ufw. So, ufw may ends up with a broken configuration compared
    to the actual system state.
    
    This flag enables the user to 'manually' adjust ufw configuration if
    desired. Default: IPv6 enabled in ufw
    lucendio committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    df9c6fa View commit details
    Browse the repository at this point in the history