We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Firewall should be added and be set up in order to protect against incoming traffic for Yggdrasil.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Firewall should be added and be set up in order to protect against incoming traffic for Yggdrasil.
The text was updated successfully, but these errors were encountered: