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

Add/configure UFW #1

Open
perguth opened this issue Mar 8, 2020 · 1 comment
Open

Add/configure UFW #1

perguth opened this issue Mar 8, 2020 · 1 comment

Comments

@perguth
Copy link
Owner

perguth commented Mar 8, 2020

Firewall should be added and be set up in order to protect against incoming traffic for Yggdrasil.

@perguth perguth closed this as completed Mar 8, 2020
@perguth
Copy link
Owner Author

perguth commented Mar 8, 2020

Maybe that breaks the Terminal:


  - block: # UFW Firewall
    - name: '[UFW] Allow SSH'
      ufw:
        rule: allow
        port: '22'
        proto: tcp
    - name: '[UFW] Allow MOSH'
      ufw:
        rule: allow
        port: 60000:61000
        proto: udp
    - name: '[UFW] Allow HTTPS'
      ufw:
        rule: allow
        port: '443'
        proto: tcp
    - name: '[UFW] Allow Yggdrasil traffic'
      ufw:
        rule: allow
        direction: in
        interface: tun0
    - name: '[UFW] Default deny incoming'
      ufw:
        rule: deny
        direction: in
    - name: '[UFW] Enable'
      ufw:
        state: enabled

@perguth perguth reopened this Mar 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant