Skip to content

Commit d0b85c7

Browse files
committed
rm netdata 19999 as standard in ufw
1 parent b3b986b commit d0b85c7

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

pillar/ufw/standard.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ufw:
66
proto: tcp
77
from:
88
{{ vars["Office_And_VPN"] }}
9-
to_port: 22,80,443,19999
9+
to_port: 22,80,443
1010
standard_ssh_backup_servers:
1111
proto: tcp
1212
from:

pillar/ufw_simple/standard.sls

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ ufw_simple:
44
enabled: True
55
logging: 'off'
66
allow:
7-
netdata_1:
8-
proto: 'tcp'
9-
from:
10-
{{ vars['Office_And_VPN'] }}
11-
to_port: '19999'
127
ssh_1:
138
proto: 'tcp'
149
from:
@@ -21,11 +16,6 @@ ufw_simple:
2116
to_port: '22'
2217
delete:
2318
allow:
24-
netdata_1:
25-
proto: 'tcp'
26-
from:
27-
{{ vars['Delete_Office_And_VPN'] }}
28-
to_port: '19999'
2919
ssh_1:
3020
proto: 'tcp'
3121
from:

0 commit comments

Comments
 (0)