Add UDP port for iptables
This commit is contained in:
parent
b0043ccde3
commit
0dd6fd9eff
|
@ -5,5 +5,8 @@
|
||||||
tcp_authorized_ports:
|
tcp_authorized_ports:
|
||||||
- 22
|
- 22
|
||||||
|
|
||||||
|
# All authorized UDP ports
|
||||||
|
udp_authorized_ports: []
|
||||||
|
|
||||||
# All incoming authorized IP (all ports and all protocols)
|
# All incoming authorized IP (all ports and all protocols)
|
||||||
ip_authorized: []
|
ip_authorized: []
|
||||||
|
|
Loading…
Reference in a new issue