diff --git a/group_vars/all/vars.yml b/group_vars/all/vars.yml index e038774..63496e9 100644 --- a/group_vars/all/vars.yml +++ b/group_vars/all/vars.yml @@ -20,7 +20,7 @@ users: - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPd/4fQV7CL8/KVwbo/phiV5UdXFBIDlkZ+ps8C7FeRf cardno:14 336 332 open_ports: - - { port: '22', proto: 'tcp', comment: 'SSH' } + - { port: '22', proto: 'tcp', comment: 'SSH (not port-forwarded)' } - { port: '53', proto: 'tcp', comment: 'Pi-hole (not port-forwarded)' } - { port: '53', proto: 'udp', comment: 'Pi-hole (not port-forwarded)' } - { port: '80', proto: 'tcp', comment: 'HTTP' }