From 7277ce103087c021dad5a41b36835ed98618e7be Mon Sep 17 00:00:00 2001 From: Nod0n Date: Wed, 16 Mar 2022 22:05:38 +0100 Subject: firewall has a new recent time syntax --- docs/quick-start.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/quick-start.rst') diff --git a/docs/quick-start.rst b/docs/quick-start.rst index 55c3943c..90bdfcb4 100644 --- a/docs/quick-start.rst +++ b/docs/quick-start.rst @@ -77,7 +77,7 @@ on specific addresses only. DHCP/DNS quick-start #################### -The following settings will configure DHCP and DNS services on +The following settings will configure DHCP and DNS services on your internal/LAN network, where VyOS will act as the default gateway and DNS server. @@ -156,7 +156,7 @@ blocks brute-forcing attempts: set firewall name OUTSIDE-LOCAL rule 30 destination port '22' set firewall name OUTSIDE-LOCAL rule 30 protocol 'tcp' set firewall name OUTSIDE-LOCAL rule 30 recent count '4' - set firewall name OUTSIDE-LOCAL rule 30 recent time '60' + set firewall name OUTSIDE-LOCAL rule 30 recent time 'minute' set firewall name OUTSIDE-LOCAL rule 30 state new 'enable' set firewall name OUTSIDE-LOCAL rule 31 action 'accept' -- cgit v1.2.3