summaryrefslogtreecommitdiff
path: root/docs/quick-start.rst
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2022-03-24 20:30:44 +0100
committerrebortg <github@ghlr.de>2022-03-24 20:30:44 +0100
commitcdb93d5c44e8bdd4b06507d93987aac174186700 (patch)
treeba1c9cc3a0365698a5df18f827310c583adce668 /docs/quick-start.rst
parentdfc9cebb8497220ba27a2d582ee63d4c7acedbcf (diff)
parent2b0d1f116611e723ef8e0c3ca2ba2b40c9fc068b (diff)
downloadvyos-documentation-cdb93d5c44e8bdd4b06507d93987aac174186700.tar.gz
vyos-documentation-cdb93d5c44e8bdd4b06507d93987aac174186700.zip
Merge branch 'master' of github.com:vyos/vyos-documentation
Diffstat (limited to 'docs/quick-start.rst')
-rw-r--r--docs/quick-start.rst4
1 files changed, 2 insertions, 2 deletions
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'