Skip to content
Snippets Groups Projects
Commit 72856cf3 authored by skorpy's avatar skorpy :construction_worker:
Browse files

mosh: init

Danke hexa-
parent 7d59734f
Branches
No related tags found
1 merge request!211mosh: init
Pipeline #
include:
- ferm
mosh:
pkg.installed
/etc/ferm/conf.d/40-mosh.conf:
file.managed:
- source: salt://mosh/files/ferm.conf
- user: root
- group: root
- mode: 644
- require:
- file: /etc/ferm/conf.d
domain (ip ip6) {
table filter {
chain INPUT {
proto udp dport 60000:60010 ACCEPT;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment