„mint.yml“ ändern
This commit is contained in:
parent
4472b8eaa3
commit
20dd99a5ce
8
mint.yml
8
mint.yml
@ -155,12 +155,18 @@
|
||||
group: root
|
||||
force: yes
|
||||
|
||||
- name: Allow Mint warpinator in firewall to udp/tcp port 42000
|
||||
- name: Allow Mint warpinator in firewall to tcp port 42000
|
||||
community.general.ufw:
|
||||
rule: allow
|
||||
port: '42000'
|
||||
proto: tcp
|
||||
|
||||
- name: Allow Mint warpinator in firewall to udp port 42000
|
||||
community.general.ufw:
|
||||
rule: allow
|
||||
port: '42000'
|
||||
proto: udp
|
||||
|
||||
|
||||
handlers:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user