This commit is contained in:
parent
a0314f0fce
commit
240736f338
1 changed files with 2 additions and 2 deletions
|
|
@ -82,8 +82,8 @@
|
|||
community.general.ufw:
|
||||
rule: allow
|
||||
from: "{{ item }}"
|
||||
loop:
|
||||
- 37.27.176.103 # muh.anyops.de
|
||||
loop: "{{ anyops_trusted_hosts }}"
|
||||
#- 37.27.176.103 # muh.anyops.de
|
||||
# - 10.201.201.2 # wireguard
|
||||
tags:
|
||||
- ufw
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue