Skip to content

Commit fd38b99

Browse files
committed
ufw all_from_office_and_vpn
1 parent 38c958f commit fd38b99

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{% from "ufw/vars.jinja" import vars with context %}
2+
3+
ufw:
4+
allow:
5+
all_from_office_and_vpn:
6+
proto: tcp
7+
from:
8+
{{ vars["Office_And_VPN"] }}

0 commit comments

Comments
 (0)