13 lines
226 B
YAML
13 lines
226 B
YAML
---
|
|
# defaults file for client_reboot
|
|
|
|
# All authorized TCP ports
|
|
tcp_authorized_ports:
|
|
- 22
|
|
|
|
# All authorized UDP ports
|
|
udp_authorized_ports: []
|
|
|
|
# All incoming authorized IP (all ports and all protocols)
|
|
ip_authorized: []
|