9 lines
211 B
YAML
9 lines
211 B
YAML
---
|
|
ufw_disallow_ports:
|
|
- "22" # blocking the known SSH defaults
|
|
|
|
ufw_allow_ports:
|
|
- "222" # default Autonomic SSH port
|
|
- "443" # default webserver SSL port
|
|
- "80" # default webserver clear net port
|